Time-Aware Diffusion based on Preference Disentanglement for Generative Recommendation
Summary
TDPM, a novel Generative Recommender (GR) framework, addresses a critical limitation in existing diffusion-based GRs by integrating time-evolving user preferences into the diffusion process on semantic index (SID) tokens. Current diffusion GRs apply uniformly to historical interactions, failing to account for the non-stationary nature of user preferences. TDPM disentangles user preference into a long-term consistent "period preference" and a "point preference" triggered by recent events. Extensive experiments on three public real-world datasets demonstrate TDPM's significant superiority, achieving average improvements of up to 29.21% in HR@20 and 25.45% in NDCG@20 over state-of-the-art baselines. An ablation study confirms the necessity of this time-aware token diffusion.
Key takeaway
For AI Scientists and Machine Learning Engineers designing generative recommendation systems, you should recognize that uniform diffusion processes overlook crucial time-evolving user preferences. TDPM offers a superior paradigm by explicitly integrating time-aware diffusion and disentangling preferences into period and point components. Consider adopting this approach to significantly enhance recommendation accuracy, as demonstrated by its substantial improvements in HR@20 and NDCG@20.
Key insights
TDPM enhances generative recommenders by integrating time-aware diffusion and disentangling user preferences into period and point components.
Principles
- User preference is non-stationary.
- Disentangle long-term and short-term preferences.
- Time-aware diffusion improves GRs.
Method
TDPM explicitly integrates time-evolving user preferences into the diffusion process on SID tokens by disentangling them into consistent "period preference" and event-triggered "point preference."
In practice
- Model user preferences as time-evolving.
- Incorporate temporal dynamics into diffusion.
- Separate stable from focal preferences.
Topics
- Generative Recommenders
- Diffusion Models
- Time-Aware Systems
- Preference Disentanglement
- Semantic Indices
- Information Retrieval
Best for: Research Scientist, AI Scientist, Machine Learning Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence.