paper-with-me

홈 › Papers

Denoising Diffusion Bridge Models

2023-09-29 · Linqi Zhou, Aaron Lou, Samar Khanna, Stefano Ermon

Diffusion models are powerful generative models that map noise to data using stochastic processes. However, for many applications such as image editing, the model input comes from a distribution that is not random noise. As such, diffusion models must rely on cumbersome methods like guidance or projected sampling to incorporate this information in the generative process. In our work, we propose Denoising Diffusion Bridge Models (DDBMs), a natural alternative to this paradigm based on diffusion bridges, a family of processes that interpolate between two paired distributions given as endpoints. Our method learns the score of the diffusion bridge from data and maps from one endpoint distribution to the other by solving a (stochastic) differential equation based on the learned score. Our method naturally unifies several classes of generative models, such as score-based diffusion models and OT-Flow-Matching, allowing us to adapt existing design and architectural choices to our more general problem. Empirically, we apply DDBMs to challenging image datasets in both pixel and latent space. On standard image translation problems, DDBMs achieve significant improvement over baseline methods, and, when we reduce the problem to image generation by setting the source distribution to random noise, DDBMs achieve comparable FID scores to state-of-the-art methods despite being built for a more general task.

📄 PDF Abstract BibTeX arXiv:2309.16948

Code (4)

alexzhou907/DDBM 공식 구현 pytorch
galaxygliese/Latent-DDBM pytorch
thu-ml/dbim pytorch
thu-ml/diffusionbridge pytorch

Tasks

DenoisingImage Generation

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

Prior Does Matter: Visual Navigation via Denoising Diffusion Bridge Models

2025-04-14 · CVPR 2025 1 · Hao Ren, Yiming Zeng, Zetong Bi, Zhaoliang Wan 외

Recent advancements in diffusion-based imitation learning, which show impressive performance in modeling multimodal distributions and training stability, have led to substantial progress in various robot learning tasks. …

Action GenerationDenoisingImitation LearningVisual Navigation

P2P-Bridge: Diffusion Bridges for 3D Point Cloud Denoising

2024-08-29 · Mathias Vogel, Keisuke Tateno, Marc Pollefeys, Federico Tombari 외

In this work, we tackle the task of point cloud denoising through a novel framework that adapts Diffusion Schr\"odinger bridges to points clouds. Unlike previous approaches that predict point-wise displacements from poin…

Denoising

ChangeBridge: Spatiotemporal Image Generation with Multimodal Controls for Remote Sensing

2025-07-07 · Zhenghui Zhao, Chen Wu, Xiangyong Cao, Di Wang 외 arxiv

Spatiotemporal image generation is a highly meaningful task, which can generate future scenes conditioned on given observations. However, existing change generation methods can only handle event-driven changes (e.g., new…

Change DetectionImage Generation

Blurring Diffusion Models

2022-09-12 · Emiel Hoogeboom, Tim Salimans

Recently, Rissanen et al., (2022) have presented a new type of diffusion process for generative modeling based on heat dissipation, or blurring, as an alternative to isotropic Gaussian diffusion. Here, we show that blurr…

DenoisingInductive Bias