paper-with-me

Papers

Diffusion Bridge Implicit Models

2024-05-24 · Kaiwen Zheng, Guande He, Jianfei Chen, Fan Bao, Jun Zhu

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 up to 25$\times$ faster than the vanilla sampler of DDBMs but also induce a novel, simple, and insightful form of ordinary differential equation (ODE) which inspires high-order numerical solvers. Moreover, DBIMs maintain the generation diversity in a distinguished way, by using a booting noise in the initial sampling step, which enables faithful encoding, reconstruction, and semantic interpolation in image translation tasks. Code is available at https://github.com/thu-ml/DiffusionBridge.

📄 PDF Abstract BibTeX arXiv:2405.15885

Code (1)

thu-ml/diffusionbridge 공식 구현 pytorch

Tasks

DenoisingDiversityTranslation

Methods 이 논문이 사용한 방법론

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…

Similar Papers 제목 키워드 기반

An attempt to generate new bridge types from latent space of denoising diffusion Implicit model

2024-02-11 · Hongjun Zhang

Use denoising diffusion implicit model for bridge-type innovation. The process of adding noise and denoising to an image can be likened to the process of a corpse rotting and a detective restoring the scene of a victim b…

Denoising

Dual Diffusion Implicit Bridges for Image-to-Image Translation

2022-03-16 · Xuan Su, Jiaming Song, Chenlin Meng, Stefano Ermon

Common image-to-image translation methods rely on joint training over data from both source and target domains. The training process requires concurrent access to both datasets, which hinders data separation and privacy …

Image-to-Image TranslationTranslation

LINR Bridge: Vector Graphic Animation via Neural Implicits and Video Diffusion Priors

2025-09-09 · Wenshuo Gao, Xicheng Lan, Luyao Zhang, Shuai Yang arxiv

Vector graphics, known for their scalability and user-friendliness, provide a unique approach to visual content compared to traditional pixel-based images. Animation of these graphics, driven by the motion of their eleme…

Implicit Image-to-Image Schrodinger Bridge for Image Restoration

2024-03-10 · Yuang Wang, Siyeop Yoon, Pengfei Jin, Matthew Tivnan 외

Diffusion-based models have demonstrated remarkable effectiveness in image restoration tasks; however, their iterative denoising process, which starts from Gaussian noise, often leads to slow inference speeds. The Image-…

DenoisingImage RestorationSuper-Resolution

Diffusion Features to Bridge Domain Gap for Semantic Segmentation

2024-06-02 · Yuxiang Ji, Boyong He, Chenyuan Qu, Zhuoyue Tan 외

Pre-trained diffusion models have demonstrated remarkable proficiency in synthesizing images across a wide range of scenarios with customizable prompts, indicating their effective capacity to capture universal features. …

Domain GeneralizationImage GenerationSemantic SegmentationText to Image Generation+1