paper-with-me

Papers

Collaborative Diffusion Model for Recommender System

2025-01-31 · Gyuseok Lee, Yaochen Zhu, Hwanjo Yu, Yao Zhou, Jundong Li

Diffusion-based recommender systems (DR) have gained increasing attention for their advanced generative and denoising capabilities. However, existing DR face two central limitations: (i) a trade-off between enhancing generative capacity via noise injection and retaining the loss of personalized information. (ii) the underutilization of rich item-side information. To address these challenges, we present a Collaborative Diffusion model for Recommender System (CDiff4Rec). Specifically, CDiff4Rec generates pseudo-users from item features and leverages collaborative signals from both real and pseudo personalized neighbors identified through behavioral similarity, thereby effectively reconstructing nuanced user preferences. Experimental results on three public datasets show that CDiff4Rec outperforms competitors by effectively mitigating the loss of personalized information through the integration of item content and collaborative signals.

📄 PDF Abstract BibTeX arXiv:2501.18997

Code (0)

등록된 구현이 없습니다.

Tasks

DenoisingmodelRecommendation Systems

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
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 제목 키워드 기반

Incorporating Classifier-Free Guidance in Diffusion Model-Based Recommendation

2024-09-16 · Noah Buchanan, Susan Gauch, Quan Mai

This paper presents a diffusion-based recommender system that incorporates classifier-free guidance. Most current recommender systems provide recommendations using conventional methods such as collaborative or content-ba…

Recommendation Systems

RDGCL: Reaction-Diffusion Graph Contrastive Learning for Recommendation

2023-12-27 · Jeongwhan Choi, Hyowon Wi, Chaejeong Lee, Sung-Bae Cho 외

Contrastive learning (CL) has emerged as a promising technique for improving recommender systems, addressing the challenge of data sparsity by using self-supervised signals from raw data. Integration of CL with graph con…

Contrastive LearningData IntegrationDiversityRecommendation Systems

A Survey on Diffusion Models for Recommender Systems

2024-09-08 · Jianghao Lin, Jiaqi Liu, Jiachen Zhu, Yunjia Xi 외

While traditional recommendation techniques have made significant strides in the past decades, they still suffer from limited generalization performance caused by factors like inadequate collaborative signals, weak laten…

Data AugmentationRecommendation SystemsSurvey

Diffusion Models in Recommendation Systems: A Survey

2025-01-17 · Ting-Ruen Wei, Yi Fang

Recommender systems remain an essential topic due to its wide application in various domains and the business potential behind them. With the rise of deep learning, common solutions have leveraged neural networks to faci…

Collaborative FilteringRecommendation SystemsSurvey

Collaborative Filtering Based on Diffusion Models: Unveiling the Potential of High-Order Connectivity

2024-04-22 · Yu Hou, Jin-Duk Park, Won-Yong Shin

A recent study has shown that diffusion models are well-suited for modeling the generative process of user-item interactions in recommender systems due to their denoising nature. However, existing diffusion model-based r…

Collaborative FilteringComputational EfficiencyDenoisingRecommendation Systems