Papers › Fast Sampling of Diffusion Models with Exponential Integrator

Fast Sampling of Diffusion Models with Exponential Integrator

29 Apr 2022arXiv:2204.13902archive 2025-07-28

Qinsheng Zhang, Yongxin Chen

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 semilinear structure of the learned diffusion process to reduce the discretization error. The proposed method can be applied to any DMs and can generate high-fidelity samples in as few as 10 steps. In our experiments, it takes about 3 minutes on one A6000 GPU to generate $50k$ images from CIFAR10. Moreover, by directly using pre-trained DMs, we achieve the state-of-art sampling performance when the number of score function evaluation~(NFE) is limited, e.g., 4.17 FID with 10 NFEs, 3.37 FID, and 9.74 IS with only 15 NFEs on CIFAR10. Code is available at https://github.com/qsh-zh/deis

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2204.13902")

Code

Syntology Ran 11 of 26 code samples harvested from 3 repositories linked to this paper; 15 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 1 ran · fixture could not drive it; 8 ran with no contract checked.

By repository: official repository: 14 samples from 1 repository, 5 ran; community (archive-listed): 12 samples from 2 repositories, 6 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

qsh-zh/deis officialmentioned in papermentioned on GitHubjax report
hankpipi/diffusers-hetu mentioned on GitHubjaxApache-2.0 report
huggingface/diffusers mentioned on GitHubjax report
shivamshrirao/diffusers mentioned on GitHubjaxApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

26 samples harvested; 11 ran; 0 honoured the contract we drafted; 15 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · our draft was wrong
1ran · fixture could not drive it
8ran
15unverified

Licence: 14 of the 26 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 3 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

ab_step qsh-zh/deis/jax_deis/sampler.py official repository ran fingerprinted no licence file found · pointer only · 8c6face91c6b2d6c · report
get_ab_eps_coef_order0 qsh-zh/deis/jax_deis/sampler.py official repository ran no licence file found · pointer only · 9fc74482f90852db · report
get_coef_per_step_fn qsh-zh/deis/jax_deis/sampler.py official repository ran no licence file found · pointer only · 047a63bd314f76e5 · report
get_integrator_basis_fn qsh-zh/deis/jax_deis/sampler.py official repository ran · our draft was wrong no licence file found · pointer only · 86a2d8ec186ea23a · report
single_poly_coef qsh-zh/deis/jax_deis/sampler.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · 42c8364b75e3eed2 · report
ExpSDE qsh-zh/deis/jax_deis/sampler.py official repository unverified no licence file found · pointer only · 826614d74a92d36a · report
MultiStepSDE qsh-zh/deis/jax_deis/sampler.py official repository unverified no licence file found · pointer only · e63e074a97bdbba7 · report
get_ab_eps_coef qsh-zh/deis/jax_deis/sampler.py official repository unverified no licence file found · pointer only · 9d7c174fb487814f · report
get_one_coef_per_step_fn qsh-zh/deis/jax_deis/sampler.py official repository unverified no licence file found · pointer only · 8050aa9c471e9994 · report
get_rev_ts qsh-zh/deis/jax_deis/sampler.py official repository unverified no licence file found · pointer only · 5ee03a5f9d65d37d · report
get_sampler qsh-zh/deis/jax_deis/sampler.py official repository unverified no licence file found · pointer only · e04b6fa68b802212 · report
get_sampler_ipndm qsh-zh/deis/jax_deis/sampler.py official repository unverified no licence file found · pointer only · 20e88ff233a7d48a · report
get_sampler_rho_ab qsh-zh/deis/jax_deis/sampler.py official repository unverified no licence file found · pointer only · f389d4f5884dab3d · report
get_sampler_t_ab qsh-zh/deis/jax_deis/sampler.py official repository unverified no licence file found · pointer only · 325d6d95af681572 · report
betas_for_alpha_bar hankpipi/diffusers-hetu/src/diffusers/schedulers/scheduling_ddim_hetu.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · e6293358fb50e129 · report
betas_for_alpha_bar hankpipi/diffusers-hetu/src/diffusers/schedulers/scheduling_dpmsolver_multistep_hetu.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · c3d321eafd7ea5fc · report
get_constant_schedule hankpipi/diffusers-hetu/src/diffusers/optimization.py community (archive-listed) ran Apache-2.0 (permissive) · a8366f238618edad · report
get_constant_schedule_with_warmup hankpipi/diffusers-hetu/src/diffusers/optimization.py community (archive-listed) ran Apache-2.0 (permissive) · 11f07821d1b2286b · report
get_linear_schedule_with_warmup hankpipi/diffusers-hetu/src/diffusers/optimization.py community (archive-listed) ran Apache-2.0 (permissive) · 1975e0c51e6f5753 · report
promote_dtype probabilists/azula/azula/sample.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 270aef5509e49841 · report
Denoiser probabilists/azula/azula/sample.py community (archive-listed) unverified MIT (permissive) · 1ccb2a7000e28ccf · report
Posterior probabilists/azula/azula/sample.py community (archive-listed) unverified MIT (permissive) · 15ce8315808e4f16 · report
Sampler probabilists/azula/azula/sample.py community (archive-listed) unverified MIT (permissive) · 2604445654b63d20 · report
Schedule probabilists/azula/azula/sample.py community (archive-listed) unverified MIT (permissive) · 9f9e8449e6838182 · report
calculate_diff hankpipi/diffusers-hetu/src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_edit_hetu.py community (archive-listed) unverified Apache-2.0 (permissive) · f404b70c8fa44c93 · report
zEABSampler probabilists/azula/azula/sample.py community (archive-listed) unverified MIT (permissive) · c376b63ed485cb0c · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Diffusion

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections