paper-with-me

Papers

Self-supervised Contrastive Learning for Implicit Collaborative Filtering

2024-03-12 · Shipeng Song, Bin Liu, Fei Teng, Tianrui Li

Contrastive learning-based recommendation algorithms have significantly advanced the field of self-supervised recommendation, particularly with BPR as a representative ranking prediction task that dominates implicit collaborative filtering. However, the presence of false-positive and false-negative examples in recommendation systems hampers accurate preference learning. In this study, we propose a simple self-supervised contrastive learning framework that leverages positive feature augmentation and negative label augmentation to improve the self-supervisory signal. Theoretical analysis demonstrates that our learning method is equivalent to maximizing the likelihood estimation with latent variables representing user interest centers. Additionally, we establish an efficient negative label augmentation technique that samples unlabeled examples with a probability linearly dependent on their relative ranking positions, enabling efficient augmentation in constant time complexity. Through validation on multiple datasets, we illustrate the significant improvements our method achieves over the widely used BPR optimization objective while maintaining comparable runtime.

📄 PDF Abstract BibTeX arXiv:2403.07265

Code (0)

등록된 구현이 없습니다.

Tasks

Collaborative FilteringContrastive LearningRecommendation Systems

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Neighborhood-Enhanced Supervised Contrastive Learning for Collaborative Filtering

2024-02-18 · Peijie Sun, Le Wu, Kun Zhang, Xiangzhi Chen 외

While effective in recommendation tasks, collaborative filtering (CF) techniques face the challenge of data sparsity. Researchers have begun leveraging contrastive learning to introduce additional self-supervised signals…

Collaborative FilteringContrastive LearningData AugmentationRecommendation Systems

Mixed Supervised Graph Contrastive Learning for Recommendation

2024-04-24 · Weizhi Zhang, Liangwei Yang, Zihe Song, Henry Peng Zou 외

Recommender systems (RecSys) play a vital role in online platforms, offering users personalized suggestions amidst vast information. Graph contrastive learning aims to learn from high-order collaborative filtering signal…

Collaborative FilteringContrastive LearningMulti-Task LearningRecommendation Systems

Trading Hard Negatives and True Negatives: A Debiased Contrastive Collaborative Filtering Approach

2022-04-25 · Chenxiao Yang, Qitian Wu, Jipeng Jin, Xiaofeng Gao 외

Collaborative filtering (CF), as a standard method for recommendation with implicit feedback, tackles a semi-supervised learning problem where most interaction data are unobserved. Such a nature makes existing approaches…

Collaborative Filtering

Disentangled Contrastive Collaborative Filtering

2023-05-04 · Xubin Ren, Lianghao Xia, Jiashu Zhao, Dawei Yin 외

Recent studies show that graph neural networks (GNNs) are prevalent to model high-order relationships for collaborative filtering (CF). Towards this research line, graph contrastive learning (GCL) has exhibited powerful …

Collaborative FilteringContrastive LearningDisentanglement

Hypergraph Contrastive Collaborative Filtering

2022-04-26 · Lianghao Xia, Chao Huang, Yong Xu, Jiashu Zhao 외

Collaborative Filtering (CF) has emerged as fundamental paradigms for parameterizing users and items into latent representation space, with their correlative patterns from interaction data. Among various CF techniques, t…

Collaborative FilteringContrastive LearningRecommendation SystemsSelf-Supervised Learning