OCLGNAOct 22, 2021

A Fast and Accurate Splitting Method for Optimal Transport: Analysis and Implementation

arXiv:2110.11738v115 citations
Originality Highly original
AI Analysis

This addresses computational bottlenecks in optimal transport for researchers and practitioners needing sparse, accurate solutions.

The authors developed a fast, accurate method for solving large-scale optimal transport problems that provides sparse transport plans and avoids numerical issues of entropic regularization. Their method achieves an iteration complexity of O(1/ε) compared to Sinkhorn's O(1/ε²), with a linear convergence rate and efficient GPU implementation.

We develop a fast and reliable method for solving large-scale optimal transport (OT) problems at an unprecedented combination of speed and accuracy. Built on the celebrated Douglas-Rachford splitting technique, our method tackles the original OT problem directly instead of solving an approximate regularized problem, as many state-of-the-art techniques do. This allows us to provide sparse transport plans and avoid numerical issues of methods that use entropic regularization. The algorithm has the same cost per iteration as the popular Sinkhorn method, and each iteration can be executed efficiently, in parallel. The proposed method enjoys an iteration complexity $O(1/ε)$ compared to the best-known $O(1/ε^2)$ of the Sinkhorn method. In addition, we establish a linear convergence rate for our formulation of the OT problem. We detail an efficient GPU implementation of the proposed method that maintains a primal-dual stopping criterion at no extra cost. Substantial experiments demonstrate the effectiveness of our method, both in terms of computation times and robustness.

Foundations

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

Your Notes