paper-with-me

Papers

Sequential Recommendation with Diffusion Models

2023-04-10 · Hanwen Du, Huanhuan Yuan, Zhen Huang, Pengpeng Zhao, Xiaofang Zhou

Generative models, such as Variational Auto-Encoder (VAE) and Generative Adversarial Network (GAN), have been successfully applied in sequential recommendation. These methods require sampling from probability distributions and adopt auxiliary loss functions to optimize the model, which can capture the uncertainty of user behaviors and alleviate exposure bias. However, existing generative models still suffer from the posterior collapse problem or the model collapse problem, thus limiting their applications in sequential recommendation. To tackle the challenges mentioned above, we leverage a new paradigm of the generative models, i.e., diffusion models, and present sequential recommendation with diffusion models (DiffRec), which can avoid the issues of VAE- and GAN-based models and show better performance. While diffusion models are originally proposed to process continuous image data, we design an additional transition in the forward process together with a transition in the reverse process to enable the processing of the discrete recommendation data. We also design a different noising strategy that only noises the target item instead of the whole sequence, which is more suitable for sequential recommendation. Based on the modified diffusion process, we derive the objective function of our framework using a simplification technique and design a denoise sequential recommender to fulfill the objective function. As the lengthened diffusion steps substantially increase the time complexity, we propose an efficient training strategy and an efficient inference strategy to reduce training and inference cost and improve recommendation diversity. Extensive experiment results on three public benchmark datasets verify the effectiveness of our approach and show that DiffRec outperforms the state-of-the-art sequential recommendation models.

📄 PDF Abstract BibTeX arXiv:2304.04541

Code (0)

등록된 구현이 없습니다.

Tasks

Generative Adversarial NetworkSequential Recommendation

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

Diffusion Augmentation for Sequential Recommendation

2023-09-22 · Qidong Liu, Fan Yan, Xiangyu Zhao, Zhaocheng Du 외

Sequential recommendation (SRS) has become the technical foundation in many applications recently, which aims to recommend the next item based on the user's historical interactions. However, sequential recommendation oft…

Data AugmentationRecommendation SystemsSequential Recommendation

Bridging User Dynamics: Transforming Sequential Recommendations with Schrödinger Bridge and Diffusion Models

2024-08-30 · Wenjia Xie, Rui Zhou, Hao Wang, Tingjia Shen 외

Sequential recommendation has attracted increasing attention due to its ability to accurately capture the dynamic changes in user interests. We have noticed that generative models, especially diffusion models, which have…

Sequential Recommendation

Dual Conditional Diffusion Models for Sequential Recommendation

2024-10-29 · Hongtao Huang, Chengkai Huang, Tong Yu, Xiaojun Chang 외

Recent advancements in diffusion models have shown promising results in sequential recommendation (SR). Existing approaches predominantly rely on implicit conditional diffusion models, which compress user behaviors into …

Computational EfficiencySequential Recommendation

Beyond Negative Transfer: Disentangled Preference-Guided Diffusion for Cross-Domain Sequential Recommendation

2025-08-30 · Xiaoxin Ye, Chengkai Huang, Hongtao Huang, Lina Yao arxiv

Cross-Domain Sequential Recommendation (CDSR) leverages user behaviors across domains to enhance recommendation quality. However, naive aggregation of sequential signals can introduce conflicting domain-specific preferen…

Sequential RecommendationCollaborative Filtering

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