---
title: Bridge Variance Schedule in Diffusion Bridges
url: https://www.emergentmind.com/topics/bridge-variance-schedule
type: topic
---

# Bridge Variance Schedule in Diffusion Bridges

Searching arXiv for the cited bridge-schedule literature to ground the article and confirm the provided papers.
arXiv search query: "Entropy Across the Bridge Conditional-Marginal Discretization for Flow and Schrödinger Samplers AsyncDSB UDBM Bridge-SR bridge variance schedule"
Bridge variance schedule denotes the time-dependent variance or noise profile that parameterizes a bridge process between prescribed endpoint distributions, most prominently in diffusion Schrödinger bridges, Gaussian bridge interpolants, and related bridge-based generative samplers. In the diffusion Schrödinger bridge setting, it governs both the stochasticity of the path and the strength of score-driven drift; in bridge-aware flow and Schrödinger samplers, closely related constructions use bridge geometry to allocate inference steps nonuniformly in time [2412.08149; 2605.16126]. Across recent work, the concept appears in several mathematically distinct but structurally related forms: global schedules such as $\beta_t$ or $g^2(t)$, bridge-shaped schedules proportional to $t(1-t)$, per-pixel or per-coordinate schedules $\beta_{t,i,j}$, uncertainty-modulated schedules $B_t(u)$, and intervalwise frozen covariance schedules $A_i$ on active subspaces [2601.21592; 2605.27478].

## 1. Formal role in bridge models

In diffusion Schrödinger bridge methods, the bridge variance schedule is the time-varying noise profile $\beta_t \ge 0$ that governs the stochastic transport between source and target distributions. In the standard forward and backward SDEs,
$$
d x_t = [f_t + \beta_t \nabla \log \Psi(x_t,t)]\,dt + \sqrt{\beta_t}\,dW_t,
$$
$$
d x_t = [f_t - \beta_t \nabla \log \hat{\Psi}(x_t,t)]\,dt + \sqrt{\beta_t}\,d\hat{W}_t,
$$
the schedule controls both the diffusion amplitude $\sqrt{\beta_t}$ and the strength of the score-driven drift [2412.08149].

For image-to-image Schrödinger bridges such as I2SB-style formulations, the bridge is often written through accumulated variances
$$
\sigma_t^2 = \int_0^t \beta_\tau\,d\tau,\qquad \bar{\sigma}_t^2 = \int_t^1 \beta_\tau\,d\tau,
$$
which determine the Gaussian bridge conditional
$$
x_t \sim q(x_t\mid x_0,x_1)=\mathcal N(x_t;\mu_t,\Sigma_t),
$$
with
$$
\mu_t = \frac{\bar{\sigma}_t^2}{\bar{\sigma}_t^2+\sigma_t^2}x_0+\frac{\sigma_t^2}{\bar{\sigma}_t^2+\sigma_t^2}x_1,\qquad
\Sigma_t = \frac{\sigma_t^2\bar{\sigma}_t^2}{\bar{\sigma}_t^2+\sigma_t^2}I.
$$
A symmetric $\beta_t$ on $[0,1]$ is typical in I2SB [2412.08149].

A closely related formulation appears in target-based speech enhancement, where the conditional path is prescribed directly as
$$
p_t(x_t\mid x_0,x_1)=\mathcal N\!\big(x_t;\mu_t(x_0,x_1),\sigma^2(t)\big),
$$
with bridge variance schedule
$$
\sigma(t)=\sigma\sqrt{t(1-t)},\qquad \sigma^2(t)=\sigma^2 t(1-t).
$$
This enforces deterministic endpoints,
$$
\sigma^2(0)=0,\qquad \sigma^2(1)=0,\qquad \max_{t\in[0,1]}\sigma^2(t)=\sigma^2/4\text{ at }t=1/2,
$$
and yields a Brownian-bridge-like variance profile without solving a Schrödinger bridge explicitly [2509.07521].

In speech super-resolution, Bridge-SR uses a drift-free reference process with linear diffusion schedule
$$
g^2(t)=\beta_0+t(\beta_1-\beta_0),
$$
with $\beta_0 = 8\times 10^{-7}$ and $\beta_1 = 8\times 10^{-2}$ in experiments, and associated cumulative variances
$$
\sigma_t^2=\beta_0 t+\tfrac12(\beta_1-\beta_0)t^2,\qquad
\bar{\sigma}_t^2=\beta_0(1-t)+\tfrac12(\beta_1-\beta_0)(1-t^2).
$$
Here the bridge schedule is explicitly asymmetric in time and is used to preserve low-frequency content from the low-resolution prior while allocating more noise near the terminal side [2501.07897].

## 2. Canonical Brownian-bridge geometry and entropy-rate scheduling

A central development is the reformulation of bridge-aware scheduling as an entropy-rate problem. For a bridge condition $Z$ and current state $X_t$, the bridge-aware rate is defined as
$$
R(t)\equiv \left|\frac{d}{dt}H(Z\mid X_t)\right|.
$$
Under standard smoothness, the conditional–marginal identity is
$$
\frac{d}{dt}H(Z\mid X_t)
=
E_{Z,X_t\mid Z}\!\left[\operatorname{div} v_t(X_t\mid Z)\right]
-
E_{X_t}\!\left[\operatorname{div}\bar v_t(X_t)\right],
$$
where $\bar v_t(x)=E[v_t(x\mid Z)\mid X_t=x]$. The first term is endpoint-conditioned bridge geometry and the second is marginal flow evolution; their difference isolates bridge-specific information dynamics [2605.16126].

For Gaussian Brownian bridges between endpoints $x_0$ and $x_1$,
$$
m_t=(1-t)x_0+t x_1,\qquad \sigma(t)=\sigma_0\sqrt{t(1-t)},
$$
the conditional probability-flow field is
$$
v_t(x\mid x_0,x_1)=(x_1-x_0)+\frac{1-2t}{2t(1-t)}(x-m_t),
$$
with spatially constant divergence
$$
\operatorname{div}v_t(x\mid x_0,x_1)=d\,\frac{1-2t}{2t(1-t)}.
$$
Its magnitude is symmetric and U-shaped in $t$: it diverges near $t=0$ and $t=1$, vanishes at $t=1/2$, and the scale $\sigma_0$ cancels in the divergence. The cited work therefore identifies this profile as a property of bridge geometry rather than of an arbitrary Brownian variance scale [2605.16126].

This leads to a sharp distinction between variance-based and entropy-based reasoning. Standard Brownian bridge variance
$$
\mathrm{Var}[X_t]=\sigma_0^2 t(1-t)
$$
is maximal at $t=1/2$ and zero at the endpoints, so a variance-based scheduler would emphasize the middle. By contrast, the entropy-rate scheduler emphasizes the boundary because endpoint conditioning induces strong contraction and expansion as the path locks onto the endpoints. The cited paper therefore presents entropy-rate schedules as complementary to variance schedules rather than interchangeable with them [2605.16126].

A related Brownian-bridge intuition appears in speech enhancement and in symmetric Schrödinger-bridge speech denoising. In those settings, the schedule proportional to $t(1-t)$ is chosen precisely because it vanishes at both endpoints and peaks in the middle, preserving endpoint information while concentrating stochasticity near the bridge midpoint [2509.07521; 2409.05116].

## 3. From variance profiles to inference grids

Given an estimated bridge-aware rate $R(t)$, one inference-time construction normalizes and optionally tempers it,
$$
\tilde r(t)=\phi(R(t)),\qquad \phi(r)\in\{r,\log(1+r)\},
$$
then defines
$$
q(t)=\frac{\tilde r(t)}{\int_0^1 \tilde r(s)\,ds},\qquad
F(t)=\int_0^t q(s)\,ds,
$$
and places grid points by quantiles,
$$
t_k=F^{-1}\!\left(\frac{k+0.5}{N}\right),\qquad k=0,\ldots,N-1.
$$
Mid-quantiles avoid placing nodes exactly at singular endpoints. The default tempering $\phi(r)=\log(1+r)$ is used to stabilize endpoint-heavy profiles [2605.16126].

In high dimensions, the rate is estimated through Hutchinson’s trace estimator:
$$
\operatorname{div}f_t(x)=\mathrm{Tr}(\nabla_x f_t(x))
\approx
\frac{1}{m}\sum_{\ell=1}^m u_\ell^\top(\nabla_x f_t(x)u_\ell),\qquad E[u_\ell u_\ell^\top]=I.
$$
The cited procedure estimates both the conditional divergence and the marginal divergence at the same calibration states and with shared probes, averages their difference, smooths the resulting profile, clips it to a small positive floor, and only then builds $q(t)$ and $F(t)$ [2605.16126].

The resulting grid can be used directly with ODE-Heun or SDE-Heun. For the probability-flow ODE with marginal field $f(t,x)\equiv \bar v_t(x)$, one step is
$$
\tilde x=x_k+\Delta t_k f(t_k,x_k),
$$
$$
x_{k+1}=x_k+\frac{\Delta t_k}{2}\,[f(t_k,x_k)+f(t_{k+1},\tilde x)].
$$
For the stochastic sampler with marginal drift $u_t^o$ and diffusion $g(t)$,
$$
\tilde x=x_k+u^o(t_k,x_k)\Delta t_k+g(t_k)\sqrt{|\Delta t_k|}\,\xi_k,
$$
$$
x_{k+1}=x_k+\frac{\Delta t_k}{2}\Big(u^o(t_k,x_k)+u^o(t_{k+1},\tilde x)\Big)+g(t_k)\sqrt{|\Delta t_k|}\,\xi_k.
$$
The same source explicitly warns not to substitute conditional drift for marginal probability flow, because doing so erases the bridge contraction term and makes the conditional profile appear artificially flat [2605.16126].

Empirically, the entropic time discretization improves low-NFE performance. On trained 2D bridges and flows, ten-step average improvements over linear are reported as 18.1% for ODE-Heun and 22.7% for SDE-Heun. On EDM/CIFAR-10, the tempered entropic schedule gives the best tested five-step ODE-Heun FID, $186.26\pm 3.97$, compared with $200.52\pm 2.91$ for linear and $238.03\pm 5.29$ for cosine; raw entropy without tempering performs poorly because it over-concentrates endpoints [2605.16126].

## 4. Adaptive schedules: asynchronous, uncertainty-aware, and levelwise

A major extension of bridge variance scheduling replaces a single global schedule by locally adaptive schedules. In AsyncDSB, the schedule is generalized from a global $\beta_t$ to a pixel-asynchronous $\beta_{t,i,j}$ that adapts to local image frequencies. A corrupted image is passed through a gradient completion network,
$$
\hat x_{gg}=f_{\theta_g}(x_c,x_m,x_{cg}),
$$
and the smoothed gradient prior is normalized to per-pixel time assignments
$$
\tau_{i,j}
=
\frac{\operatorname{gauss}(\hat x^{gg}_{i,j})-\min(\operatorname{gauss}(\hat x_{gg}))}{\max(\operatorname{gauss}(\hat x_{gg}))-\min(\operatorname{gauss}(\hat x_{gg}))}
\cdot (\tau^{\min}-\tau^{\max})+\tau^{\min}.
$$
These assignments are used to time-warp a base symmetric schedule so that high-gradient pixels attain their mid-peak earlier than low-gradient pixels. The per-pixel accumulated variances become
$$
\sigma_{t,i,j}^2=\int_0^t \beta_{\tau,i,j}\,d\tau,\qquad
\bar{\sigma}_{t,i,j}^2=\int_t^1 \beta_{\tau,i,j}\,d\tau.
$$
The underlying claim is that restoration is asynchronous across pixels, with high-frequency pixels following the theoretical mid-peak more closely than low-frequency pixels [2412.08149].

In UDBM, the bridge variance schedule is modulated by a pixel-wise uncertainty map $u$. The forward marginal is
$$
x_t=a_t x_{\mathrm{lq}}+\gamma_t x_{\mathrm{hq}}+B_t(u)\varepsilon,\qquad \varepsilon\sim\mathcal N(0,I),
$$
with
$$
B_t(u)=\lambda_b(1+u)\,t(1-t)+(1+u)\,t^2.
$$
The first term is a shared bridge term, and the second is a terminal relaxation term. The corresponding relaxed boundary gives $B_1(u)=1+u$, which is used to replace strict terminal conditioning by a Gaussian terminal law. According to the cited analysis, this bounds the bridge correction near $t=1$ and removes the drift singularity that arises under strict terminal conditioning [2601.21592].

UDBM also couples this variance schedule to an uncertainty-adaptive path schedule,
$$
a_t(u)=\frac{t^{\mathcal T(u)}}{t^{\mathcal T(u)}+(1-t)^{\mathcal T(u)}},\qquad
\mathcal T(u)=(1-u)T_{\mathrm{OT}}+uT_{\mathrm{EOT}},
$$
with $T_{\mathrm{OT}}=1.0$ and $T_{\mathrm{EOT}}=0.5$. This changes transport speed while preserving a straight geodesic mean path. The paper’s interpretation is that the shared bridge term aligns diverse degradations into a shared high-entropy latent space, while the path schedule adaptively regulates the transport trajectory [2601.21592].

A more general covariance-schedule perspective appears in TR-SBTS. There the bridge variance schedule is the intervalwise frozen covariance
$$
A_i(\mathbf x_i)=\sigma_i(\mathbf x_i)\sigma_i(\mathbf x_i)^\top,\qquad t\in(t_i,t_{i+1}],
$$
possibly rank-deficient, with eigendecomposition
$$
A_i(\mathbf x_i)=Q_i(\mathbf x_i)\Lambda_i(\mathbf x_i)Q_i(\mathbf x_i)^\top.
$$
Optimal dynamics are then confined to the active leaf, with logarithmic-gradient drift
$$
b_i^*(t,x;\mathbf x_i)
=
\sum_{j=1}^{r_i}\lambda_{i,j}(\mathbf x_i)\,
D_{q_{i,j}(\mathbf x_i)}\log H_i(t,x;\mathbf x_i)\,q_{i,j}(\mathbf x_i).
$$
In the triangular hierarchy, each latent level emits a covariance descriptor $\Sigma_i^{(\ell)}$, which becomes the runtime frozen covariance for the level above, $A_i^{(\ell+1)}:=\Sigma_i^{(\ell)}$ [2605.27478].

## 5. Domain-specific instantiations

In speech super-resolution, bridge variance schedules are used to preserve low-frequency structure from the low-resolution observation while concentrating model effort on high-frequency reconstruction. Bridge-SR compares Bridge-gconst and Bridge-gmax. Bridge-gconst uses $\beta_0=\beta_1$ and is symmetric; Bridge-gmax uses $\beta_0\to 0$ with large $\beta_1$, pushing the maximum noise toward later times, with $t_p\approx 1/\sqrt{2}$ when $\beta_0\ll\beta_1$. In a 50-step ablation for $16$ kHz $\to 48$ kHz, gmax yields LSD $0.848$, LSD-LF $0.195$, LSD-HF $1.028$, SI-SNR $25.04$, and SSIM $0.800$, while gconst yields LSD $0.869$, LSD-LF $0.252$, LSD-HF $1.047$, SI-SNR $24.24$, and SSIM $0.776$ [2501.07897].

In target-based speech enhancement, three schedules were compared on WSJ0-CHiME3: linear mean with linear variance, linear mean with bridge variance, and logistic mean with bridge variance. The reported results are: Schedule 1, PESQ $2.58\pm 0.59$, SI-SDR $15.66\pm 4.04$, ESTOI $0.90\pm 0.07$; Schedule 2, PESQ $2.76\pm 0.55$, SI-SDR $16.26\pm 4.06$, ESTOI $0.89\pm 0.08$; Schedule 3, PESQ $2.80\pm 0.57$, SI-SDR $16.82\pm 3.95$, ESTOI $0.91\pm 0.07$. This isolates a direct gain from the bridge variance schedule itself and a further gain from pairing it with the logistic mean schedule [2509.07521].

In diffusion-based speech enhancement with Schrödinger bridge and symmetric noise schedule, the bridge variance schedule is required to satisfy $\beta(t)\ge 0$, $\beta(0)=\beta(1)=0$, and $\beta(t)=\beta(1-t)$, with a convenient choice
$$
\beta(t)=\beta_{\max}\cdot 4t(1-t).
$$
The induced log-SNR,
$$
\lambda(t)=\log\!\left(\frac{\bar{\sigma}_t^2}{\sigma_t^2}\right),
$$
satisfies $\lambda(0)=+\infty$, $\lambda(1)=-\infty$, and $\lambda(t)=-\lambda(1-t)$. The paper attributes its few-step effectiveness to the fact that both endpoints remain informative while the midpoint concentrates the stochasticity [2409.05116].

In image inpainting, AsyncDSB reports FID gains of approximately $3\%-14\%$ over synchronous I2SB baselines. On CelebA-HQ, the reported FIDs are $1.9$ vs. $2.2$ for center masks, $5.2$ vs. $5.4$ for half masks, $2.8$ vs. $2.9$ for wide masks, and $1.6$ vs. $1.7$ for narrow masks; on Places2 they are $8.3$ vs. $8.6$, $10.5$ vs. $10.8$, $5.2$ vs. $5.6$, and $3.0$ vs. $3.1$ [2412.08149].

In all-in-one image restoration, UDBM uses the uncertainty-weighted bridge schedule to enable single-step inference. The cited empirical summary is that the model achieves state-of-the-art performance across diverse restoration tasks within a single inference step, and that the terminal relaxation term is necessary because removing it re-introduces terminal instability [2601.21592].

## 6. Comparisons, misconceptions, and limitations

One recurring misconception is that a bridge variance schedule is exhausted by the magnitude of injected noise. Several cited works make a narrower claim: variance schedules describe noise magnitude, but bridge-aware discretization can depend instead on endpoint information resolution, divergence, or active covariance geometry. The Brownian-bridge example in the entropy-rate analysis is explicit: variance is maximal at the midpoint, whereas the conditional divergence magnitude is boundary-heavy [2605.16126].

A second misconception is to identify conditional drift with marginal probability-flow drift. The bridge-aware scheduling analysis states that using the Brownian-reference conditional SDE drift
$$
u_t^o(x\mid x_0,x_1)
=
(x_1-x_0)+\frac{1-2t}{t(1-t)}(x-m_t)
=
2v_t(x\mid x_0,x_1)-(x_1-x_0)
$$
as if it were a marginal ODE field erases the bridge contraction term and produces an artificially flat profile [2605.16126].

The literature also disagrees, in a controlled way, on whether symmetry is desirable. Symmetric schedules are emphasized when both endpoints are structured and should remain informative, as in bridge-style speech enhancement and Brownian-bridge-inspired target matching [2409.05116; 2509.07521]. Asymmetric schedules are emphasized when one wants to concentrate effort near a particular side of the bridge, as in Bridge-SR’s later-time high-frequency allocation, or when per-pixel asynchronous restoration shifts the mid-peak according to local gradients [2501.07897; 2412.08149]. A plausible implication is that symmetry is not a universal principle but a task- and conditioning-dependent design choice.

Several limitations recur across the cited work. Entropy-rate scheduling requires access to both conditional and marginal fields or reasonable surrogates; some pretrained models expose only one field [2605.16126]. Pixel-asynchronous schedules depend on the quality of the gradient prior and may mis-schedule pixels if the prior is poor [2412.08149]. Uncertainty-aware relaxed bridges depend on the uncertainty estimator and on PSD-stable modulation of the schedule [2601.21592]. Rank-deficient frozen-covariance bridges require pseudo-inverses, spectral flooring, and active-leaf restrictions for numerical stability [2605.27478]. In target-based speech enhancement, the derivative
$$
\sigma'(t)=\frac{\sigma(1-2t)}{2\sqrt{t(1-t)}}
$$
is singular at the endpoints, so the effective diffusion interval is clipped to $[\epsilon,T]$ with $\epsilon\approx 0.03$ and $T\approx 0.97$ [2509.07521].

A broader comparison is provided by the TV/SNR framework for diffusion models. There the forward kernel is parameterized by total variance $\tau^2(t)=a^2(t)+b^2(t)$ and signal-to-noise ratio $\gamma(t)=a(t)/b(t)$, which are controlled independently. The paper’s main claim is that schedules with exponentially exploding total variance can often be improved by replacing them with constant-TV schedules while preserving the same SNR schedule. Although this is not a bridge between two structured data endpoints in the Schrödinger-bridge sense, it supplies a general variance-schedule vocabulary that clarifies how bridge-inspired noise shaping differs from purely VP or VE design [2502.08598].

In current usage, therefore, bridge variance schedule is not a single formula but a family of constructions for shaping bridge geometry, stochasticity, and numerical effort. The common structure is the same: a schedule determines how uncertainty is distributed between endpoints and over time, and the most effective form depends on whether the operative bottleneck is midpoint mixing, endpoint contraction, local asynchronous restoration, uncertainty heterogeneity, or low-rank covariance structure [2605.16126; 2412.08149; 2601.21592; 2501.07897].

Source: https://www.emergentmind.com/topics/bridge-variance-schedule