Approximating High-Dimensional Earth Mover's Distance as Fast as Closest Pair
Lorenzo Beretta, Vincent Cohen-Addad, Rajesh Jayaram, Erik Waingarten

TL;DR
This paper presents a reduction from approximate Earth Mover's Distance to Closest Pair, leading to faster algorithms for high-dimensional EMD by leveraging improvements in CP algorithms and a novel implicit update technique.
Contribution
It introduces a reduction framework that improves high-dimensional EMD approximation algorithms by utilizing faster CP algorithms and a sublinear implementation of the Multiplicative Weights Update method.
Findings
Achieves faster $(1+\varepsilon)$-approximate EMD algorithms in high dimensions.
Provides a sublinear implementation of the MWU framework for EMD.
Improves the running time to $n^{2-\tilde{\Omega}(\varepsilon^{1/3})}$ for high-dimensional EMD.
Abstract
We give a reduction from -approximate Earth Mover's Distance (EMD) to -approximate Closest Pair (CP). As a consequence, we improve the fastest known approximation algorithm for high-dimensional EMD. Here, given and two sets of points , their EMD is the minimum cost of a perfect matching between and , where the cost of matching two vectors is their distance. Further, CP is the basic problem of finding a pair of points realizing . Our contribution is twofold: we show that if a -approximate CP can be computed in time , then a approximation to EMD can be computed in time ; plugging in the fastest known algorithm for CP [Alman, Chan, Williams FOCS'16], we obtain a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComputational Geometry and Mesh Generation · Complexity and Algorithms in Graphs · Stochastic Gradient Optimization Techniques
