Collaborative Deep Learning for Recommender Systems
Hao Wang, Naiyan Wang, Dit-Yan Yeung

TL;DR
This paper introduces Collaborative Deep Learning (CDL), a hierarchical Bayesian model that combines deep content representation learning with collaborative filtering to improve recommender system performance, especially in sparse data scenarios.
Contribution
It proposes a novel deep learning framework that jointly models content and user feedback, outperforming existing methods like CTR in recommendation accuracy.
Findings
CDL significantly outperforms state-of-the-art methods on real-world datasets.
The model effectively handles sparse auxiliary information.
Experimental results demonstrate improved recommendation quality.
Abstract
Collaborative filtering (CF) is a successful approach commonly used by many recommender systems. Conventional CF-based methods use the ratings given to items by users as the sole source of information for learning to make recommendation. However, the ratings are often very sparse in many applications, causing CF-based methods to degrade significantly in their recommendation performance. To address this sparsity problem, auxiliary information such as item content information may be utilized. Collaborative topic regression (CTR) is an appealing recent method taking this approach which tightly couples the two components that learn from two different sources of information. Nevertheless, the latent representation learned by CTR may not be very effective when the auxiliary information is very sparse. To address this problem, we generalize recent advances in deep learning from i.i.d. input to…
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.
Taxonomy
TopicsRecommender Systems and Techniques · Expert finding and Q&A systems
