IRAIMay 20, 2025

Personalized Diffusion Model Reshapes Cold-Start Bundle Recommendation

arXiv:2505.14901v15 citationsh-index: 10Has CodeWWW
Originality Incremental advance
AI Analysis

This work addresses the cold-start challenge in bundle recommendation, which is a domain-specific problem for users and platforms, but it appears incremental as it builds on existing generative models with enhancements.

The paper tackles the cold-start problem in bundle recommendation by proposing DisCo, a personalized diffusion model that generates bundles in distribution space, achieving significant performance improvements over five baselines on three real-world datasets.

Bundle recommendation aims to recommend a set of items to each user. However, the sparser interactions between users and bundles raise a big challenge, especially in cold-start scenarios. Traditional collaborative filtering methods do not work well for this kind of problem because these models rely on interactions to update the latent embedding, which is hard to work in a cold-start setting. We propose a new approach (DisCo), which relies on a personalized Diffusion backbone, enhanced by disentangled aspects for the user's interest, to generate a bundle in distribution space for each user to tackle the cold-start challenge. During the training phase, DisCo adjusts an additional objective loss term to avoid bias, a prevalent issue while using the generative model for top-$K$ recommendation purposes. Our empirical experiments show that DisCo outperforms five comparative baselines by a large margin on three real-world datasets. Thereby, this study devises a promising framework and essential viewpoints in cold-start recommendation. Our materials for reproducibility are available at: https://github.com/bt-nghia/DisCo.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes