Dynamic Euclidean Bottleneck Matching
A. Karim Abu-Affash, Sujoy Bhore, Paz Carmi

TL;DR
This paper presents efficient dynamic algorithms for maintaining approximate bottleneck matchings in Euclidean spaces, achieving polylogarithmic update times for points on a line and in the plane with bounded spread.
Contribution
It introduces novel dynamic algorithms for approximate bottleneck matchings on a line and in the plane with bounded spread, with improved update times.
Findings
Line case: O(log n) update time for bottleneck matching.
Plane case: O(log Δ) amortized update time with approximation factor.
Modified algorithm maintains minimum-weight matching with similar efficiency.
Abstract
A fundamental question in computational geometry is for a set of input points in the Euclidean space, that is subject to discrete changes (insertion/deletion of points at each time step), whether it is possible to maintain an approximate bottleneck matching in sublinear update time. In this work, we answer this question in the affirmative for points on a real line and for points in the plane with a bounded geometric spread. For a set of points on a line, we show that there exists a dynamic algorithm that maintains a bottleneck matching of and supports insertion and deletion in time. Moreover, we show that a modified version of this algorithm maintains a minimum-weight matching with update (insertion and deletion) time. Next, for a set of points in the plane, we show that a ()-factor approximate bottleneck matching of , at…
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 · 3D Shape Modeling and Analysis · Advanced Numerical Analysis Techniques
