Diffusion Bridge Implicit Models
Kaiwen Zheng, Guande He, Jianfei Chen, Fan Bao, Jun Zhu

TL;DR
This paper introduces diffusion bridge implicit models (DBIMs), a faster sampling method for denoising diffusion bridge models that maintains diversity and enables efficient image translation without extra training.
Contribution
It generalizes DDBMs with non-Markovian diffusion bridges, leading to significantly faster sampling and a new ODE formulation for improved numerical solutions.
Findings
DBIMs are up to 25 times faster than vanilla DDBMs.
They preserve generation diversity through booting noise.
The approach enables high-quality image translation and semantic interpolation.
Abstract
Denoising diffusion bridge models (DDBMs) are a powerful variant of diffusion models for interpolating between two arbitrary paired distributions given as endpoints. Despite their promising performance in tasks like image translation, DDBMs require a computationally intensive sampling process that involves the simulation of a (stochastic) differential equation through hundreds of network evaluations. In this work, we take the first step in fast sampling of DDBMs without extra training, motivated by the well-established recipes in diffusion models. We generalize DDBMs via a class of non-Markovian diffusion bridges defined on the discretized timesteps concerning sampling, which share the same marginal distributions and training objectives, give rise to generative processes ranging from stochastic to deterministic, and result in diffusion bridge implicit models (DBIMs). DBIMs are not only…
Peer Reviews
Decision·ICLR 2025 Poster
1. The paper proposes fast sampling for the DDBM method, which achieves impressive results for image-to-image translation problems. Enhancing and accelerating DDBM is essential since these models provide a solid alternative to Flow Matching and Schrodinger Bridge methods for image-to-image problems. 2. The proposed method is training-free and doesn't require any model parameter fine-tuning. Proposition 3.2 establishes equivalence between DDBM and DBIM objectives up to the constant. 3. Experimen
In my opinion, the paper doesn't have significant weaknesses. However, some comments should be discussed additionally: 1. I think comparing the best competitor on the inpainting problem according to Table 3 - the I2SB method - is not enough. According to the I2SB paper, this method can repaint the masked region with semantic structures with only 2-10 NFEs for the inpainting problem with freeform masks. I suggest that the authors compare their method with I2SB for the inpainting problem with free
The paper novel in the sense that it proposes to adopt the ideas from DDIM (fast sampling, non-markovian diffusion) to the bridge problem, thereby enhancing DDBMs and expanding the practitioner’s toolset for such kind of problems. So, “creative combinations of existing ideas” - is the best description of the presented research. Also, I would like to notice good experimental section.
The majority of my concerns are in the "Questions" section. To be honest, I didn’t check Proposition 3.2 - but it seems to be correct. Proposition 4.1 - also not carefully checked by me, but seems to be correct. What I do not like much about the paper is that some particular formulas and results (see point 2 in my questions) are stated as is, without proof/reference to the proof. It complicates reading and checking the results. Some other weaknesses: 1. You have "Related works" section (A) in th
1. Clear derivation to extend DDBM with DDIM properties. 2. Nice connections to existing literature such as I2SB, flow matching, and exponential integrators.
the notation of $q_{tT}$ in Eq.(7) is confusing. NIT - the literature section should be revised significantly, for example, Schrodinger in line 502: Schr\"odinger, schrodinger in line 509, 600, 606, sde line 521, rosenbrock in line 543, Dpm-solver in line 576, ode in line 644 should have properly capitalized letters.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSimulation Techniques and Applications
MethodsDiffusion
