paper-with-me

Papers

Sequential Variational Autoencoders for Collaborative Filtering

2018-11-25 · Noveen Sachdeva, Giuseppe Manco, Ettore Ritacco, Vikram Pudi

Variational autoencoders were proven successful in domains such as computer vision and speech processing. Their adoption for modeling user preferences is still unexplored, although recently it is starting to gain attention in the current literature. In this work, we propose a model which extends variational autoencoders by exploiting the rich information present in the past preference history. We introduce a recurrent version of the VAE, where instead of passing a subset of the whole history regardless of temporal dependencies, we rather pass the consumption sequence subset through a recurrent neural network. At each time-step of the RNN, the sequence is fed through a series of fully-connected layers, the output of which models the probability distribution of the most likely future preferences. We show that handling temporal information is crucial for improving the accuracy of the VAE: In fact, our model beats the current state-of-the-art by valuable margins because of its ability to capture temporal dependencies among the user-consumption sequence using the recurrent encoder still keeping the fundamentals of variational autoencoders intact.

📄 PDF Abstract BibTeX arXiv:1811.09975

Code (1)

noveens/svae_cf 공식 구현 pytorch

Tasks

Recommendation Systems

Methods 이 논문이 사용한 방법론

USD Coin Customer Service Number +1-833-534-1729 설명 없음

Similar Papers 제목 키워드 기반

Item Recommendation with Variational Autoencoders and Heterogenous Priors

2018-07-17 · Giannis Karamanolakis, Kevin Raji Cherian, Ananth Ravi Narayan, Jie Yuan 외

In recent years, Variational Autoencoders (VAEs) have been shown to be highly effective in both standard collaborative filtering applications and extensions such as incorporation of implicit feedback. We extend VAEs to c…

Collaborative Filtering

Joint Variational Autoencoders for Recommendation with Implicit Feedback

2020-08-17 · Bahare Askari, Jaroslaw Szlichta, Amirali Salehi-Abari

Variational Autoencoders (VAEs) have recently shown promising performance in collaborative filtering with implicit feedback. These existing recommendation models learn user representations to reconstruct or predict user …

Collaborative Filtering

RecVAE: a New Variational Autoencoder for Top-N Recommendations with Implicit Feedback

2019-12-24 · Ilya Shenbin, Anton Alekseev, Elena Tutubalina, Valentin Malykh 외

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 variati…

Collaborative FilteringRecommendation Systems

Deep Variational Models for Collaborative Filtering-based Recommender Systems

2021-07-27 · Jesús Bobadilla, Fernando Ortega, Abraham Gutiérrez, Ángel González-Prieto

Deep learning provides accurate collaborative filtering models to improve recommender system results. Deep matrix factorization and their related collaborative neural networks are the state-of-art in the field; neverthel…

Collaborative FilteringData AugmentationRecommendation Systems

A Hybrid Variational Autoencoder for Collaborative Filtering

2018-07-14 · Kilol Gupta, Mukund Yelahanka Raghuprasad, Pankhuri Kumar

In today's day and age when almost every industry has an online presence with users interacting in online marketplaces, personalized recommendations have become quite important. Traditionally, the problem of collaborativ…

ClusteringCollaborative FilteringMovie RecommendationRecommendation Systems