English

Enhancing guidance for missing data in diffusion-based sequential recommendation

Information Retrieval 2026-02-16 v2 Artificial Intelligence

Abstract

Contemporary sequential recommendation methods are becoming more complex, shifting from classification to a diffusion-guided generative paradigm. However, the quality of guidance in the form of user information is often compromised by missing data in the observed sequences, leading to suboptimal generation quality. Existing methods address this by removing locally similar items, but overlook ``critical turning points'' in user interest, which are crucial for accurately predicting subsequent user intent. To address this, we propose a novel Counterfactual Attention Regulation Diffusion model (CARD), which focuses on amplifying the signal from key interest-turning-point items while concurrently identifying and suppressing noise within the user sequence. CARD consists of (1) a Dual-side Thompson Sampling method to identify sequences undergoing significant interest shift, and (2) a counterfactual attention mechanism for these sequences to quantify the importance of each item. In this manner, CARD provides the diffusion model with a high-quality guidance signal composed of dynamically re-weighted interaction vectors to enable effective generation. Experiments show our method works well on real-world data without being computationally expensive. Our code is available at https://github.com/yanqilong3321/CARD.

Keywords

Cite

@article{arxiv.2601.15673,
  title  = {Enhancing guidance for missing data in diffusion-based sequential recommendation},
  author = {Qilong Yan and Yifei Xing and Dugang Liu and Jingpu Duan and Jian Yin},
  journal= {arXiv preprint arXiv:2601.15673},
  year   = {2026}
}

Comments

ICASSP 2026 accecpted

R2 v1 2026-07-01T09:15:17.186Z