Fast Approximation Algorithms for Euclidean Minimum Weight Perfect Matching
Stefan Hougardy, Karolina Tammemaa

TL;DR
This paper introduces fast approximation algorithms for the Euclidean minimum weight perfect matching problem, achieving near-linear runtime with improved approximation ratios in two and higher dimensions.
Contribution
It presents the first near-linear time algorithms with provable approximation guarantees for Euclidean minimum weight perfect matching in 2D and higher dimensions.
Findings
Achieves $O(n \, ext{log} \, n)$ runtime with $O(n^{0.206})$ approximation in 2D.
Develops an $O(n \, ext{log} \, n)$ algorithm with $O(n^{0.412})$ approximation in fixed higher dimensions.
Improves previous approximation ratio from $n/2$ to $O(n^{0.206})$ in 2D.
Abstract
We study the Euclidean minimum weight perfect matching problem for points in the plane. It is known that any deterministic approximation algorithm whose approximation ratio depends only on requires at least time. We propose such an algorithm for the Euclidean minimum weight perfect matching problem with runtime and show that it has approximation ratio . This improves the so far best known approximation ratio of . We also develop an algorithm for the Euclidean minimum weight perfect matching problem in higher dimensions and show it has approximation ratio in all fixed dimensions.
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
TopicsAlgorithms and Data Compression · Machine Learning and Algorithms · Optimization and Search Problems
