Align Your Steps: Optimizing Sampling Schedules in Diffusion Models
Amirmojtaba Sabour, Sanja Fidler, Karsten Kreis
TL;DR
This work addresses the slow sampling problem in diffusion models by optimizing the sampling schedule itself. It introduces Align Your Steps (AYS), a principled, dataset/model/solver-specific framework that minimizes a KL-divergence-based upper bound (KLUB) between true and discretized SDEs to derive better schedules. The approach yields consistent quality improvements across multiple modalities (2D, image, video, text-to-image) and solver types, with optimized schedules released for popular models. Overall, AYS demonstrates that carefully shaped sampling schedules can substantially boost few-step diffusion performance, expanding the practical utility of diffusion-based generative systems.
Abstract
Diffusion models (DMs) have established themselves as the state-of-the-art generative modeling approach in the visual domain and beyond. A crucial drawback of DMs is their slow sampling speed, relying on many sequential function evaluations through large neural networks. Sampling from DMs can be seen as solving a differential equation through a discretized set of noise levels known as the sampling schedule. While past works primarily focused on deriving efficient solvers, little attention has been given to finding optimal sampling schedules, and the entire literature relies on hand-crafted heuristics. In this work, for the first time, we propose a general and principled approach to optimizing the sampling schedules of DMs for high-quality outputs, called $\textit{Align Your Steps}$. We leverage methods from stochastic calculus and find optimal schedules specific to different solvers, trained DMs and datasets. We evaluate our novel approach on several image, video as well as 2D toy data synthesis benchmarks, using a variety of different samplers, and observe that our optimized schedules outperform previous hand-crafted schedules in almost all experiments. Our method demonstrates the untapped potential of sampling schedule optimization, especially in the few-step synthesis regime.
