I^2SB: Image-to-Image Schrödinger Bridge
Guan-Horng Liu, Arash Vahdat, De-An Huang, Evangelos A. Theodorou, Weili Nie, Anima Anandkumar
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/nvlabs/i2sbOfficialIn paperpytorch★ 373
- github.com/sobieskibj/rcsbpytorch★ 2
Abstract
We propose Image-to-Image Schr\"odinger Bridge (I^2SB), a new class of conditional diffusion models that directly learn the nonlinear diffusion processes between two given distributions. These diffusion bridges are particularly useful for image restoration, as the degraded images are structurally informative priors for reconstructing the clean images. I^2SB belongs to a tractable class of Schr\"odinger bridge, the nonlinear extension to score-based models, whose marginal distributions can be computed analytically given boundary pairs. This results in a simulation-free framework for nonlinear diffusions, where the I^2SB training becomes scalable by adopting practical techniques used in standard diffusion models. We validate I^2SB in solving various image restoration tasks, including inpainting, super-resolution, deblurring, and JPEG restoration on ImageNet 256x256 and show that I^2SB surpasses standard conditional diffusion models with more interpretable generative processes. Moreover, I^2SB matches the performance of inverse methods that additionally require the knowledge of the corruption operators. Our work opens up new algorithmic opportunities for developing efficient nonlinear diffusion models on a large scale. scale. Project page and codes: https://i2sb.github.io/