paper-with-me

Papers

Consistency Diffusion Bridge Models

2024-10-30 · Guande He, Kaiwen Zheng, Jianfei Chen, Fan Bao, Jun Zhu

Diffusion models (DMs) have become the dominant paradigm of generative modeling in a variety of domains by learning stochastic processes from noise to data. Recently, diffusion denoising bridge models (DDBMs), a new formulation of generative modeling that builds stochastic processes between fixed data endpoints based on a reference diffusion process, have achieved empirical success across tasks with coupled data distribution, such as image-to-image translation. However, DDBM's sampling process typically requires hundreds of network evaluations to achieve decent performance, which may impede their practical deployment due to high computational demands. In this work, inspired by the recent advance of consistency models in DMs, we tackle this problem by learning the consistency function of the probability-flow ordinary differential equation (PF-ODE) of DDBMs, which directly predicts the solution at a starting step given any point on the ODE trajectory. Based on a dedicated general-form ODE solver, we propose two paradigms: consistency bridge distillation and consistency bridge training, which is flexible to apply on DDBMs with broad design choices. Experimental results show that our proposed method could sample $4\times$ to $50\times$ faster than the base DDBM and produce better visual quality given the same step in various tasks with pixel resolution ranging from $64 \times 64$ to $256 \times 256$, as well as supporting downstream tasks such as semantic interpolation in the data space.

📄 PDF Abstract BibTeX arXiv:2410.22637

Code (2)

thu-ml/dbim pytorch
thu-ml/diffusionbridge pytorch

Tasks

DenoisingImage-to-Image Translation

Methods 이 논문이 사용한 방법론

Consistency Models 설명 없음
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
BASE 설명 없음

Similar Papers 제목 키워드 기반

Control Consistency Losses for Diffusion Bridges

2025-12-04 · Samuel Howard, Nikolas Nüsken, Jakiw Pidstrigach arxiv

Simulating the conditioned dynamics of diffusion processes, given their initial and terminal states, is an important but challenging problem in the sciences. The difficulty is particularly pronounced for rare events, for…

ADOBI: Adaptive Diffusion Bridge For Blind Inverse Problems with Application to MRI Reconstruction

2024-11-25 · Yuyang Hu, Albert Peng, Weijie Gan, Ulugbek S. Kamilov

Diffusion bridges (DB) have emerged as a promising alternative to diffusion models for imaging inverse problems, achieving faster sampling by directly bridging low- and high-quality image distributions. While incorporati…

MRI Reconstruction

Energy-oriented Diffusion Bridge for Image Restoration with Foundational Diffusion Models

2026-04-13 · Jinhui Hou, Zhiyu Zhu, Junhui Hou arxiv

Diffusion bridge models have shown great promise in image restoration by explicitly connecting clean and degraded image distributions. However, they often rely on complex and high-cost trajectories, which limit both samp…

Image Restoration

BridgeDrive: Diffusion Bridge Policy for Closed-Loop Trajectory Planning in Autonomous Driving

2025-09-28 · Shu Liu, Wenlin Chen, Weihao Li, Zheng Wang 외 arxiv

Diffusion-based planners have shown strong potential for autonomous driving by capturing multi-modal driving behaviors. A key challenge is how to effectively guide these models for safe and reactive planning in closed-lo…

Trajectory PlanningAutonomous Driving

Direct Diffusion Bridge using Data Consistency for Inverse Problems

2023-05-31 · NeurIPS 2023 11 · Hyungjin Chung, Jeongsol Kim, Jong Chul Ye

Diffusion model-based inverse problem solvers have shown impressive performance, but are limited in speed, mostly as they require reverse diffusion sampling starting from noise. Several recent works have tried to allevia…