LightSBB-M: Bridging Schr\"odinger and Bass for Generative Diffusion Modeling

arXiv stat.ML / 5/6/2026

💬 OpinionTools & Practical UsageModels & Research

Key Points

  • The paper proposes LightSBB-M, a new algorithm for solving the Schrodinger Bridge and Bass (SBB) optimal transport problem by computing an optimal transport plan in only a few iterations.
  • It leverages a dual formulation of the SBB objective to derive analytic expressions for the optimal drift and volatility, enabling efficient computation.
  • A tunable parameter beta (>0) smoothly interpolates between two extremes: pure drift (Schrodinger Bridge) and pure volatility (Bass martingale transport).
  • Experiments on synthetic datasets show up to 32% improvement in 2-Wasserstein distance over state-of-the-art SB and diffusion baselines, and the method is demonstrated on an unpaired image-to-image translation task (FFHQ adult-to-child faces).
  • The authors release the code publicly, positioning LightSBB-M as a scalable, high-fidelity solver for generative diffusion modeling based on SBB.

Abstract

The Schrodinger Bridge and Bass (SBB) formulation, which jointly controls drift and volatility, is an established extension of the classical Schrodinger Bridge (SB). Building on this framework, we introduce LightSBB-M, an algorithm that computes the optimal SBB transport plan in only a few iterations. The method exploits a dual representation of the SBB objective to obtain analytic expressions for the optimal drift and volatility, and it incorporates a tunable parameter beta greater than zero that interpolates between pure drift (the Schrodinger Bridge) and pure volatility (Bass martingale transport). We show that LightSBB-M achieves the lowest 2-Wasserstein distance on synthetic datasets against state-of-the-art SB and diffusion baselines with up to 32 percent improvement. We also illustrate the generative capability of the framework on an unpaired image-to-image translation task (adult to child faces in FFHQ). These findings demonstrate that LightSBB-M provides a scalable, high-fidelity SBB solver that outperforms existing SB and diffusion baselines across both synthetic and real-world generative tasks. The code is available at https://github.com/alexouadi/LightSBB-M.