Generative Diffusion Models for Sequential Recommendations
Sharare Zolghadr, Ole Winther, Paul Jeha

TL;DR
This paper introduces DiffuRecSys, a diffusion-based generative model for sequential recommendations that captures diverse user interests and outperforms existing methods on benchmark datasets.
Contribution
It proposes a novel diffusion model architecture with offset noise and cross-attention mechanisms for improved sequential recommendation performance.
Findings
Outperforms baseline models on benchmark datasets
Enhances item representation and user interest modeling
Improves robustness with offset noise in diffusion process
Abstract
Generative models such as Variational Autoencoders (VAEs) and Generative Adversarial Networks (GANs) have shown promise in sequential recommendation tasks. However, they face challenges, including posterior collapse and limited representation capacity. The work by Li et al. (2023) introduces a novel approach that leverages diffusion models to address these challenges by representing item embeddings as distributions rather than fixed vectors. This approach allows for a more adaptive reflection of users' diverse interests and various item aspects. During the diffusion phase, the model converts the target item embedding into a Gaussian distribution by adding noise, facilitating the representation of sequential item distributions and the injection of uncertainty. An Approximator then processes this noisy item representation to reconstruct the target item. In the reverse phase, the model…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques
MethodsDiffusion
