An $\tilde{O}(n^{5/4})$ Time $\varepsilon$-Approximation Algorithm for RMS Matching in a Plane
Nathaniel Lahn, Sharath Raghvendra

TL;DR
This paper introduces a novel $ ilde{O}(n^{5/4})$ time $ ext{ε}$-approximation algorithm for RMS matching in the plane, overcoming challenges posed by the non-metric squared Euclidean distance.
Contribution
It presents the first sub-quadratic time $ ext{ε}$-approximation algorithm for RMS matching in a plane, adapting techniques from planar graph algorithms to geometric graphs.
Findings
Achieves $O(n^{5/4} ext{poly}\log n,1/ ext{ε})$ runtime for RMS matching
Introduces a quadtree-based distance approximation for squared Euclidean distance
Develops a data structure supporting Hungarian search and augmentation in sub-linear time
Abstract
The 2-Wasserstein distance (or RMS distance) is a useful measure of similarity between probability distributions that has exciting applications in machine learning. For discrete distributions, the problem of computing this distance can be expressed in terms of finding a minimum-cost perfect matching on a complete bipartite graph given by two multisets of points , with , where the ground distance between any two points is the squared Euclidean distance between them. Although there is a near-linear time relative -approximation algorithm for the case where the ground distance is Euclidean (Sharathkumar and Agarwal, JACM 2020), all existing relative -approximation algorithms for the RMS distance take time. This is primarily because, unlike Euclidean distance, squared Euclidean distance is not a metric. In this…
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
TopicsComplexity and Algorithms in Graphs · Computational Geometry and Mesh Generation · Data Management and Algorithms
