Papers › DPM-OT: A New Diffusion Probabilistic Model Based on Optimal Transport

DPM-OT: A New Diffusion Probabilistic Model Based on Optimal Transport

21 Jul 2023ICCV 2023 1arXiv:2307.11308archive 2025-07-28

Zezeng Li, Shenghao Li, Zhanpeng Wang, Na lei, Zhongxuan Luo, Xianfeng GU

Sampling from diffusion probabilistic models (DPMs) can be viewed as a piecewise distribution transformation, which generally requires hundreds or thousands of steps of the inverse diffusion trajectory to get a high-quality image. Recent progress in designing fast samplers for DPMs achieves a trade-off between sampling speed and sample quality by knowledge distillation or adjusting the variance schedule or the denoising equation. However, it can't be optimal in both aspects and often suffer from mode mixture in short steps. To tackle this problem, we innovatively regard inverse diffusion as an optimal transport (OT) problem between latents at different stages and propose the DPM-OT, a unified learning framework for fast DPMs with a direct expressway represented by OT map, which can generate high-quality samples within around 10 function evaluations. By calculating the semi-discrete optimal transport map between the data latents and the white noise, we obtain an expressway from the prior distribution to the data distribution, while significantly alleviating the problem of mode mixture. In addition, we give the error bound of the proposed method, which theoretically guarantees the stability of the algorithm. Extensive experiments validate the effectiveness and advantages of DPM-OT in terms of speed and quality (FID and mode mixture), thus representing an efficient solution for generative modeling. Source codes are available at https://github.com/cognaclee/DPM-OT

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="2307.11308")

Code

Syntology Ran 8 of 13 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 1 ran · honoured contract; 2 ran · our draft was wrong; 5 ran with no contract checked.

By repository: official repository: 13 samples from 1 repository, 8 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

cognaclee/dpm-ot officialmentioned in paperpytorch 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

13 samples harvested; 8 ran; 1 honoured the contract we drafted; 5 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.

1ran · honoured contract
2ran · our draft was wrong
5ran
5unverified

Licence: 13 of the 13 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 cognaclee/DPM-OT. “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.

OptimalTransport cognaclee/DPM-OT/ot_utils/optimal_transport.py official repository ran fingerprinted no licence file found · pointer only · 8108be01c0e6958f · report
anneal_dsm_score_estimation cognaclee/dpm-ot/losses/dsm.py official repository ran no licence file found · pointer only · 414880b69c434e47 · report
conv1x1 cognaclee/dpm-ot/models/layers.py official repository ran no licence file found · pointer only · 5575e8c9b3fef1a6 · report
get_act cognaclee/dpm-ot/models/layers.py official repository ran no licence file found · pointer only · 2a3cca7a59ec8406 · report
imread cognaclee/dpm-ot/evaluation/fid_score.py official repository ran · honoured contract no licence file found · pointer only · aa4cae054b657ba2 · report
list_dir cognaclee/dpm-ot/datasets/utils.py official repository ran · our draft was wrong no licence file found · pointer only · 915e1c6c38494be9 · report
list_files cognaclee/dpm-ot/datasets/utils.py official repository ran · our draft was wrong no licence file found · pointer only · 208e196e9582a9a6 · report
spectral_norm cognaclee/dpm-ot/models/layers.py official repository ran no licence file found · pointer only · ff74d03497c41d4f · report
anneal_dsm_score_fine_tune cognaclee/dpm-ot/losses/dsm.py official repository unverified no licence file found · pointer only · 5cacf959cc230c90 · report
calculate_frechet_distance cognaclee/dpm-ot/evaluation/fid_score.py official repository unverified no licence file found · pointer only · 0def50a351111624 · report
check_integrity cognaclee/dpm-ot/datasets/utils.py official repository unverified no licence file found · pointer only · 7345763c9b9300fb · report
get_activations cognaclee/dpm-ot/evaluation/fid_score.py official repository unverified no licence file found · pointer only · 56afde1af5757691 · report
get_normalization cognaclee/dpm-ot/models/normalization.py official repository unverified no licence file found · pointer only · a1389a38edfc6029 · report

Tasks

DenoisingKnowledge Distillation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

DiffusionKnowledge DistillationSPEED

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