English

Brownian Bridge Diffusion for Sequential Recommendation

Information Retrieval 2026-05-12 v2

Abstract

Diffusion models, known for their strong generative capability derived from iterative noising and denoising processes, have recently emerged as a promising paradigm for sequential recommendation. To incorporate user history for personalization, existing methods typically follow a history-guided denoising paradigm inspired by text-guided image generation, where target item representations are reconstructed from Gaussian noise conditioned on user historical interactions. However, this design remains fundamentally anchored to an "item \leftrightarrow noise" formulation, introducing an additional noise-reconstruction burden that may distract the model from capturing user-specific preference structures. Motivated by this limitation, we revisit diffusion-based sequential recommendation from a preference-centric perspective and adopt a preference bridging design that enables a direct "item \leftrightarrow history" transition instead of relying on Gaussian noise. Based on this idea, we propose Brownian Bridge Diffusion Recommendation (BBDRec), which leverages the Brownian bridge process to construct a structured diffusion trajectory between target items and user historical representations, thereby better aligning diffusion modeling with the intrinsic nature of recommendation. Extensive experiments on multiple public datasets show that BBDRec consistently outperforms representative sequential and diffusion-based recommendation baselines. The implementation code is publicly available at https://github.com/baiyimeng/BBDRec.

Keywords

Cite

@article{arxiv.2507.06121,
  title  = {Brownian Bridge Diffusion for Sequential Recommendation},
  author = {Yimeng Bai and Yang Zhang and Sihao Ding and Shaohui Ruan and Han Yao and Danhui Guan and Fuli Feng and Tat-Seng Chua},
  journal= {arXiv preprint arXiv:2507.06121},
  year   = {2026}
}