RecVAE: a New Variational Autoencoder for Top-N Recommendations with Implicit Feedback
Abstract
Recent research has shown the advantages of using autoencoders based on deep neural networks for collaborative filtering. In particular, the recently proposed Mult-VAE model, which used the multinomial likelihood variational autoencoders, has shown excellent results for top-N recommendations. In this work, we propose the Recommender VAE (RecVAE) model that originates from our research on regularization techniques for variational autoencoders. RecVAE introduces several novel ideas to improve Mult-VAE, including a novel composite prior distribution for the latent codes, a new approach to setting the hyperparameter for the -VAE framework, and a new approach to training based on alternating updates. In experimental evaluation, we show that RecVAE significantly outperforms previously proposed autoencoder-based models, including Mult-VAE and RaCT, across classical collaborative filtering datasets, and present a detailed ablation study to assess our new developments. Code and models are available at https://github.com/ilya-shenbin/RecVAE.
Cite
@article{arxiv.1912.11160,
title = {RecVAE: a New Variational Autoencoder for Top-N Recommendations with Implicit Feedback},
author = {Ilya Shenbin and Anton Alekseev and Elena Tutubalina and Valentin Malykh and Sergey I. Nikolenko},
journal= {arXiv preprint arXiv:1912.11160},
year = {2019}
}
Comments
In The Thirteenth ACM International Conference on Web Search and Data Mining (WSDM '20), February 3-7, 2020, Houston, TX, USA. ACM, New York, NY, USA, 9 pages