TL;DR
TD3 introduces a Tucker decomposition-based dataset distillation method tailored for sequential recommendation, effectively condensing large user-item interaction data into a synthetic summary that accelerates training while maintaining performance.
Contribution
The paper proposes a novel Tucker decomposition framework within a meta-learning setup for dataset distillation in sequential recommendation, addressing computational complexity and long dependency challenges.
Findings
TD3 outperforms existing methods on multiple datasets.
The synthetic sequence summary preserves key user-item interaction patterns.
TD3 demonstrates strong generalization across different model architectures.
Abstract
In the era of data-centric AI, the focus of recommender systems has shifted from model-centric innovations to data-centric approaches. The success of modern AI models is built on large-scale datasets, but this also results in significant training costs. Dataset distillation has emerged as a key solution, condensing large datasets to accelerate model training while preserving model performance. However, condensing discrete and sequentially correlated user-item interactions, particularly with extensive item sets, presents considerable challenges. This paper introduces \textbf{TD3}, a novel \textbf{T}ucker \textbf{D}ecomposition based \textbf{D}ataset \textbf{D}istillation method within a meta-learning framework, designed for sequential recommendation. TD3 distills a fully expressive \emph{synthetic sequence summary} from original data. To efficiently reduce computational complexity and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
Methods*Communicated@Fast*How Do I Communicate to Expedia? · Experience Replay · Dense Connections · Adam · Target Policy Smoothing · Clipped Double Q-learning · TuckER · Twin Delayed Deep Deterministic · Focus · ALIGN
