LGOct 2, 2023

Light Schrödinger Bridge

arXiv:2310.01174v317 citationsh-index: 36Has Code
Originality Incremental advance
AI Analysis

This provides a practical, efficient baseline for SB problems, similar to established methods in other fields, but it is incremental as it builds on recent ideas in the field.

The authors tackled the lack of a simple, efficient baseline solver for computational Schrödinger Bridges (SB) by proposing a lightweight, simulation-free solver that combines parameterization with sum-exp quadratic functions and viewing log-Schrödinger potentials as energy functions, achieving solutions in moderate dimensions in minutes on CPU without complex hyperparameter tuning.

Despite the recent advances in the field of computational Schrödinger 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., $k$-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ödinger potentials with sum-exp quadratic functions and (b) viewing the log-Schrödinger 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 straightforward optimization objective. As a result, it allows solving SB in moderate dimensions in a matter of minutes on CPU without a painful hyperparameter selection. Our light solver resembles the Gaussian mixture model which is widely used for density estimation. Inspired by this similarity, we also prove an important theoretical result showing that our light solver is a universal approximator of SBs. Furthemore, we conduct the analysis of the generalization error of our light solver. The code for our solver can be found at https://github.com/ngushchin/LightSB

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes