Variational Autoencoders for Collaborative Filtering

16 Feb 2018  ·  Dawen Liang, Rahul G. Krishnan, Matthew D. Hoffman, Tony Jebara ·

We extend variational autoencoders (VAEs) to collaborative filtering for implicit feedback. This non-linear probabilistic model enables us to go beyond the limited modeling capacity of linear factor models which still largely dominate collaborative filtering research.We introduce a generative model with multinomial likelihood and use Bayesian inference for parameter estimation. Despite widespread use in language modeling and economics, the multinomial likelihood receives less attention in the recommender systems literature. We introduce a different regularization parameter for the learning objective, which proves to be crucial for achieving competitive performance. Remarkably, there is an efficient way to tune the parameter using annealing. The resulting model and learning algorithm has information-theoretic connections to maximum entropy discrimination and the information bottleneck principle. Empirically, we show that the proposed approach significantly outperforms several state-of-the-art baselines, including two recently-proposed neural network approaches, on several real-world datasets. We also provide extended experiments comparing the multinomial likelihood with other commonly used likelihood functions in the latent factor collaborative filtering literature and show favorable results. Finally, we identify the pros and cons of employing a principled Bayesian inference approach and characterize settings where it provides the most significant improvements.

PDF Abstract
Task Dataset Model Metric Name Metric Value Global Rank Benchmark
Recommendation Systems Million Song Dataset Mult-VAE PR Recall@20 0.266 # 5
Recall@50 0.364 # 4
nDCG@100 0.316 # 5
Recommendation Systems Million Song Dataset Mult-DAE Recall@20 0.266 # 5
Recall@50 0.363 # 6
nDCG@100 0.313 # 6
Recommendation Systems Netflix Mult-DAE Recall@20 0.344 # 6
Recall@50 0.438 # 6
nDCG@100 0.380 # 6
Recommendation Systems Netflix Mult-VAE PR Recall@20 0.351 # 5
Recall@50 0.444 # 5
nDCG@100 0.386 # 5

Results from Other Papers


Task Dataset Model Metric Name Metric Value Rank Source Paper Compare
Recommendation Systems MovieLens 20M Mult-VAE PR Recall@20 0.395 # 6
Recall@50 0.537 # 5
nDCG@100 0.426 # 5
Recommendation Systems MovieLens 20M Mult-DAE Recall@20 0.387 # 8
Recall@50 0.524 # 6
nDCG@100 0.419 # 7

Methods


No methods listed for this paper. Add relevant methods here