Personalized Diffusion Model Reshapes Cold-Start Bundle Recommendation
Tuan-Nghia Bui, Huy-Son Nguyen, Cam-Van Thi Nguyen, Hoang-Quynh Le, Duc-Trong Le
TL;DR
DisCo tackles cold-start bundle recommendation by replacing latent embeddings with a personalized diffusion-based generator conditioned on disentangled user interests. It combines LightGCN-based collaborative signals with disentangled self-attention to capture multiple user-interest aspects, and a diffusion-based generative model with a KL regularization term to ensure diversity and reduce bias. The method outputs a probabilistic bundle distribution per user, enabling robust top-K recommendations in cold settings. Experiments on Youshu, iFashion, and Meal show state-of-the-art performance and strong robustness across datasets, underscoring diffusion-in-distribution space as a promising direction for cold-start recommendations.
Abstract
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.
