paper-with-me

Papers

Diffusion-based Contrastive Learning for Sequential Recommendation

2024-05-15 · Ziqiang Cui, Haolun Wu, Bowei He, Ji Cheng, Chen Ma

Contrastive learning has been effectively utilized to enhance the training of sequential recommendation models by leveraging informative self-supervised signals. Most existing approaches generate augmented views of the same user sequence through random augmentation and subsequently maximize their agreement in the representation space. However, these methods often neglect the rationality of the augmented samples. Due to significant uncertainty, random augmentation can disrupt the semantic information and interest evolution patterns inherent in the original user sequences. Moreover, pulling semantically inconsistent sequences closer in the representation space can render the user sequence embeddings insensitive to variations in user preferences, which contradicts the primary objective of sequential recommendation. To address these limitations, we propose the Context-aware Diffusion-based Contrastive Learning for Sequential Recommendation, named CaDiRec. The core idea is to leverage context information to generate more reasonable augmented views. Specifically, CaDiRec employs a context-aware diffusion model to generate alternative items for the given positions within a sequence. These generated items are aligned with their respective context information and can effectively replace the corresponding original items, thereby generating a positive view of the original sequence. By considering two different augmentations of the same user sequence, we can construct a pair of positive samples for contrastive learning. To ensure representation cohesion, we train the entire framework in an end-to-end manner, with shared item embeddings between the diffusion model and the recommendation model. Extensive experiments on five benchmark datasets demonstrate the advantages of our proposed method over existing baselines.

📄 PDF Abstract BibTeX arXiv:2405.09369

Code (1)

ziqiangcui/cadirec 공식 구현 pytorch

Tasks

Contrastive LearningSequential Recommendation

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Similarity-Guided Diffusion for Contrastive Sequential Recommendation

2025-07-16 · Jinkyeong Choi, Yejin Noh, Donghyeon Park

In sequential recommendation systems, data augmentation and contrastive learning techniques have recently been introduced using diffusion models to achieve robust representation learning. However, most of the existing ap…

Contrastive LearningData AugmentationDenoisingRecommendation Systems+2

Intent-aware Diffusion with Contrastive Learning for Sequential Recommendation

2025-04-22 · Yuanpeng Qu, Hajime Nobuhara

Contrastive learning has proven effective in training sequential recommendation models by incorporating self-supervised signals from augmented views. Most existing methods generate multiple views from the same interactio…

Contrastive LearningData AugmentationSequential Recommendation

Contrastive Learning with Bidirectional Transformers for Sequential Recommendation

2022-08-08 · Hanwen Du, Hui Shi, Pengpeng Zhao, Deqing Wang 외

Contrastive learning with Transformer-based sequence encoder has gained predominance for sequential recommendation. It maximizes the agreements between paired sequence augmentations that share similar semantics. However,…

Contrastive LearningSequential Recommendation

Explanation Guided Contrastive Learning for Sequential Recommendation

2022-09-03 · Lei Wang, Ee-Peng Lim, Zhiwei Liu, Tianxiang Zhao

Recently, contrastive learning has been applied to the sequential recommendation task to address data sparsity caused by users with few item interactions and items with few user adoptions. Nevertheless, the existing cont…

Contrastive LearningRepresentation LearningSequential Recommendation

AdaptiveRec: Adaptively Construct Pairs for Contrastive Learning in Sequential Recommendation

2023-07-07 · Jaeheyoung Jeon, Jung Hyun Ryu, Jewoong Cho, Myungjoo Kang

This paper presents a solution to the challenges faced by contrastive learning in sequential recommendation systems. In particular, it addresses the issue of false negative, which limits the effectiveness of recommendati…

Contrastive LearningRecommendation SystemsSequential Recommendation