MindRec: A Diffusion-driven Coarse-to-Fine Paradigm for Generative Recommendation
Mengyao Gao, Chongming Gao, Haoyan Liu, Qingpeng Cai, Peng Jiang, Jiajia Chen, Shuai Yuan, Xiangnan He

TL;DR
MindRec introduces a diffusion-driven, human-inspired coarse-to-fine generative approach for recommendation systems, improving accuracy by generating key preferences first and refining recommendations through a hierarchical structure.
Contribution
The paper proposes a novel diffusion-based, non-sequential recommendation paradigm that mimics human reasoning and employs a hierarchical category structure for improved recommendation accuracy.
Findings
Achieves 9.5% higher top-1 accuracy than state-of-the-art methods.
Introduces Diffusion Beam Search to address local optima in generation.
Demonstrates the effectiveness of a human-inspired, coarse-to-fine recommendation process.
Abstract
Recent advancements in large language model-based recommendation systems often represent items as text or semantic IDs and generate recommendations in an auto-regressive manner. However, due to the left-to-right greedy decoding strategy and the unidirectional logical flow, such methods often fail to produce globally optimal recommendations. In contrast, human reasoning does not follow a rigid left-to-right sequence. Instead, it often begins with keywords or intuitive insights, which are then refined and expanded. Inspired by this fact, we propose MindRec, a diffusion-driven coarse-to-fine generative paradigm that emulates human thought processes. Built upon a diffusion language model, MindRec departs from auto-regressive generation by leveraging a masked diffusion process to reconstruct items in a flexible, non-sequential manner. Particularly, our method first generates key tokens that…
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.
Taxonomy
TopicsRecommender Systems and Techniques · Topic Modeling · Generative Adversarial Networks and Image Synthesis
