paper-with-me

Papers

Score-based Generative Diffusion Models for Social Recommendations

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

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 social homophily assumption, which presumes that individuals with social connections often share similar preferences. However, this foundational premise has been recently challenged due to the inherent complexity and noise present in real-world social networks. In this paper, we tackle the low social homophily challenge from an innovative generative perspective, directly generating optimal user social representations that maximize consistency with collaborative signals. Specifically, we propose the Score-based Generative Model for Social Recommendation (SGSR), which effectively adapts the Stochastic Differential Equation (SDE)-based diffusion models for social recommendations. To better fit the recommendation context, SGSR employs a joint curriculum training strategy to mitigate challenges related to missing supervision signals and leverages self-supervised learning techniques to align knowledge across social and collaborative domains. Extensive experiments on real-world datasets demonstrate the effectiveness of our approach in filtering redundant social information and improving recommendation performance.

📄 PDF Abstract BibTeX arXiv:2412.15579

Code (1)

anonymous-coderepository/score-based-generative-diffusion-models-for-social-recommendations-sgsr 공식 구현 pytorch

Tasks

Self-Supervised Learning

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

DifFaiRec: Generative Fair Recommender with Conditional Diffusion Model

2024-09-18 · Zhenhao Jiang, Jicong Fan

Although recommenders can ship items to users automatically based on the users' preferences, they often cause unfairness to groups or individuals. For instance, when users can be divided into two groups according to a se…

AttributecounterfactualFairnessmodel

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

A Spreader Ranking Algorithm for Extremely Low-budget Influence Maximization in Social Networks using Community Bridge Nodes

2022-11-17 · Aaryan Gupta, Inder Khatri, Arjun Choudhry, Pranav Chandhok 외

In recent years, social networking platforms have gained significant popularity among the masses like connecting with people and propagating ones thoughts and opinions. This has opened the door to user-specific advertise…

Marketing

Combinatorial Complex Score-based Diffusion Modelling through Stochastic Differential Equations

2024-06-07 · Adrien Carrel

Graph structures offer a versatile framework for representing diverse patterns in nature and complex systems, applicable across domains like molecular chemistry, social networks, and transportation systems. While diffusi…

DenoisingGraph Generation

Recommendations Beyond Catalogs: Diffusion Models for Personalized Generation

2025-02-05 · Gabriel Patron, Zhiwei Xu, Ishan Kapnadak, Felipe Maia Polo

Modern recommender systems follow the guiding principle of serving the right user, the right item at the right time. One of their main limitations is that they are typically limited to items already in the catalog. We pr…

Recommendation Systems