From Scores to Gibbs Correctors: Accelerating Uniform-Rate Discrete Diffusion Models

📅 2026-05-26
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
Sampling from uniform-rate discrete diffusion models typically requires a large number of steps, and existing acceleration methods either necessitate additional training or suffer from slow convergence. This work proposes GADD, a training-free Gibbs corrector that leverages the structure of the score function to directly construct a Gibbs posterior, achieving for the first time in this class of models a sampling complexity of $\mathcal{O}(\mathrm{polylog}(\varepsilon^{-1}))$. The paper also establishes a theoretical analysis framework for predictor-corrector mechanisms. Experimental results demonstrate that GADD substantially outperforms both the Euler method and CTMC correctors across synthetic data, zero-shot text generation, and conditional music generation tasks, yielding significant improvements in both sample quality and computational efficiency.
📝 Abstract
Discrete diffusion models have achieved strong empirical performance in text and other symbolic domains, but, especially for uniform-rate models, they often require many steps to generate a single sample. Existing acceleration methods either rely on training additional quantities or suffer from slow mixing. In this work, we propose a novel Gibbs-based corrector for discrete diffusion models, termed Gibbs-Accelerated Discrete Diffusion (GADD). GADD leverages the structure of the concrete score function to construct Gibbs posterior likelihoods directly, without requiring any additional training beyond standard score estimation. We show that GADD achieves an overall sampling complexity of $\mathcal{O}(\mathrm{polylog} (\varepsilon^{-1}))$, yielding the first such rate for diffusion-based samplers for uniform-rate discrete diffusion models. We also conduct numerical experiments demonstrating the practical advantages of GADD across synthetic data, zero-shot text sampling, and zero-shot conditional music generation. These results corroborate the theory and show that GADD consistently improves sample quality and wall-clock efficiency over standard baselines, including vanilla Euler methods and CTMC correctors. Beyond this, our theoretical analysis introduces a novel framework for analyzing predictor-corrector methods in discrete diffusion models, which may be of independent interest. Unlike existing approaches that rely on the Girsanov change-of-measure technique, our method is based on an induction argument that tracks error propagation across predictor iterations while accounting for inaccuracies in the corrector updates.
Problem

Research questions and friction points this paper is trying to address.

discrete diffusion models
uniform-rate
sampling acceleration
Gibbs corrector
score function
Innovation

Methods, ideas, or system contributions that make the work stand out.

discrete diffusion models
Gibbs sampling
score function
sampling acceleration
predictor-corrector methods