Towards Optimal Running Times for Optimal Transport

Abstract

In this work, we provide faster algorithms for approximating the optimal transport distance, e.g. earth mover's distance, between two discrete probability distributions μ, ∈ n. Given a cost function C : [n] × [n] R≥ 0 where C(i,j) ≤ 1 quantifies the penalty of transporting a unit of mass from i to j, we show how to compute a coupling X between r and c in time O(n2 /ε ) whose expected transportation cost is within an additive ε of optimal. This improves upon the previously best known running time for this problem of O(min\ n9/4/ε, n2/ε2 \). We achieve our results by providing reductions from optimal transport to canonical optimization problems for which recent algorithmic efforts have provided nearly-linear time algorithms. Leveraging nearly linear time algorithms for solving packing linear programs and for solving the matrix balancing problem, we obtain two separate proofs of our stated running time. Further, one of our algorithms is easily parallelized and can be implemented with depth O(1/ε). Moreover, we show that further algorithmic improvements to our result would be surprising in the sense that any improvement would yield an o(n2.5) algorithm for maximum cardinality bipartite matching, for which currently the only known algorithms for achieving such a result are based on fast-matrix multiplication.

0

Turn this paper into a lesson

ArcXiv compiles a structured reading guide from this paper's metadata: plain-English importance, contributions, prerequisite concepts, which sections to read first, flashcards, and a quiz. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…