Light Schr\"odinger Bridge
Alexander Korotin, Nikita Gushchin, Evgeny Burnaev

TL;DR
This paper introduces a lightweight, fast, and theoretically justified Schr"odinger Bridge solver that is easy to implement, does not require complex hyperparameter tuning, and can approximate SBs universally, making it practical for moderate-dimensional problems.
Contribution
The paper proposes a novel simple Schr"odinger Bridge solver combining sum-exp quadratic parameterization and energy function interpretation, offering a practical alternative to complex existing methods.
Findings
The solver is simulation-free and runs in minutes on CPU.
It acts as a universal approximator of Schr"odinger Bridges.
The method is inspired by Gaussian mixture models and has theoretical guarantees.
Abstract
Despite the recent advances in the field of computational Schr\"odinger Bridges (SB), most existing SB solvers are still heavy-weighted and require complex optimization of several neural networks. It turns out that there is no principal solver which plays the role of simple-yet-effective baseline for SB just like, e.g., -means method in clustering, logistic regression in classification or Sinkhorn algorithm in discrete optimal transport. We address this issue and propose a novel fast and simple SB solver. Our development is a smart combination of two ideas which recently appeared in the field: (a) parameterization of the Schr\"odinger potentials with sum-exp quadratic functions and (b) viewing the log-Schr\"odinger potentials as the energy functions. We show that combined together these ideas yield a lightweight, simulation-free and theoretically justified SB solver with a simple…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsNeural Networks and Applications · Machine Learning in Materials Science · Gaussian Processes and Bayesian Inference
MethodsLogistic Regression
