Fast ODE-based Sampling for Diffusion Models in Around 5 Steps
Zhenyu Zhou, Defang Chen, Can Wang, Chun Chen
TL;DR
The paper tackles the slow sampling of diffusion models by reframing diffusion sampling as a PF-ODE and proposing AMED-Solver, a single-step solver that learns the mean-direction to reduce discretization error, plus AMED-Plugin to enhance existing solvers with minimal overhead. A key geometric insight is that sampling trajectories lie in a two-dimensional subspace, enabling a learned mean-direction approach that sustains sample quality at very low NFEs (around 5). The authors demonstrate strong, dataset-spanning improvements across CIFAR-10, ImageNet-64, LSUN Bedroom, and stable-diffusion checkpoints, with AMED achieving state-of-the-art results among solver-based methods and substantial gains when used as a plugin. The work provides a practical, lightweight path to fast, high-quality diffusion sampling and highlights the potential of geometry-informed solvers in generative modeling.
Abstract
Sampling from diffusion models can be treated as solving the corresponding ordinary differential equations (ODEs), with the aim of obtaining an accurate solution with as few number of function evaluations (NFE) as possible. Recently, various fast samplers utilizing higher-order ODE solvers have emerged and achieved better performance than the initial first-order one. However, these numerical methods inherently result in certain approximation errors, which significantly degrades sample quality with extremely small NFE (e.g., around 5). In contrast, based on the geometric observation that each sampling trajectory almost lies in a two-dimensional subspace embedded in the ambient space, we propose Approximate MEan-Direction Solver (AMED-Solver) that eliminates truncation errors by directly learning the mean direction for fast diffusion sampling. Besides, our method can be easily used as a plugin to further improve existing ODE-based samplers. Extensive experiments on image synthesis with the resolution ranging from 32 to 512 demonstrate the effectiveness of our method. With only 5 NFE, we achieve 6.61 FID on CIFAR-10, 10.74 FID on ImageNet 64$\times$64, and 13.20 FID on LSUN Bedroom. Our code is available at https://github.com/zju-pi/diff-sampler.
