Uncertainty-Aware Diffusion Bridge Model
- The paper introduces UDBM, which relaxes strict terminal constraints by using a spatially-varying Gaussian to eliminate drift singularity.
- It leverages pixel-wise uncertainty modulation and dual noise-path scheduling to adaptively manage stochastic dynamics in various applications.
- Empirical results show UDBM’s robust performance in image restoration, trajectory prediction, and segmentation with improved PSNR, SSIM, and calibrated uncertainty.
The Uncertainty-Aware Diffusion Bridge Model (UDBM) constitutes a class of generative and inference models that reformulate classical diffusion bridge and Schrödinger bridge frameworks to incorporate explicit quantification and utilization of uncertainty. Originating in all-in-one image restoration, UDBM extends the classical diffusion bridge by introducing a relaxed terminal constraint informed by pixel-wise uncertainty, thus resolving canonical issues such as drift singularity at terminal time and enabling adaptive, task-robust bridge construction. UDBM architectures have subsequently been generalized to applications including trajectory prediction, image segmentation, robust stochastic estimation, and more, reflecting the versatility and rigorous probabilistic foundations this model provides (Tu et al., 29 Jan 2026, Capellera et al., 24 Mar 2025, Luo et al., 5 Oct 2025, Teimouri et al., 2024, Yoshioka, 5 Dec 2025).
1. Stochastic Transport Formulation and Relaxed Diffusion Bridge
UDBM models a stochastic bridge between two distinct data distributions, such as clean and degraded images (in restoration), by positing a continuous-time stochastic process evolving according to the Itô SDE:
The classical Doob’s -transform implements a diffusion bridge by conditioning the terminal distribution onto the observed endpoint (e.g., degraded observation ):
where encodes the path-wise conditioning.
Standard bridges enforce a strict point-mass endpoint constraint , inducing a drift correction that diverges as , specifically scaling as (drift singularity; Proposition 3.2 in (Tu et al., 29 Jan 2026)). UDBM replaces with a spatially varying Gaussian:
where is a pixel-wise uncertainty map. The drift correction becomes:
ensuring Lipschitz-boundedness as (Theorem 3.3 in (Tu et al., 29 Jan 2026)). This formulation naturally generalizes to continuous-time bridges for robust control and optimal transport with uncertainty (Yoshioka, 5 Dec 2025).
2. Pixel-wise/State-wise Uncertainty Modeling and Its Role
The uncertainty map is derived analytically or empirically as a proxy for local aleatoric uncertainty. In image restoration, a small pre-restorer network is trained via loss on clean/degraded pairs:
This correlates with spatial degradation intensity—large residuals reveal high uncertainty. modulates both the relaxed endpoint density and the time-varying diffusion coefficient , aligning restoration difficulty with model stochasticity (Tu et al., 29 Jan 2026). In multi-agent trajectory and time-series settings, per-state or per-timestep uncertainty is estimated by augmenting the standard denoising loss with a negative log-likelihood term for the predicted noise standard deviation, yielding state-wise calibrated uncertainties in real space (Capellera et al., 24 Mar 2025, Luo et al., 5 Oct 2025).
3. Dual Modulation: Noise Schedule and Path Schedule
UDBM introduces a dual modulation strategy for both noise and path schedules:
- Noise Schedule: The latent mixing term is spatially and temporally modulated:
with and . This design ensures high-entropy mixing in difficult regions and precise terminal variance, aligning heterogeneous degradations into a shared manifold (Tu et al., 29 Jan 2026).
- Path Schedule: Adapting Schrödinger bridge PDEs with entropy-regularized optimal transport, UDBM reparameterizes time along pixel-wise uncertainty. The path coefficients
depend on , blending optimal and entropy-regularized schedules.
These schedules control both the trajectory and stochastic geometry of the transport, matching the dynamics of the viscous Hamilton-Jacobi-Bellman (HJB) equations:
with spatially adaptive damping in high-uncertainty regions (Tu et al., 29 Jan 2026).
4. Algorithmic Implementation
UDBM admits both efficient training and inference. In image restoration (Tu et al., 29 Jan 2026):
- Training:
1. Sample . 2. Compute via pre-restorer. 3. Form bridge state . 4. Predict . 5. Minimize .
- Inference: (single-step, DDIM-inspired)
- Given , compute and initialize .
- Predict and auxiliary noise.
- Apply closed-form deterministic update to obtain restored in one shot.
This architecture generalizes to multi-agent systems (state-wise conditioning and sampling), ventricle segmentation with Monte Carlo dropout for epistemic uncertainty (Teimouri et al., 2024), and robust stochastic process estimation (Yoshioka, 5 Dec 2025).
5. Theoretical Properties: Drift Singularity and Entropy Regularization
Classical diffusion bridges suffer from drift singularity due to strict endpoint pinning. UDBM’s relaxation leads to bounded drift corrections:
- For strict terminals: as .
- For relaxed Gaussian terminals: , eliminating singularities.
The entropic regularization, via pixel-wise , ensures smooth propagation even in highly uncertain regions and matches the viscous HJB and Schrödinger bridge frameworks. This theoretical machinery directly supports empirical robustness and convergence properties (Tu et al., 29 Jan 2026, Yoshioka, 5 Dec 2025).
6. Empirical Results and Generalization
In all-in-one image restoration, UDBM achieves:
- Average PSNR: , SSIM: $0.933$ (UDBM-Large), outperforming prior SOTA (e.g., HOGformer at $31.57$ dB) with single-step inference at .
- Task-specific denoising (BSD68): Exceeds BioIR, deblurring (GoPro): SSIM.
- Robustness on composite and real benchmarks (CDD11): Best NIQE/MANIQA scores, demonstrating cross-distribution generalization (Tu et al., 29 Jan 2026).
In multi-agent trajectory tasks, UDBM (as U2Diff) delivers competitive minimum average/scene displacement errors, calibrated variance maps, and enables downstream rank-based error probability estimation (Spearman –$0.78$ for mode ranking) (Capellera et al., 24 Mar 2025). In brain ventricle segmentation, the model yields high Dice (0.78 ± 0.27) and tight uncertainty–quality correlation (Pearson ) (Teimouri et al., 2024).
7. Broader Applications and Generalizations
Variants of the UDBM paradigm appear across domains:
- Robust control of diffusions with uncertainty bounds (e.g., fish population estimation)—using KL-divergence–penalized Girsanov transforms and Riccati ODEs for explicit robust bounds (Yoshioka, 5 Dec 2025).
- Trajectory prediction using dual diffusion branches with aleatoric and epistemic uncertainty estimation and temporally adaptive noise control (Luo et al., 5 Oct 2025).
- Medical image segmentation via unsupervised domain adaptation with uncertainty-aware U-Net architectures (Teimouri et al., 2024).
UDBM generically adapts by choosing task-appropriate uncertainty proxies, bridge dynamics, and relaxation schedules, making it a unifying approach for uncertainty-aware stochastic modeling in high-dimensional spaces.