paper-with-me

Papers

Contrastive Collaborative Filtering for Cold-Start Item Recommendation

2023-02-04 · Zhihui Zhou, Lilin Zhang, Ning Yang

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 recommendation. In particular, we devise a contrastive collaborative filtering (CF) framework, consisting of a content CF module and a co-occurrence CF module to generate the content-based collaborative embedding and the co-occurrence collaborative embedding for a training item, respectively. During the joint training of the two CF modules, we apply a contrastive learning between the two collaborative embeddings, by which the knowledge about the co-occurrence signals can be indirectly transferred to the content CF module, so that the blurry collaborative embeddings can be rectified implicitly by the memorized co-occurrence collaborative signals during the applying phase. Together with the sound theoretical analysis, the extensive experiments conducted on real datasets demonstrate the superiority of the proposed model. The codes and datasets are available on https://github.com/zzhin/CCFCRec.

📄 PDF Abstract BibTeX arXiv:2302.02151

Code (1)

zzhin/ccfcrec 공식 구현 pytorch

Tasks

Collaborative FilteringContrastive LearningRecommendation Systems

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

A Hybrid Latent Variable Neural Network Model for Item Recommendation

2014-06-09 · Michael R. Smith, Tony Martinez, Michael Gashler

Collaborative filtering is used to recommend items to a user without requiring a knowledge of the item itself and tends to outperform other techniques. However, collaborative filtering suffers from the cold-start problem…

Collaborative Filtering

Contrastive Learning for Cold-Start Recommendation

2021-07-12 · Yinwei Wei, Xiang Wang, Qi Li, Liqiang Nie 외

Recommending cold-start items is a long-standing and fundamental challenge in recommender systems. Without any historical interaction on cold-start items, CF scheme fails to use collaborative signals to infer user prefer…

Contrastive LearningRecommendation SystemsRepresentation Learning

Wasserstein Collaborative Filtering for Item Cold-start Recommendation

2019-09-10 · Yitong Meng, Guangyong Chen, Benben Liao, Jun Guo 외

The item cold-start problem seriously limits the recommendation performance of Collaborative Filtering (CF) methods when new items have either none or very little interactions. To solve this issue, many modern Internet a…

Collaborative Filtering

POI Recommendation with LLM-Augmented Multi-Graph Learning and Contrastive Alignment

2026-08-17 · Burak Tamer, Wolfram Höpken, Zehui Wang arxiv

Point-of-interest (POI) recommendation models based on graph neural networks achieve strong performance by propagating collaborative signals over user-item interactions, yet they struggle with the cold-start problem, whe…

Multimodal RecommendationCollaborative FilteringGraph Neural NetworkContrastive Learning

Addressing the Item Cold-start Problem by Attribute-driven Active Learning

2018-05-23 · Yu Zhu, Jinhao Lin, Shibi He, Beidou Wang 외

In recommender systems, cold-start issues are situations where no previous events, e.g. ratings, are known for certain users or items. In this paper, we focus on the item cold-start problem. Both content information (e.g…

Active LearningAttributeCollaborative FilteringRecommendation Systems