菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-06-01
📄 Abstract - Time-Aware Diffusion based on Preference Disentanglement for Generative Recommendation

Recently, Generative Recommenders (GRs) have emerged as a transformative recommendation paradigm by replacing traditional item IDs with semantic indices (SIDs). Owing to the exceptional generative capabilities of diffusion models, a few pioneering works explore developing GRs with diffusion architectures as the backbone. However, a fatal limitation of existing diffusion-based GRs is that the diffusion process applies uniformly to all items within the historical interactions. In contrast, the user preference is shaped by multifaceted time-evolving factors and thus exhibits a non-stationary distribution in the temporal aspect. To bridge this gap, this study proposes a novel GR framework, named TDPM, by designing the time-aware diffusion on SID tokens. Specifically, TDPM explicitly integrates the impact of time-evolving user preferences into the diffusion process. In detail, the user preference is disentangled into (i) the period preference, which remains consistent over a long time-span, and (ii) the point preference, which is triggered by recent focal events. Extensive experiments on three public real-world datasets demonstrate the significant superiority of TDPM over the state-of-the-art baselines. TDPM achieves average improvements of up to 29.21% and 25.45% in terms of HR@20 and NDCG@20, respectively. The ablation study further underscores the necessity of time-aware token diffusion in diffusion-based GRs.

顶级标签: machine learning recommendation
详细标签: diffusion models user preference temporal dynamics generative recommendation preference disentanglement 或 搜索:

基于偏好解耦的时间感知扩散生成式推荐方法 / Time-Aware Diffusion based on Preference Disentanglement for Generative Recommendation


1️⃣ 一句话总结

本文提出一种名为TDPM的生成式推荐框架,通过将用户偏好分解为长期稳定的周期性偏好和短期事件触发的情境偏好,并让扩散过程根据时间动态调整对历史交互中不同项目的处理方式,从而显著提升推荐效果。

源自 arXiv: 2606.01670