MLLGAPJun 19, 2019

Local Bures-Wasserstein Transport: A Practical and Fast Mapping Approximation

arXiv:1906.08227v1
Originality Incremental advance
AI Analysis

This work addresses a computational bottleneck in optimal transport for practitioners, offering a faster and more practical mapping approximation, though it is incremental as it builds on existing Gaussian transport methods.

The authors tackled the problem of learning transport maps in optimal transport, which is slow with existing kernel-based methods, by proposing a local Bures-Wasserstein transport method that approximates the map using Gaussian components. The result is an 80x speedup and fewer components needed to recover barycenter support compared to state-of-the-art methods.

Optimal transport (OT)-based methods have a wide range of applications and have attracted a tremendous amount of attention in recent years. However, most of the computational approaches of OT do not learn the underlying transport map. Although some algorithms have been proposed to learn this map, they rely on kernel-based methods, which makes them prohibitively slow when the number of samples increases. Here, we propose a way to learn an approximate transport map and a parametric approximation of the Wasserstein barycenter. We build an approximated transport mapping by leveraging the closed-form of Gaussian (Bures-Wasserstein) transport; we compute local transport plans between matched pairs of the Gaussian components of each density. The learned map generalizes to out-of-sample examples. We provide experimental results on simulated and real data, comparing our proposed method with other mapping estimation algorithms. Preliminary experiments suggest that our proposed method is not only faster, with a factor 80 overall running time, but it also requires fewer components than state-of-the-art methods to recover the support of the barycenter. From a practical standpoint, it is straightforward to implement and can be used with a conventional machine learning pipeline.

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