Exact and Approximation Algorithms for Many-To-Many Point Matching in the Plane
Sayan Bandyapadhyay, Anil Maheshwari, Michiel Smid

TL;DR
This paper presents improved algorithms for many-to-many point matching in the plane, achieving quadratic time for exact solutions and near-linear time for approximate solutions, advancing the state of the art in computational geometry.
Contribution
It introduces the first sub-cubic exact algorithm and a near-linear approximation algorithm for planar many-to-many point matching.
Findings
Exact algorithm runs in O(n^2 poly(log n)) time.
Approximation algorithm achieves (1+ε)-approximation in O(n^{3/2} poly(log n)) time.
Addresses an open problem in planar point matching complexity.
Abstract
Given two sets and of points in the plane, of total size , a {many-to-many} matching between and is a set of pairs such that , and for each , appears in at least one such pair. The {cost of a pair} is the (Euclidean) distance between and . In the {minimum-cost many-to-many matching} problem, the goal is to compute a many-to-many matching such that the sum of the costs of the pairs is minimized. This problem is a restricted version of minimum-weight edge cover in a bipartite graph, and hence can be solved in time. In a more restricted setting where all the points are on a line, the problem can be solved in time [Colannino, Damian, Hurtado, Langerman, Meijer, Ramaswami, Souvaine, Toussaint; Graphs Comb., 2007]. However, no progress has been made in the general planar case in improving the…
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.
