paper-with-me

Papers

A Survey on Diffusion Models for Recommender Systems

2024-09-08 · Jianghao Lin, Jiaqi Liu, Jiachen Zhu, Yunjia Xi, Chengkai Liu, Yangtian Zhang, Yong Yu, Weinan Zhang

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 latent representations, and noisy data. In response, diffusion models (DMs) have emerged as promising solutions for recommender systems due to their robust generative capabilities, solid theoretical foundations, and improved training stability. To this end, in this paper, we present the first comprehensive survey on diffusion models for recommendation, and draw a bird's-eye view from the perspective of the whole pipeline in real-world recommender systems. We systematically categorize existing research works into three primary domains: (1) diffusion for data engineering & encoding, focusing on data augmentation and representation enhancement; (2) diffusion as recommender models, employing diffusion models to directly estimate user preferences and rank items; and (3) diffusion for content presentation, utilizing diffusion models to generate personalized content such as fashion and advertisement creatives. Our taxonomy highlights the unique strengths of diffusion models in capturing complex data distributions and generating high-quality, diverse samples that closely align with user preferences. We also summarize the core characteristics of the adapting diffusion models for recommendation, and further identify key areas for future exploration, which helps establish a roadmap for researchers and practitioners seeking to advance recommender systems through the innovative application of diffusion models. To further facilitate the research community of recommender systems based on diffusion models, we actively maintain a GitHub repository for papers and other related resources in this rising direction https://github.com/CHIANGEL/Awesome-Diffusion-for-RecSys.

📄 PDF Abstract BibTeX arXiv:2409.05033

Code (1)

chiangel/awesome-diffusion-for-recsys 공식 구현

Tasks

Data AugmentationRecommendation SystemsSurvey

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…
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

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

Recent Developments in Recommender Systems: A Survey

2023-06-22 · Yang Li, Kangbo Liu, Ranjan Satapathy, Suhang Wang 외

In this technical survey, we comprehensively summarize the latest advancements in the field of recommender systems. The objective of this study is to provide an overview of the current state-of-the-art in the field and h…

FairnessRecommendation SystemsSurvey

A Survey on LLM-based News Recommender Systems

2025-02-13 · Rongyao Wang, Veronica Liesaputra, Zhiyi Huang

News recommender systems play a critical role in mitigating the information overload problem. In recent years, due to the successful applications of large language model technologies, researchers have utilized Discrimina…

BenchmarkingFairnessLanguage ModelingLanguage Modelling+4

A Survey of Deep Reinforcement Learning in Recommender Systems: A Systematic Review and Future Directions

2021-09-08 · Xiaocong Chen, Lina Yao, Julian McAuley, Guanglin Zhou 외

In light of the emergence of deep reinforcement learning (DRL) in recommender systems research and several fruitful results in recent years, this survey aims to provide a timely and comprehensive overview of the recent t…

Deep Reinforcement LearningRecommendation Systemsreinforcement-learningReinforcement Learning+2

Survey for Trust-aware Recommender Systems: A Deep Learning Perspective

2020-04-08 · Manqing Dong, Feng Yuan, Lina Yao, Xianzhi Wang 외

A significant remaining challenge for existing recommender systems is that users may not trust the recommender systems for either lack of explanation or inaccurate recommendation results. Thus, it becomes critical to emb…

Deep LearningRecommendation Systems