Light Unbalanced Optimal Transport
Milena Gazdieva, Arip Asadulaev, Alexander Korotin, Evgeny Burnaev
TL;DR
Light Unbalanced OT (U-LightOT) introduces a fast, theoretically grounded solver for continuous unbalanced entropic OT by recasting the problem into a tractable dual-based objective and enforcing a Gaussian mixture parametrization for the UEOT plan. It provides rigorous generalization guarantees and universal approximation under Gaussian mixtures, enabling out-of-sample sampling from the UEOT plan. Empirically, U-LightOT solves UEOT in minutes on CPU and demonstrates robustness to class imbalance in Gaussian mixtures and effective unpaired image translation in FFHQ latent spaces, outperforming several baselines on key metrics while remaining computationally efficient. The approach offers a practical, theoretically supported baseline for UEOT with publicly available code.
Abstract
While the continuous Entropic Optimal Transport (EOT) field has been actively developing in recent years, it became evident that the classic EOT problem is prone to different issues like the sensitivity to outliers and imbalance of classes in the source and target measures. This fact inspired the development of solvers that deal with the unbalanced EOT (UEOT) problem $-$ the generalization of EOT allowing for mitigating the mentioned issues by relaxing the marginal constraints. Surprisingly, it turns out that the existing solvers are either based on heuristic principles or heavy-weighted with complex optimization objectives involving several neural networks. We address this challenge and propose a novel theoretically-justified, lightweight, unbalanced EOT solver. Our advancement consists of developing a novel view on the optimization of the UEOT problem yielding tractable and a non-minimax optimization objective. We show that combined with a light parametrization recently proposed in the field our objective leads to a fast, simple, and effective solver which allows solving the continuous UEOT problem in minutes on CPU. We prove that our solver provides a universal approximation of UEOT solutions and obtain its generalization bounds. We give illustrative examples of the solver's performance. The code is publicly available at https://github.com/milenagazdieva/LightUnbalancedOptimalTransport.
