DiffGRM: Diffusion-based Generative Recommendation Model
Zhao Liu, Yichen Zhu, Yiqing Yang, Guoping Tang, Rui Huang, Qiang Luo, Xiao Lv, Ruiming Tang, Kun Gai, and Guorui Zhou

TL;DR
DiffGRM introduces a diffusion-based recommendation model that overcomes limitations of autoregressive models by enabling bidirectional and parallel generation of item identifiers, leading to improved recommendation accuracy.
Contribution
The paper proposes DiffGRM, a novel diffusion-based recommendation framework that addresses intra-item consistency and inter-digit heterogeneity issues in tokenized item representations.
Findings
Achieves 6.9%-15.5% NDCG@10 improvement over baselines.
Enables bidirectional and parallel SID digit generation.
Demonstrates consistent gains on multiple datasets.
Abstract
Generative recommendation (GR) is an emerging paradigm that represents each item via a tokenizer as an n-digit semantic ID (SID) and predicts the next item by autoregressively generating its SID conditioned on the user's history. However, two structural properties of SIDs make ARMs ill-suited. First, intra-item consistency: the n digits jointly specify one item, yet the left-to-right causality trains each digit only under its prefix and blocks bidirectional cross-digit evidence, collapsing supervision to a single causal path. Second, inter-digit heterogeneity: digits differ in semantic granularity and predictability, while the uniform next-token objective assigns equal weight to all digits, overtraining easy digits and undertraining hard digits. To address these two issues, we propose DiffGRM, a diffusion-based GR model that replaces the autoregressive decoder with a masked discrete…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
