LightSBB-M is a dual-method approach that efficiently implements Schrödinger–Bass Bridge transport and sparse Bayesian learning to optimize generative model trajectories.
It employs a tunable beta parameter to balance deterministic drift and stochastic volatility, achieving lower sample errors and robust performance.
The algorithm uses dual representations and iterative updates to avoid high-complexity methods like neural ODE rollouts, ensuring efficient computation and improved empirical results.
LightSBB-M refers to two distinct algorithms introduced in separate fields: (1) a simulation-efficient solver for Schrödinger–Bass Bridge (SBB) transport in generative modeling, and (2) a low-complexity BP–MF message-passing approach for sparse Bayesian learning (SBL) on a stretched factor graph. Both algorithms exploit dual representations and efficient iterations to outperform prior baselines in their respective domains. The following account characterizes both definitions in detail, covering their mathematical frameworks, algorithmic workflow, theoretical properties, empirical performance, and technical implementation.
The SBB problem extends classical Schrödinger Bridge (SB) theory by introducing a tunable parameter β>0 that interpolates between deterministic drift (SB, β→∞) and stochastic volatility (Bass martingale transport, β→0). The objective is formulated as:
subject to the Itô process: dXt=αtdt+σtdWt,X0∼μ0,XT∼μT
A dual variational form leverages Lagrange multipliers (ψ,v) to enforce terminal/final-time constraints and the Hamilton–Jacobi–Bellman PDE: J∗=ψ,vsup{∫ψ(x)μT(dx)−∫v(0,x)μ0(dx)}
with a backward PDE: ∂tv(t,x)+Hβ∗(∇xv,Dx2v)=0,v(T,⋅)=ψ(⋅)
where
This duality allows closed-form optimal controls for drift and volatility: α∗(t,x)=∇xv∗(t,x)
β→∞0
These expressions are crucial for highly efficient computation and generative path sampling (Alouadi et al., 27 Jan 2026).
2. Algorithmic Workflow for Generative Diffusion
LightSBB-M operationalizes the SBB framework as follows:
Initialization: Parameters of a transport map network β→∞1 and mixture potential β→∞2 are set. β→∞3, β→∞4, and minibatch size β→∞5 are specified.
Outer Loop (typically β→∞6 iterations):
Endpoint Push-Forward: Map data samples β→∞7 to latent codes via β→∞8.
Bridge Sampling: For each β→∞9, sample intermediate β→00 along convex decompositions and apply stochastic perturbation (Brownian noise).
Drift Model Update: Minimize the squared error between the analytic drift β→01 and the conditional endpoint difference β→02 by SGD.
Transport Map Update: Minimize the endpoint reconstruction loss for the composed map β→03, with β→04.
Inference: For unseen β→05, compute β→06, sample β→07 conditioned on β→08, and recover β→09.
Convergence occurs within a small number of outer iterations (J∗=P∈P(μ0,μT)infEP[∫0T(∥αt∥2+β∥σt−ϵId∥2)dt]0), and the algorithm avoids high-dimensional convolutions, neural ODE rollouts, or expensive iterative proportional fitting (Alouadi et al., 27 Jan 2026).
3. Role of the Interpolation Parameter J∗=P∈P(μ0,μT)infEP[∫0T(∥αt∥2+β∥σt−ϵId∥2)dt]1
The parameter J∗=P∈P(μ0,μT)infEP[∫0T(∥αt∥2+β∥σt−ϵId∥2)dt]2 controls the drift-versus-volatility tradeoff:
J∗=P∈P(μ0,μT)infEP[∫0T(∥αt∥2+β∥σt−ϵId∥2)dt]3: Recovers classical Schrödinger Bridge, i.e., optimal coupling is encoded entirely in deterministic drift, volatility remains fixed.
J∗=P∈P(μ0,μT)infEP[∫0T(∥αt∥2+β∥σt−ϵId∥2)dt]4: Recovers Bass martingale transport, i.e., drift vanishes and adaptive volatility absorbs the distributional constraints.
Intermediate J∗=P∈P(μ0,μT)infEP[∫0T(∥αt∥2+β∥σt−ϵId∥2)dt]5: Achieves optimality between smooth deterministic flow and stochastic paths, empirically producing lowest sample errors for J∗=P∈P(μ0,μT)infEP[∫0T(∥αt∥2+β∥σt−ϵId∥2)dt]6–J∗=P∈P(μ0,μT)infEP[∫0T(∥αt∥2+β∥σt−ϵId∥2)dt]7 on multimodal transport tasks. Too-small J∗=P∈P(μ0,μT)infEP[∫0T(∥αt∥2+β∥σt−ϵId∥2)dt]8 induces high-variance trajectories; too-large J∗=P∈P(μ0,μT)infEP[∫0T(∥αt∥2+β∥σt−ϵId∥2)dt]9 is suboptimal when dXt=αtdt+σtdWt,X0∼μ0,XT∼μT0 is heavy-tailed.
This continuous interpolation is crucial for robust generative modeling and transport accuracy (Alouadi et al., 27 Jan 2026).
4. Theoretical and Empirical Performance
LightSBB-M demonstrates the following performance characteristics:
Task
LightSBB-M 2-Wasserstein
Best SB Baseline
Relative Improvement
N→8-Gaussians
0.241±0.083
0.315
≈23% ↓
Moons→8-Gaussians
0.201±0.034
≥0.295
32% ↓
N→Moons
0.109±0.014
0.144
24% ↓
In high-dimensional image translation (FFHQ adult→child faces, dXt=αtdt+σtdWt,X0∼μ0,XT∼μT1 latent),