Deterministic Image-to-Image Translation via Denoising Brownian Bridge Models with Dual Approximators
Bohan Xiao, Peiyong Wang, Qisheng He, Ming Dong
TL;DR
This work tackles the need for deterministic, faithful image-to-image translation with high fidelity to ground truth. It introduces Dual-approx Bridge, a Brownian-bridge diffusion framework that uses two neural approximators—one in the forward process to estimate the initial state $X_0$ and one in the reverse process to estimate the noise increment—to produce a unique, high-quality output for each input. The method blends forward score estimation with a deterministic reverse path, achieving state-of-the-art fidelity (PSNR/SSIM) while maintaining image quality competitive with stochastic diffusion, and it does so with significantly fewer sampling steps than traditional diffusion approaches. Empirical results on Cityscapes, Edges2Handbags, and related benchmarks demonstrate superior faithfulness to ground truth and robust deterministic performance, underscoring the approach’s potential for applications where repeatability and precision are crucial. Future work includes integrating different SDE formulations to further enhance stability and quality.
Abstract
Image-to-Image (I2I) translation involves converting an image from one domain to another. Deterministic I2I translation, such as in image super-resolution, extends this concept by guaranteeing that each input generates a consistent and predictable output, closely matching the ground truth (GT) with high fidelity. In this paper, we propose a denoising Brownian bridge model with dual approximators (Dual-approx Bridge), a novel generative model that exploits the Brownian bridge dynamics and two neural network-based approximators (one for forward and one for reverse process) to produce faithful output with negligible variance and high image quality in I2I translations. Our extensive experiments on benchmark datasets including image generation and super-resolution demonstrate the consistent and superior performance of Dual-approx Bridge in terms of image quality and faithfulness to GT when compared to both stochastic and deterministic baselines. Project page and code: https://github.com/bohan95/dual-app-bridge
