paper-with-me

Papers

Conditional Simulation Using Diffusion Schrödinger Bridges

2022-02-27 · Yuyang Shi, Valentin De Bortoli, George Deligiannidis, Arnaud Doucet

Denoising diffusion models have recently emerged as a powerful class of generative models. They provide state-of-the-art results, not only for unconditional simulation, but also when used to solve conditional simulation problems arising in a wide range of inverse problems. A limitation of these models is that they are computationally intensive at generation time as they require simulating a diffusion process over a long time horizon. When performing unconditional simulation, a Schr\"odinger bridge formulation of generative modeling leads to a theoretically grounded algorithm shortening generation time which is complementary to other proposed acceleration techniques. We extend the Schr\"odinger bridge framework to conditional simulation. We demonstrate this novel methodology on various applications including image super-resolution, optimal filtering for state-space models and the refinement of pre-trained networks. Our code can be found at https://github.com/vdeborto/cdsb.

📄 PDF Abstract BibTeX arXiv:2202.13460

Code (1)

vdeborto/cdsb 공식 구현 pytorch

Tasks

DeblurringDenoisingImage InpaintingImage Super-ResolutionState Space ModelsSuper-Resolution

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…
Inpainting Train a convolutional neural network to generate the contents of an arbitrary image region conditioned on its surroundings.

Similar Papers 제목 키워드 기반

I$^2$SB: Image-to-Image Schrödinger Bridge

2023-02-12 · Guan-Horng Liu, Arash Vahdat, De-An Huang, Evangelos A. Theodorou 외

We propose Image-to-Image Schr\"odinger Bridge (I$^2$SB), a new class of conditional diffusion models that directly learn the nonlinear diffusion processes between two given distributions. These diffusion bridges are par…

DeblurringImage RestorationSuper-Resolution

Rectified Schrödinger Bridge Matching for Few-Step Visual Navigation

2026-04-07 · Wuyang Luan, Junhui Li, Weiguang Zhao, Wenjian Zhang 외 arxiv

Visual navigation is a core challenge in Embodied AI, requiring autonomous agents to translate high-dimensional sensory observations into continuous, long-horizon action trajectories. While generative policies based on d…

Visual Navigation

QDSB: Quantized Diffusion Schrödinger Bridges

2026-05-12 · Tobias Fuchs, Florian Kalinke, Nadja Klein arxiv

Learning generative models in settings where the source and target distributions are only specified through unpaired samples is gaining in importance. Here, one frequently-used model are Schrödinger bridges (SB), which r…

A Unified Framework for Diffusion Bridge Problems: Flow Matching and Schrödinger Matching into One

2025-03-27 · Minyoung Kim

The bridge problem is to find an SDE (or sometimes an ODE) that bridges two given distributions. The application areas of the bridge problem are enormous, among which the recent generative modeling (e.g., conditional or …

Image GenerationUnconditional Image Generation

Foundations of Schrödinger Bridges for Generative Modeling

2026-03-19 · Sophia Tang arxiv

At the core of modern generative modeling frameworks, including diffusion models, score-based models, and flow matching, is the task of transforming a simple prior distribution into a complex target distribution through …