The Diffusion Duality
Subham Sekhar Sahoo, Justin Deschenaux, Aaron Gokaslan, Guanghan Wang, Justin Chiu, Volodymyr Kuleshov
TL;DR
The paper reveals a fundamental link between continuous Gaussian diffusion and Uniform-state discrete diffusion, showing that discrete diffusion marginals can be obtained by pushing Gaussian latents through an argmax mapping. By exploiting this Diffusion Duality, the authors transfer Gaussian diffusion techniques to discrete diffusion, enabling a low-variance, faster training regime via curriculum learning and a two-order-of-magnitude speedup in sampling through Discrete Consistency Distillation. Their Duo framework demonstrates competitive zero-shot perplexities and strong sample quality, outperforming prior discrete diffusion methods in low-NFE regimes and approaching autoregressive models on several benchmarks. The work also introduces a Rao-Blackwellized NELBO to reduce training variance and extends to sequence-level diffusion, with extensive ablations and comparisons against state-of-the-art baselines. Overall, Duo provides a practical pathway to rapid, high-quality discrete diffusion for language modeling and highlights a versatile framework for cross-pollinating continuous and discrete diffusion paradigms.
Abstract
Uniform-state discrete diffusion models hold the promise of fast text generation due to their inherent ability to self-correct. However, they are typically outperformed by autoregressive models and masked diffusion models. In this work, we narrow this performance gap by leveraging a key insight: Uniform-state diffusion processes naturally emerge from an underlying Gaussian diffusion. Our method, Duo, transfers powerful techniques from Gaussian diffusion to improve both training and sampling. First, we introduce a curriculum learning strategy guided by the Gaussian process, doubling training speed by reducing variance. Models trained with curriculum learning surpass autoregressive models in zero-shot perplexity on 3 of 7 benchmarks. Second, we present Discrete Consistency Distillation, which adapts consistency distillation from the continuous to the discrete setting. This algorithm unlocks few-step generation in diffusion language models by accelerating sampling by two orders of magnitude. We provide the code, model checkpoints, and video tutorials on the project page: http://s-sahoo.github.io/duo
