---
title: Schrödinger–Bass Bridge Problem
url: https://www.emergentmind.com/topics/schrodinger-bass-bridge-sbb-problem
type: topic
---

# Schrödinger–Bass Bridge Problem

The Schrödinger--Bass Bridge (SBB) problem refers to a parametric family of stochastic optimal transport problems that interpolate between the classical Schrödinger Bridge (drift control, entropy-regularized) and the Bass martingale optimal transport (volatility control) regimes. The SBB formulation provides a quadratic cost over both drift and volatility, generating a stochastic process whose endpoint marginals match prescribed distributions and whose law is closest to a Brownian reference in relative entropy. The SBB has received recent rigorous characterizations, including explicit PDE reductions, duality theory, closed-form feedback controls, and high-fidelity numerical solvers for high-dimensional generative data applications.

## 1. Mathematical Formulation: Pathwise Control and Objective

The general SBB problem asks: Given endpoint probability laws $\mu_0,\,\mu_T$ on $\mathbb{R}^d$ and a time horizon $[0,T]$, find a continuous semimartingale $X_t$ of the form
$$
dX_t = \alpha_t\,dt + \sigma_t\,dW_t, \quad X_0 \sim \mu_0,\ X_T \sim \mu_T
$$
minimizing the quadratic path-energy functional
$$
SBB(\mu_0,\mu_T) := \inf_{(\alpha,\sigma)} \mathbb{E} \left[ \frac{1}{2} \int_0^T \left(|\alpha_t|^2 + \beta|\sigma_t - 1|^2\right)dt \right]
$$
where $\beta > 0$ interpolates between pure drift ($\beta \gg 1$) and pure volatility ($\beta \to 0$) penalty regimes. For $\beta \gg 1$, $\sigma_t \approx 1$ and the problem recovers the classical Schrödinger Bridge; for $\beta \to 0$, the drift vanishes and the transport is performed entirely via volatility ("Bass martingale transport") [2601.17863], [2601.19312].

Strong duality holds: $SBB(\mu_0, \mu_T) = \sup_v \{ \mathbb{E}_{\mu_T}[v(T,X)] - \mathbb{E}_{\mu_0}[v(0,X)] \}$, where the dual potentials $v$ solve a nonlinear backward Hamilton-Jacobi-Bellman PDE with $\partial_{xx}v < \beta$ everywhere.

## 2. PDE Derivation and Explicit Solution in One Dimension

In dimension one, the SBB admits an explicit reduction via Legendre transforms and heat equations. Introduction of a dual field $v$ leads to a nonlinear HJB PDE:
$$
\partial_t v + \tfrac{1}{2} |\partial_x v|^2 + \tfrac{1}{2} \frac{\partial_{xx}v}{1 - (\partial_{xx}v) / \beta} = 0, \quad \partial_{xx}v < \beta
$$
Changing variable $u(t,x) = \frac{1}{2}x^2 - v(t,x)/\beta$ and Legendre-transforming in $x$ yields a linear backward heat equation in the new unknown $h(t,y) := \exp(\beta w(t,y))$, i.e.,
$$
\partial_t h + \frac{1}{2} \partial_{yy} h = 0
$$
The endpoint coupling is enforced by linking $h$ and the forward Kolmogorov density via time-dependent inverse gradient maps. The process $X_t$ is realized as a time-dependent monotone transport ("stretch") of a classical Schrödinger bridge $Y_t$ by $X_t = \mathcal{X}(t,Y_t)$, where
$$
\mathcal{X}(t, y) = y + \frac{1}{\beta} \partial_y \log h(t, y)
$$
Thus, the SBB solution is the composition of a strictly monotone map with an entropic bridge [2601.17863].

## 3. Limiting Behavior: Schrödinger and Bass Regimes

The SBB family interpolates between two fundamental stochastic transport regimes:
- **Schrödinger Bridge Limit ($\beta \to \infty$):** Volatility control becomes rigid, recovering the classical minimum-energy drift bridge with prescribed marginals [2601.17863], [2601.19312].
- **Bass Martingale Limit ($\beta \to 0$):** Drift penalty dominates, imposing $dX_t = \sigma_t dW_t$ with $\sigma_t \neq 1$ subject to end-marginal constraints, as in classical monotone martingale transport [2601.17863]. The gradient map simplifies to the Bass/Brenier transport.
- **Intermediate ($0 < \beta < \infty$):** SBB yields a strictly stretched semimartingale that unifies both mechanisms.

## 4. Feedback Controls: Analytic Expressions and Transport Maps

Optimal feedbacks are rendered in closed form upon solving the dual PDEs. For the multidimensional setting, the feedbacks are given by [2601.19312]:
$$
\alpha^*(t, x) = \nabla_x v^*(t, x), \qquad
\sigma^*(t, x) = \sqrt{\varepsilon} \left(I_d - \frac{1}{\beta} D^2_x v^*(t, x)\right)^{-1}
$$
where $v^*$ is the Bellman potential. Alternatively, expressing the solution as a stretched Schrödinger bridge in terms of a potential $h_t^*$ and time-dependent map $\Phi_t(y) = \tfrac{1}{2}|y|^2 + \frac{\varepsilon}{\beta} \log h_t^*(y)$, yields
$$
X_t = \nabla \Phi_t(Y_t)
$$
with $Y_t$ governed by the entropic bridge SDE and $X_t$ stretched by the gradient map. These controls allow bypassing black-box SDE solvers and yield robust simulation of the SBB process.

## 5. Duality, Existence, and Uniqueness

Strong duality is established: the primal infimum over controlled diffusions equals the dual supremum over smooth Bellman potentials $v$ with $\partial_{yy}v < \beta$ under regularity conditions $\beta > 1/T$ and finite second moments of $\mu_0, \mu_T$ [2601.17863], [2601.19312]. The backward linear heat reduction ensures uniqueness. The stretching map $\mathcal{X}(t,\cdot)$ is a Brenier map from the reference bridge's marginal to the target at each time, with the endpoint constraints enforced via coupling of pushforwards of $\mu_0$ and $\mu_T$.

## 6. Numerical Algorithms and Applications

LightSBB-M is a practical algorithm to solve the SBB by alternating bridge-matching (mean regression, Gaussian denoising loss) with transport-map learning, using neural networks to parameterize the score-model and map invertibility. Empirically, LightSBB-M attains the lowest 2-Wasserstein distances compared to SB and diffusion baselines ($19$–$32\%$ improvement), with superior generative fidelity in image translation (adult$\to$child faces, FFHQ) [2601.19312]. The solver converges in a few iterations—a direct consequence of the explicit analytic control formulae and heat-equation reductions.

| Algorithm     | 2-Wasserstein Distance (Moons$\to$8-Gauss) | Image Translation Fidelity |
|---------------|--------------------------------------------|---------------------------|
| LightSB-M     | $0.295 \pm 0.051$                          | Moderate                  |
| SBB (Ours)    | $\mathbf{0.201 \pm 0.034}$                 | High / Diverse            |

Strengths of SBB/LightSBB-M include analytic controls, robust convergence, and flexible manipulation of transport geometry via $\beta$. Limitations involve the lack of a rigorous convergence proof for the alternating solver and overhead for high-dimensional neural map inversion [2601.19312].

## 7. Implications and Extensions

The SBB paradigm establishes a unified theoretical and computational framework connecting entropy-regularized (Schrödinger) and martingale (Bass) transport, with explicit monotone map structures at all intermediate points. The explicit semimartingale representation, PDE reductions, and existence/uniqueness theorems underpin scalable implementations for generative modeling, optimal stochastic control, and high-dimensional time-series synthesis. Future directions include rigorous complexity analysis, extension to time-series/factor models, and leveraging SBB in data-driven scientific and financial synthesis.

**References:** [2601.17863], [2601.19312], [2304.14910], [2601.19312].

Source: https://www.emergentmind.com/topics/schrodinger-bass-bridge-sbb-problem