paper-with-me

홈 › Papers

RecDiff: Diffusion Model for Social Recommendation

2024-06-01 · Zongwei Li, Lianghao Xia, Chao Huang

Social recommendation has emerged as a powerful approach to enhance personalized recommendations by leveraging the social connections among users, such as following and friend relations observed in online social platforms. The fundamental assumption of social recommendation is that socially-connected users exhibit homophily in their preference patterns. This means that users connected by social ties tend to have similar tastes in user-item activities, such as rating and purchasing. However, this assumption is not always valid due to the presence of irrelevant and false social ties, which can contaminate user embeddings and adversely affect recommendation accuracy. To address this challenge, we propose a novel diffusion-based social denoising framework for recommendation (RecDiff). Our approach utilizes a simple yet effective hidden-space diffusion paradigm to alleivate the noisy effect in the compressed and dense representation space. By performing multi-step noise diffusion and removal, RecDiff possesses a robust ability to identify and eliminate noise from the encoded user representations, even when the noise levels vary. The diffusion module is optimized in a downstream task-aware manner, thereby maximizing its ability to enhance the recommendation process. We conducted extensive experiments to evaluate the efficacy of our framework, and the results demonstrate its superiority in terms of recommendation accuracy, training efficiency, and denoising effectiveness. The source code for the model implementation is publicly available at: https://github.com/HKUDS/RecDiff.

📄 PDF Abstract BibTeX arXiv:2406.01629

Code (1)

hkuds/recdiff 공식 구현 pytorch

Tasks

Denoisingmodel

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

RecDiffusion: Rectangling for Image Stitching with Diffusion Models

2024-03-28 · CVPR 2024 1 · Tianhao Zhou, Haipeng Li, Ziyi Wang, Ao Luo 외

Image stitching from different captures often results in non-rectangular boundaries, which is often considered unappealing. To solve non-rectangular boundaries, current solutions involve cropping, which discards image co…

Image Stitching

DiffNet++: A Neural Influence and Interest Diffusion Network for Social Recommendation

2020-01-15 · Le Wu, Junwei Li, Peijie Sun, Richang Hong 외

Social recommendation has emerged to leverage social connections among users for predicting users' unknown preferences, which could alleviate the data sparsity issue in collaborative filtering based recommendation. Early…

Collaborative Filtering

Score-based Generative Diffusion Models for Social Recommendations

2024-12-20 · Chengyi Liu, Jiahao Zhang, Shijie Wang, Wenqi Fan 외

With the prevalence of social networks on online platforms, social recommendation has become a vital technique for enhancing personalized recommendations. The effectiveness of social recommendations largely relies on the…

Self-Supervised Learning

A Neural Influence Diffusion Model for Social Recommendation

2019-04-20 · Le Wu, Peijie Sun, Yanjie Fu, Richang Hong 외

Precise user and item embedding learning is the key to building a successful recommender system. Traditionally, Collaborative Filtering(CF) provides a way to learn user and item embeddings from the user-item interaction …

Collaborative FilteringRecommendation Systems

SocialGCN: An Efficient Graph Convolutional Network based Model for Social Recommendation

2018-11-07 · Le Wu, Peijie Sun, Richang Hong, Yanjie Fu 외

Collaborative Filtering (CF) is one of the most successful approaches for recommender systems. With the emergence of online social networks, social recommendation has become a popular research direction. Most of these so…

Collaborative FilteringRecommendation Systems