Papers › DPM-Solver-v3: Improved Diffusion ODE Solver with Empirical Model Statistics

DPM-Solver-v3: Improved Diffusion ODE Solver with Empirical Model Statistics

20 Oct 2023NeurIPS 2023 11arXiv:2310.13268archive 2025-07-28

Kaiwen Zheng, Cheng Lu, Jianfei Chen, Jun Zhu

Diffusion probabilistic models (DPMs) have exhibited excellent performance for high-fidelity image generation while suffering from inefficient sampling. Recent works accelerate the sampling procedure by proposing fast ODE solvers that leverage the specific ODE form of DPMs. However, they highly rely on specific parameterization during inference (such as noise/data prediction), which might not be the optimal choice. In this work, we propose a novel formulation towards the optimal parameterization during sampling that minimizes the first-order discretization error of the ODE solution. Based on such formulation, we propose DPM-Solver-v3, a new fast ODE solver for DPMs by introducing several coefficients efficiently computed on the pretrained model, which we call empirical model statistics. We further incorporate multistep methods and a predictor-corrector framework, and propose some techniques for improving sample quality at small numbers of function evaluations (NFE) or large guidance scales. Experiments show that DPM-Solver-v3 achieves consistently better or comparable performance in both unconditional and conditional sampling with both pixel-space and latent-space DPMs, especially in 5∼10 NFEs. We achieve FIDs of 12.21 (5 NFE), 2.51 (10 NFE) on unconditional CIFAR10, and MSE of 0.55 (5 NFE, 7.5 guidance scale) on Stable Diffusion, bringing a speed-up of 15%∼30% compared to previous state-of-the-art training-free methods. Code is available at https://github.com/thu-ml/DPM-Solver-v3.

PaperPDFConference PDFCodeCode 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="2310.13268")

Code

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

By repository: official repository: 7 samples from 1 repository, 5 ran; community (archive-listed): 1 sample from 1 repository, 1 ran; community: 4 samples from 1 repository, 3 ran; 8 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

thu-ml/dpm-solver-v3 officialmentioned in papermentioned on GitHubpytorch report
nvlabs/ddo mentioned on GitHubpytorch 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

20 samples harvested; 12 ran; 0 honoured the contract we drafted; 8 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 · violated contract
6ran · our draft was wrong
3ran · fixture could not drive it
1ran
8unverified

Licence: 9 of the 20 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. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “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.

format_time thu-ml/DPM-Solver-v3/codebases/edm/dnnlib/util.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 674eca7b9e1b6439 · report
format_time_brief thu-ml/DPM-Solver-v3/codebases/edm/dnnlib/util.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 32af001972a0699f · report
index_list thu-ml/DPM-Solver-v3/codebases/score_sde/samplers/dpm_solver_v3.py official repository ran · violated contract MIT (permissive) · 89c07036a17ac182 · report
weighted_cumsumexp_trapezoid thu-ml/DPM-Solver-v3/codebases/score_sde/samplers/dpm_solver_v3.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 8d1e60bffa17bbac · report
weighted_cumsumexp_trapezoid_torch thu-ml/DPM-Solver-v3/codebases/score_sde/samplers/dpm_solver_v3.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 7b4e53ebea16a9ea · report
DPM_Solver_v3 thu-ml/dpm-solver-v3/dpm_solver_v3.py official repository unverified MIT (permissive) · 3c602c42a715bc18 · report
ask_yes_no thu-ml/DPM-Solver-v3/codebases/edm/dnnlib/util.py official repository unverified MIT (permissive) · 9d31d2c4cd16bb2d · report
DPM_Solver_v3 nvlabs/ddo/EDM2_sample.py community (archive-listed) ran licence not identified · pointer only · 062dc87e7fb97885 · report
expand_dims luchengthu/dpm-solver/examples/score_sde_jax/dpm_solver.py community ran · our draft was wrong MIT (permissive) · 758116407dad6dd9 · report
model_wrapper luchengthu/dpm-solver/examples/score_sde_jax/dpm_solver.py community ran · fixture could not drive it MIT (permissive) · 6108b0e6e6095e2e · report
model_wrapper luchengthu/dpm-solver/examples/score_sde_pytorch/dpm_solver.py community ran · fixture could not drive it MIT (permissive) · 0e68c8747f1cfcd9 · report
interpolate_fn luchengthu/dpm-solver/examples/score_sde_jax/dpm_solver.py community unverified MIT (permissive) · f2534952711dcca5 · report
interpolate_fn identical code first harvested elsewhere ran · our draft was wrong fingerprinted licence of this copy not recorded · 6a35b62fbc80f70a · report
expand_dims identical code first harvested elsewhere ran · our draft was wrong licence of this copy not recorded · e6110366588c5c65 · report
index_list identical code first harvested elsewhere ran · violated contract licence of this copy not recorded · 522ab9ee79479d93 · report
expand_dims identical code first harvested elsewhere unverified licence of this copy not recorded · 5de61fe60d41eb55 · report
interpolate_fn identical code first harvested elsewhere unverified licence of this copy not recorded · 8f6335e1c872cedc · report
model_wrapper identical code first harvested elsewhere unverified licence of this copy not recorded · aafc0d7013851789 · report
weighted_cumsumexp_trapezoid identical code first harvested elsewhere unverified licence of this copy not recorded · 62681c73cc1d446e · report
weighted_cumsumexp_trapezoid_torch identical code first harvested elsewhere unverified licence of this copy not recorded · 510b207c6841a775 · report

Tasks

Image Generation

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