Diffusion Cross-domain Recommendation
Yuner Xuan

TL;DR
This paper introduces DiffCDR, a novel cross-domain recommendation model that leverages diffusion probability models to improve cold-start user recommendations by generating and aligning user embeddings across domains.
Contribution
The paper proposes a new CDR approach using diffusion models for embedding generation and alignment, enhancing performance over existing methods.
Findings
DiffCDR outperforms baseline models in cold-start and warm-start scenarios.
The diffusion module effectively generates user embeddings with improved stability.
Alignment module reduces randomness, leading to more accurate recommendations.
Abstract
It is always a challenge for recommender systems to give high-quality outcomes to cold-start users. One potential solution to alleviate the data sparsity problem for cold-start users in the target domain is to add data from the auxiliary domain. Finding a proper way to extract knowledge from an auxiliary domain and transfer it into a target domain is one of the main objectives for cross-domain recommendation (CDR) research. Among the existing methods, mapping approach is a popular one to implement cross-domain recommendation models (CDRs). For models of this type, a mapping module plays the role of transforming data from one domain to another. It primarily determines the performance of mapping approach CDRs. Recently, diffusion probability models (DPMs) have achieved impressive success for image synthesis related tasks. They involve recovering images from noise-added samples, which can…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques
MethodsDiffusion
