Dynamic Geometric Set Cover, Revisited
Timothy M. Chan, Qizheng He, Subhash Suri, Jie Xue

TL;DR
This paper introduces new dynamic geometric set cover data structures in 1D and 2D, significantly improving update times and extending capabilities to weighted versions, with applications in computational geometry.
Contribution
It presents the first polylogarithmic update time structure for approximate dynamic interval set cover and improves update times for unit-square, square, and halfplane set covers, including weighted cases.
Findings
Polylogarithmic update time for (1+ε)-approximate dynamic interval set cover.
Substantially improved update times for unit-square and square set covers.
First sublinear results for weighted dynamic geometric set cover.
Abstract
Geometric set cover is a classical problem in computational geometry, which has been extensively studied in the past. In the dynamic version of the problem, points and ranges may be inserted and deleted, and our goal is to efficiently maintain a set cover solution (satisfying certain quality requirement). In this paper, we give a plethora of new dynamic geometric set cover data structures in 1D and 2D, which significantly improve and extend the previous results: 1. The first data structure for -approximate dynamic interval set cover with polylogarithmic amortized update time. Specifically, we achieve an update time of , improving the bound of Agarwal et al. [SoCG'20], where denotes an arbitrarily small constant. 2. A data structure for -approximate dynamic unit-square set cover with $2^{O(\sqrt{\log…
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 · Digital Image Processing Techniques · Complexity and Algorithms in Graphs
