NALGFeb 2, 2022

Approximative Algorithms for Multi-Marginal Optimal Transport and Free-Support Wasserstein Barycenters

arXiv:2202.00954v1
Originality Highly original
AI Analysis

This addresses a computational bottleneck for data scientists needing efficient barycenter computations in high dimensions, offering a practical improvement over existing methods.

The paper tackles the NP-hard problem of multi-marginal optimal transport (MOT) for computing Wasserstein barycenters by proposing two fast, memory-efficient algorithms that approximate solutions using only N-1 standard two-marginal OT computations, producing sparse results with proven theoretical bounds on approximation error.

Computationally solving multi-marginal optimal transport (MOT) with squared Euclidean costs for $N$ discrete probability measures has recently attracted considerable attention, in part because of the correspondence of its solutions with Wasserstein-$2$ barycenters, which have many applications in data science. In general, this problem is NP-hard, calling for practical approximative algorithms. While entropic regularization has been successfully applied to approximate Wasserstein barycenters, this loses the sparsity of the optimal solution, making it difficult to solve the MOT problem directly in practice because of the curse of dimensionality. Thus, for obtaining barycenters, one usually resorts to fixed-support restrictions to a grid, which is, however, prohibitive in higher ambient dimensions $d$. In this paper, after analyzing the relationship between MOT and barycenters, we present two algorithms to approximate the solution of MOT directly, requiring mainly just $N-1$ standard two-marginal OT computations. Thus, they are fast, memory-efficient and easy to implement and can be used with any sparse OT solver as a black box. Moreover, they produce sparse solutions and show promising numerical results. We analyze these algorithms theoretically, proving upper and lower bounds for the relative approximation error.

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