Fast Sampling of Diffusion Models with Exponential Integrator
Qinsheng Zhang, Yongxin Chen

TL;DR
This paper introduces DEIS, a novel exponential integrator-based sampling method for diffusion models that significantly reduces the number of steps needed for high-quality image generation, achieving state-of-the-art results with fewer evaluations.
Contribution
The paper proposes DEIS, a new sampling algorithm based on exponential integrators, which accelerates diffusion model sampling while maintaining high fidelity, applicable to any diffusion model.
Findings
High-quality samples generated in as few as 10 steps.
Achieves state-of-the-art FID scores with limited score evaluations.
Fast generation of 50k CIFAR10 images in about 3 minutes.
Abstract
The past few years have witnessed the great success of Diffusion models~(DMs) in generating high-fidelity samples in generative modeling tasks. A major limitation of the DM is its notoriously slow sampling procedure which normally requires hundreds to thousands of time discretization steps of the learned diffusion process to reach the desired accuracy. Our goal is to develop a fast sampling method for DMs with a much less number of steps while retaining high sample quality. To this end, we systematically analyze the sampling procedure in DMs and identify key factors that affect the sample quality, among which the method of discretization is most crucial. By carefully examining the learned diffusion process, we propose Diffusion Exponential Integrator Sampler~(DEIS). It is based on the Exponential Integrator designed for discretizing ordinary differential equations (ODEs) and leverages a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsModel Reduction and Neural Networks · Generative Adversarial Networks and Image Synthesis · Domain Adaptation and Few-Shot Learning
MethodsDiffusion
