paper-with-me

Papers

Contrastive Learning for Cold-Start Recommendation

2021-07-12 · Yinwei Wei, Xiang Wang, Qi Li, Liqiang Nie, Yan Li, Xuanping Li, Tat-Seng Chua

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 preference on these items. To solve this problem, extensive studies have been conducted to incorporate side information into the CF scheme. Specifically, they employ modern neural network techniques (e.g., dropout, consistency constraint) to discover and exploit the coalition effect of content features and collaborative representations. However, we argue that these works less explore the mutual dependencies between content features and collaborative representations and lack sufficient theoretical supports, thus resulting in unsatisfactory performance. In this work, we reformulate the cold-start item representation learning from an information-theoretic standpoint. It aims to maximize the mutual dependencies between item content and collaborative signals. Specifically, the representation learning is theoretically lower-bounded by the integration of two terms: mutual information between collaborative embeddings of users and items, and mutual information between collaborative embeddings and feature representations of items. To model such a learning process, we devise a new objective function founded upon contrastive learning and develop a simple yet effective Contrastive Learning-based Cold-start Recommendation framework(CLCRec). In particular, CLCRec consists of three components: contrastive pair organization, contrastive embedding, and contrastive optimization modules. It allows us to preserve collaborative signals in the content representations for both warm and cold-start items. Through extensive experiments on four publicly accessible datasets, we observe that CLCRec achieves significant improvements over state-of-the-art approaches in both warm- and cold-start scenarios.

📄 PDF Abstract BibTeX arXiv:2107.05315

Code (1)

weiyinwei/CLCRec 공식 구현 pytorch

Tasks

Contrastive LearningRecommendation SystemsRepresentation Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar 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 FilteringContrastive LearningRecommendation Systems

Contrastive Learning for Cold Start Recommendation with Adaptive Feature Fusion

2025-02-05 · Jiacheng Hu, Tai An, Zidong Yu, Junliang Du 외

This paper proposes a cold start recommendation model that integrates contrastive learning, aiming to solve the problem of performance degradation of recommendation systems in cold start scenarios due to the scarcity of …

Contrastive Learningfeature selectionRecommendation Systems

QoS-Aware Graph Contrastive Learning for Web Service Recommendation

2024-01-06 · Jeongwhan Choi, Duksan Ryu

With the rapid growth of cloud services driven by advancements in web service technology, selecting a high-quality service from a wide range of options has become a complex task. This study aims to address the challenges…

Contrastive Learning

A Multi-Strategy based Pre-Training Method for Cold-Start Recommendation

2021-12-04 · Bowen Hao, Hongzhi Yin, Jing Zhang, Cuiping Li 외

Cold-start problem is a fundamental challenge for recommendation tasks. The recent self-supervised learning (SSL) on Graph Neural Networks (GNNs) model, PT-GNN, pre-trains the GNN model to reconstruct the cold-start embe…

Contrastive LearningMeta-LearningSelf-Supervised Learning

Cold-start Bundle Recommendation via Popularity-based Coalescence and Curriculum Heating

2023-10-05 · Hyunsik Jeon, Jong-eun Lee, Jeongin Yun, U Kang

How can we recommend cold-start bundles to users? The cold-start problem in bundle recommendation is crucial because new bundles are continuously created on the Web for various marketing purposes. Despite its importance,…

Contrastive LearningMarketing