paper-with-me

Papers

Bayesian Probabilistic Matrix Factorization

2025-06-11 · Ruixuan Xu, Xiangxiang Weng

Matrix factorization is a widely used technique in recommendation systems. Probabilistic Matrix Factorization (PMF) [1] extends traditional matrix factorization by incorporating probability distributions over latent factors, allowing for uncertainty quantification. However, computing the posterior distribution is intractable due to the high-dimensional integral. To address this, we employ two Bayesian inference methods: Markov Chain Monte Carlo (MCMC) [2] and Variational Inference (VI) [3] to approximate the posterior. We evaluate their performance on MovieLens dataset and compare their convergence speed, predictive accuracy, and computational efficiency. Experimental results demonstrate that VI offers faster convergence, while MCMC provides more accurate posterior estimates.

📄 PDF Abstract BibTeX arXiv:2506.09928

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian InferenceComputational EfficiencyRecommendation SystemsUncertainty QuantificationVariational Inference

Methods 이 논문이 사용한 방법론

Variational Inference 설명 없음

Similar Papers 제목 키워드 기반

Linearly constrained Bayesian matrix factorization for blind source separation

2009-12-01 · NeurIPS 2009 12 · Mikkel Schmidt

We present a general Bayesian approach to probabilistic matrix factorization subject to linear constraints. The approach is based on a Gaussian observation model and Gaussian priors with bilinear equality and inequality …

blind source separation

A Bayesian Perspective for Determinant Minimization Based Robust Structured Matrix Factorizatio

2023-02-16 · Gokcan Tatli, Alper T. Erdogan

We introduce a Bayesian perspective for the structured matrix factorization problem. The proposed framework provides a probabilistic interpretation for existing geometric methods based on determinant minimization. We mod…

Bayesian Probabilistic Matrix Factorization: A User Frequency Analysis

2014-07-29 · Cody Severinski, Ruslan Salakhutdinov

Matrix factorization (MF) has become a common approach to collaborative filtering, due to ease of implementation and scalability to large data sets. Two existing drawbacks of the basic model is that it does not incorpora…

Collaborative FilteringVariational Inference

Flexible and Hierarchical Prior for Bayesian Nonnegative Matrix Factorization

2022-05-23 · Jun Lu, Xuanyu Ye

In this paper, we introduce a probabilistic model for learning nonnegative matrix factorization (NMF) that is commonly used for predicting missing values and finding hidden patterns in the data, in which the matrix facto…

Bayesian InferenceMissing Values

Kernelized Bayesian Matrix Factorization

2012-11-06 · Mehmet Gönen, Suleiman A. Khan, Samuel Kaski

We extend kernelized matrix factorization with a fully Bayesian treatment and with an ability to work with multiple side information sources expressed as different kernels. Kernel functions have been introduced to matrix…

Recommendation Systems