Dynamic Geometric Set Cover, Revisited

11/01/2021
by   Timothy M. Chan, et al.
0

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 (1+ε)-approximate dynamic interval set cover with polylogarithmic amortized update time. Specifically, we achieve an update time of O(log^3 n/ε), improving the O(n^δ/ε) bound of Agarwal et al. [SoCG'20], where δ>0 denotes an arbitrarily small constant. 2. A data structure for O(1)-approximate dynamic unit-square set cover with 2^O(√(log n)) amortized update time, substantially improving the O(n^1/2+δ) update time of Agarwal et al. [SoCG'20]. 3. A data structure for O(1)-approximate dynamic square set cover with O(n^1/2+δ) randomized amortized update time, improving the O(n^2/3+δ) update time of Chan and He [SoCG'21]. 4. A data structure for O(1)-approximate dynamic 2D halfplane set cover with O(n^17/23+δ) randomized amortized update time. The previous solution for halfplane set cover by Chan and He [SoCG'21] is slower and can only report the size of the approximate solution. 5. The first sublinear results for the weighted version of dynamic geometric set cover. Specifically, we give a data structure for (3+o(1))-approximate dynamic weighted interval set cover with 2^O(√(log n loglog n)) amortized update time and a data structure for O(1)-approximate dynamic weighted unit-square set cover with O(n^δ) amortized update time.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
03/14/2021

More Dynamic Data Structures for Geometric Set Cover with Sublinear Update Time

We study geometric set cover problems in dynamic settings, allowing inse...
research
02/29/2020

Dynamic geometric set cover and hitting set

We investigate dynamic versions of geometric set cover and hitting set w...
research
07/16/2020

Dynamic Products of Ranks

We describe a data structure that can maintain a dynamic set of points g...
research
01/01/2022

Dynamic Least-Squares Regression

A common challenge in large-scale supervised learning, is how to exploit...
research
12/13/2019

Construction and Maintenance of Swarm Drones

In this paper we study the dynamic version of the covering problem motiv...
research
11/05/2020

Competitive Data-Structure Dynamization

Data-structure dynamization is a general approach for making static data...
research
03/20/2019

Dynamic Geometric Data Structures via Shallow Cuttings

We present new results on a number of fundamental problems about dynamic...

Please sign up or login with your details

Forgot password? Click here to reset