Improved Sampling Schedules for Discrete Diffusion Models

TL;DR

Using thermodynamic entropy production, proposes EDS and WDS schedules, significantly improving discrete diffusion sampling efficiency.

cs.LG 🔴 Advanced 2026-02-07 47 views
Alberto Foresti Mustapha Bounoua Giulio Franzese Luca Ambrogioni Pietro Michiardi
Discrete Diffusion Sampling Schedule Thermodynamics Information Theory Generative Models

Key Findings

Methodology

This work frames the reverse diffusion process within thermodynamics, defining entropy production rate as a measure of information generation. By analyzing the entropy change, bounds on Wasserstein distance between intermediate states and data are derived. Two schedules are proposed: Entropic Discrete Schedule (EDS), based on constant information gain rate, and Wasserstein Discrete Schedule (WDS), based on equal steps in Wasserstein distance. These are computed by estimating non-adiabatic entropy via pretrained models, and mapping the process through inverse functions. Experiments across synthetic, musical, visual, and textual datasets validate their superior efficiency and quality.

Key Results

  • WDS at 8 NFEs matches the quality of traditional methods at 32 NFEs, achieving 4x speedup. In music generation, EDS at 16 NFEs produces samples comparable to 512 NFEs. In image tasks, the schedules reduce errors and improve diversity. Across modalities, the proposed schedules outperform linear baselines, showing faster convergence and lower computational costs.

Significance

This research introduces a fundamental thermodynamic perspective into discrete diffusion sampling, establishing a theoretical framework that links entropy production with optimal transport. It enhances sampling efficiency, reduces computational burden, and improves interpretability, addressing long-standing limitations in discrete generative modeling. The approach paves the way for more resource-efficient, scalable, and theoretically grounded generative systems, with broad implications for AI applications in multimodal content creation and sequence modeling.

Technical Contribution

The paper pioneers the integration of thermodynamic entropy production into the analysis of discrete diffusion processes, deriving bounds on the Wasserstein distance and proposing physically motivated schedules. It introduces a novel measure—non-adiabatic entropy—to quantify information flow, and demonstrates how to estimate it via pretrained neural networks. The resulting scheduling algorithms adapt dynamically to the model’s intrinsic information and geometric progress, leading to significant efficiency gains over heuristic methods.

Novelty

This is the first work to embed thermodynamic entropy concepts into discrete diffusion sampling, establishing a physics-inspired framework for schedule optimization. Unlike prior heuristic or fixed schedules, this approach leverages physical metrics to guide adaptive step sizes, offering a new theoretical lens and practical algorithms that outperform existing methods in efficiency and quality.

Limitations

  • The approach relies on accurate estimation of entropy production via pretrained models, which may be biased or inaccurate in complex or high-dimensional data. Future work should focus on improving these estimations.
  • Current schedules are discretized and may lack fine-grained adaptivity; developing continuous or more responsive schemes is necessary.
  • In very high-dimensional spaces, the estimation of Wasserstein distances and entropy may become computationally expensive, limiting scalability.

Future Work

Future directions include developing adaptive, real-time scheduling mechanisms that incorporate model feedback, extending the framework to continuous diffusion models, and applying it to large-scale multimodal datasets. Further research will also explore tighter bounds and more efficient entropy estimation techniques, aiming to make these physics-inspired schedules practical for real-world large-scale generative systems.

AI Executive Summary

Discrete diffusion models have become a cornerstone in sequence and symbolic data generation, offering advantages over autoregressive methods such as parallelism and bidirectional context. However, their sampling efficiency remains constrained by heuristic schedules that often misallocate computational resources, especially during critical semantic transitions. This paper introduces a novel thermodynamic perspective, framing the reverse diffusion process through the lens of entropy production. By defining the entropy production rate as a measure of information flow, the authors establish a theoretical link between thermodynamics and optimal transport, deriving bounds on the Wasserstein distance that govern the process's speed limit.

Building on this foundation, two physically motivated sampling schedules are proposed: the Entropic Discrete Schedule (EDS), which adapts to the instantaneous information load, and the Wasserstein Discrete Schedule (WDS), which adjusts according to the geometric transport velocity. Both strategies utilize pretrained neural networks to estimate the non-adiabatic entropy, enabling dynamic and intrinsic step size adjustment without additional training. Extensive experiments across synthetic, musical, visual, and textual datasets demonstrate that these schedules outperform traditional linear and error-based methods, achieving comparable or superior sample quality at a fraction of the computational cost.

The significance of this work lies in its integration of physical principles into the design of generative algorithms, providing a rigorous theoretical framework that guides practical improvements. By aligning sampling steps with the intrinsic dynamics of the process, the proposed methods reduce wasteful computation and improve model interpretability. While promising, challenges remain in accurately estimating thermodynamic quantities in complex, high-dimensional spaces, and in extending these ideas to continuous models. Nonetheless, this research opens new avenues for efficient, scalable, and theoretically grounded generative modeling, with broad implications for AI in multimodal content creation, sequence modeling, and beyond.

Deep Analysis

Background

Over recent years, discrete diffusion models have gained prominence for their ability to generate sequence data such as text, music, and symbolic representations. Building on early works like Austin et al. (2021) and Lou et al. (2024), these models leverage stochastic processes to gradually transform noise into meaningful data. Unlike autoregressive models, diffusion approaches enable parallel generation and bidirectional refinement, offering advantages in flexibility and controllability. Despite these advances, the core challenge remains: how to optimize the sampling schedule to improve efficiency without sacrificing quality. Existing methods like fixed linear schedules or error-based approaches lack a solid theoretical foundation, often leading to suboptimal resource allocation. The gap between empirical heuristics and physical principles has limited the potential for systematic improvements, especially in complex or high-dimensional settings.

Core Problem

The main issue addressed is the inefficient and heuristic nature of current sampling schedules in discrete diffusion models. These schedules often fail to account for the nonlinear dynamics of information flow during generation, resulting in unnecessary computation during trivial noise regions and insufficient resolution during critical semantic transitions. This imbalance hampers the models' ability to generate high-quality samples efficiently. Moreover, the lack of a unified theoretical framework prevents principled design and analysis of scheduling strategies, constraining the scalability and interpretability of these models. Addressing this problem requires a fundamental understanding of the underlying physics of the reverse process, particularly how information propagates and dissipates in a probabilistic and geometric context.

Innovation

The paper's core innovation lies in applying thermodynamic concepts—specifically entropy production—to analyze and optimize the reverse diffusion process. It introduces the entropy production rate as a measure of information flow, establishing a link between thermodynamics and optimal transport geometry. This connection enables the derivation of bounds on the Wasserstein distance, which serve as speed limits for the generative process. Based on these insights, two scheduling algorithms are developed: the Entropic Discrete Schedule (EDS), which modulates time steps according to the instantaneous information load, and the Wasserstein Discrete Schedule (WDS), which adjusts steps to maintain constant geometric progress. These schedules are computed using pretrained neural networks that estimate the non-adiabatic entropy, allowing for adaptive, physics-inspired step sizes without additional training. The approach offers a principled, theoretically grounded alternative to heuristic schedules, with demonstrated empirical gains.

Methodology

  • �� Model the reverse diffusion as a thermodynamic system, defining entropy production rate Htot. • Decompose Htot into adiabatic and non-adiabatic components, focusing on the latter as the information cost. • Derive bounds on Wasserstein distance using the total entropy production and system mobility. • Estimate non-adiabatic entropy via pretrained neural networks, using the diffusion trajectory data. • Construct two schedules: EDS based on the instantaneous entropy rate, WDS based on Wasserstein distance. • Map physical progress to intrinsic time via inverse functions, ensuring uniform steps in information or geometry. • Implement the schedules in inference, without retraining, to optimize sampling efficiency.

Experiments

Experiments span synthetic count data, music notation, CIFAR-10 images, and text generation. All models are pretrained, with the proposed schedules applied during inference. Metrics include error rates, Hellinger distance, sample diversity, and computational cost (NFEs). Comparisons against linear and JYS schedules show consistent improvements, especially in low-NFE regimes. Results demonstrate that WDS at 8 NFEs matches the quality of traditional methods at 32 NFEs, with significant speedups. In musical tasks, EDS achieves near-fidelity at a fraction of the cost. Image and text tasks confirm the robustness and versatility of the schedules across modalities.

Results

WDS at 8 NFEs achieves comparable quality to standard methods at 32 NFEs, a 4× speedup. EDS at 16 NFEs produces samples similar to 512 NFEs in quality. Across tasks, the schedules reduce errors, improve diversity, and lower computational costs. They outperform heuristic and error-based schedules, validating the physical principles guiding their design. These results highlight the potential for physics-inspired scheduling to revolutionize discrete diffusion sampling.

Applications

Applicable to sequence, symbol, and multimodal data generation, especially in resource-constrained or real-time scenarios. The physics-based schedules enable faster inference without retraining, suitable for deployment in edge devices, online systems, and large-scale AI applications. The framework can be extended to continuous models and integrated with multi-task learning, broadening its impact across AI domains.

Limitations & Outlook

Estimating entropy production relies on pretrained neural networks, which may introduce bias or inaccuracies in complex data. The schedules are discretized, limiting responsiveness to dynamic changes. High-dimensional data pose computational challenges for accurate Wasserstein and entropy estimation. Future work should focus on adaptive, continuous, and more scalable methods to address these issues.

Plain Language Accessible to non-experts

想象你在厨房里做菜。每次你准备一道菜,都需要按照一定的步骤,把原料变成美味的成品。刚开始,原料很杂乱,慢慢地你用不同的调料和火候,把它们变得越来越好吃。有时候,你会发现某个步骤特别重要,比如加入盐或炒到恰到好处,这个时候你会放慢速度,确保每一步都做得完美。其他时候,事情比较简单,你可以快点完成。论文里的方法就像是给你一份智能的厨房指南,它会告诉你在哪些步骤需要放慢,哪些可以快一些,让你用最少的时间,做出最棒的菜。这种方法让整个做菜过程既高效又有保证,结果也更好。

ELI14 Explained like you're 14

想象你在玩一个拼图游戏,你的目标是把一堆乱七八糟的碎片拼成一幅漂亮的画。开始时,碎片散落得很乱,你需要慢慢观察,把碎片拼在一起。有时候,拼到一半会发现需要暂停一下,仔细看一看,然后再继续拼。这个过程就像在做一场拼图比赛。现在,如果你知道什么时候该慢下来,什么时候可以快点,就能更快完成拼图,而且拼得更漂亮。论文里的方法就像是用一种“神奇的指南”,告诉你在拼图的不同阶段,什么时候该慢,什么时候可以快。这样一来,你就能用最短的时间,拼出最漂亮的画,省时又省力!

Abstract

Discrete diffusion models have emerged as a powerful paradigm for generative modeling on sequence data; however, the information-theoretic principles governing their reverse processes remain significantly less understood than those of their continuous counterparts. In this work, we bridge this gap by analyzing the reverse process dynamics through the lens of thermodynamic entropy production. We propose the entropy production rate as a rigorous proxy for quantifying information generation, deriving as a byproduct a bound on the Wasserstein distance between intermediate states and the data distribution. Leveraging these insights, we introduce two novel sampling schedules that are uniformly spaced with respect to their corresponding physics-inspired metrics: the Entropic Discrete Schedule (EDS), which is defined by maintaining a constant rate of information gain, and the Wasserstein Discrete Schedule (WDS), which is defined by taking equal steps in terms of the Wasserstein distance. We empirically demonstrate that our proposed schedules significantly outperform state-of-the-art strategies across diverse application domains, including synthetic data, music notation, vision and language modeling, consistently achieving superior performance at a lower computational budget.

cs.LG