TL;DR
This paper introduces CCFCRec, a contrastive learning-based model that improves cold-start item recommendation by leveraging co-occurrence signals to refine collaborative embeddings, outperforming existing methods.
Contribution
The paper proposes a novel contrastive collaborative filtering framework that effectively utilizes co-occurrence signals to enhance cold-start item recommendation performance.
Findings
Outperforms existing cold-start recommendation methods on real datasets.
Effectively rectifies blurry collaborative embeddings using contrastive learning.
Demonstrates theoretical soundness and empirical superiority.
Abstract
The cold-start problem is a long-standing challenge in recommender systems. As a promising solution, content-based generative models usually project a cold-start item's content onto a warm-start item embedding to capture collaborative signals from item content so that collaborative filtering can be applied. However, since the training of the cold-start recommendation models is conducted on warm datasets, the existent methods face the issue that the collaborative embeddings of items will be blurred, which significantly degenerates the performance of cold-start item recommendation. To address this issue, we propose a novel model called Contrastive Collaborative Filtering for Cold-start item Recommendation (CCFCRec), which capitalizes on the co-occurrence collaborative signals in warm training data to alleviate the issue of blurry collaborative embeddings for cold-start item…
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
MethodsContrastive Learning
