Discrete Conditional Diffusion for Reranking in Recommendation
Xiao Lin, Xiaokai Chen, Chenyang Wang, Hantao Shu, Linfeng Song, Biao, Li, Peng jiang

TL;DR
This paper introduces DCDR, a novel discrete conditional diffusion model for reranking in recommendation systems, effectively handling discrete item sequences and improving both offline and online recommendation performance.
Contribution
The paper proposes a new diffusion-based reranking framework that operates in discrete space and incorporates user response conditioning, addressing key challenges in recommendation reranking.
Findings
DCDR outperforms state-of-the-art reranking methods in offline experiments.
DCDR significantly improves online recommendation quality in a real-world video app.
The model is efficient enough for deployment in large-scale systems.
Abstract
Reranking plays a crucial role in modern multi-stage recommender systems by rearranging the initial ranking list to model interplay between items. Considering the inherent challenges of reranking such as combinatorial searching space, some previous studies have adopted the evaluator-generator paradigm, with a generator producing feasible sequences and a evaluator selecting the best one based on estimated listwise utility. Inspired by the remarkable success of diffusion generative models, this paper explores the potential of diffusion models for generating high-quality sequences in reranking. However, we argue that it is nontrivial to take diffusion models as the generator in the context of recommendation. Firstly, diffusion models primarily operate in continuous data space, differing from the discrete data space of item permutations. Secondly, the recommendation task is different from…
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
MethodsDiffusion
