TL;DR
This paper introduces MD-CVAE, a novel auto-encoder model that effectively integrates item content and user ratings for recommendation, especially addressing cold-start problems without retraining.
Contribution
The paper proposes a mutually-regularized dual variational auto-encoder that combines item content and user ratings within a unified framework, enabling efficient recommendations for new items.
Findings
MD-CVAE outperforms existing models in recommendation accuracy.
The model effectively handles cold-start scenarios without retraining.
Empirical results validate the model's superiority in both normal and sparse data settings.
Abstract
Recently, user-oriented auto-encoders (UAEs) have been widely used in recommender systems to learn semantic representations of users based on their historical ratings. However, since latent item variables are not modeled in UAE, it is difficult to utilize the widely available item content information when ratings are sparse. In addition, whenever new items arrive, we need to wait for collecting rating data for these items and retrain the UAE from scratch, which is inefficient in practice. Aiming to address the above two problems simultaneously, we propose a mutually-regularized dual collaborative variational auto-encoder (MD-CVAE) for recommendation. First, by replacing randomly initialized last layer weights of the vanilla UAE with stacked latent item embeddings, MD-CVAE integrates two heterogeneous information sources, i.e., item content and user ratings, into the same principled…
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.
