TL;DR
This paper introduces a Bayesian approach to Latent Factor Models for collaborative filtering, using Variational Inference to prevent overfitting and improve recommendation accuracy, especially with sparse data.
Contribution
It proposes a Bayesian Latent Factor Model with variational inference and an extension incorporating biases, advancing collaborative filtering methods.
Findings
The Bayesian model outperforms traditional LFMs on movie rating data.
Incorporating biases improves recommendation accuracy.
The approach effectively handles data sparsity.
Abstract
Latent Factor Model (LFM) is one of the most successful methods for Collaborative filtering (CF) in the recommendation system, in which both users and items are projected into a joint latent factor space. Base on matrix factorization applied usually in pattern recognition, LFM models user-item interactions as inner products of factor vectors of user and item in that space and can be efficiently solved by least square methods with optimal estimation. However, such optimal estimation methods are prone to overfitting due to the extreme sparsity of user-item interactions. In this paper, we propose a Bayesian treatment for LFM, named Bayesian Latent Factor Model (BLFM). Based on observed user-item interactions, we build a probabilistic factor model in which the regularization is introduced via placing prior constraint on latent factors, and the likelihood function is established over…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsVariational Inference
