IRAIJan 22

Enhancing guidance for missing data in diffusion-based sequential recommendation

arXiv:2601.15673v2h-index: 13Has Code
Originality Incremental advance
AI Analysis

This addresses a specific bottleneck in sequential recommendation systems for e-commerce or content platforms, representing an incremental improvement over existing methods.

The paper tackles the problem of missing data compromising guidance quality in diffusion-based sequential recommendation by proposing CARD, which amplifies signals from critical interest-turning-point items while suppressing noise, resulting in improved generation quality on real-world data without computational expense.

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.

Foundations

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

Your Notes