文件名称:贝叶斯概率矩阵分解代码
文件大小:16KB
文件格式:ZIP
更新时间:2018-10-29 04:06:47
贝叶斯概率
Matrix factorization is a fundamental problem that is often encountered in many computer vision and machine learning tasks. In recent years, enhancing the robustness of matrix factorization methods has attracted much attention in the research community. To benefit from the strengths of full Bayesian treatment over point estimation, we propose here a full Bayesian approach to robust matrix factorization. For the generative process, the model parameters have conjugate priors and the likelihood (or noise model) takes the form of a Laplace mixture. For Bayesian inference, we devise an efficient sampling algorithm by exploiting a hierarchical view of the Laplace distribution. Besides the basic model, we also propose an extension which assumes that the outliers exhibit spatial or temporal proximity as encountered in many computer vision applications. The proposed methods give competitive experimental results when compared with several state-of-the-art methods on some benchmark image and video processing tasks.
【文件预览】:
published Code
----MBRMF.m(2KB)
----PCP()
--------PCP.m(2KB)
----1.bmp(128KB)
----Utilities()
--------countPR.m(170B)
--------evaluateIGPDF.m(152B)
--------sampleHyper.m(498B)
--------drawFromIG.m(286B)
--------filterBlock.m(269B)
--------findFMeasure.m(412B)
----BRMF.m(2KB)
----2.bmp(128KB)
----readme.txt(453B)
----demo.m(3KB)
----mex()
--------sampleTau.cpp(2KB)
--------mexutils.h(4KB)
--------sampleTau.mexw64(9KB)
--------mexutils.c(2KB)
----make.m(353B)