SOTAVerified

Sequential Variational Autoencoders for Collaborative Filtering

2018-11-25Code Available0· sign in to hype

Noveen Sachdeva, Giuseppe Manco, Ettore Ritacco, Vikram Pudi

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

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.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
MovieLens 1MSVAEnDCG@1000.3Unverified

Reproductions