Nearly Optimal Dynamic Set Cover: Breaking the Quadratic-in-$f$ Time Barrier
Anton Bukov, Shay Solomon, Tianyi Zhang

TL;DR
This paper presents nearly optimal dynamic algorithms for the set cover problem that significantly improve update times, breaking the previous quadratic-in-$f$ barrier, and work efficiently under adaptive adversaries.
Contribution
It introduces the first dynamic algorithms achieving $O(f ext{ polylog} f)$ update time for approximate set cover, surpassing the longstanding $f^2$ barrier.
Findings
Achieves $O_{ ext{epsilon,C}}(f ext{ log}^* f)$ expected update time.
Provides a deterministic algorithm with $O_{ ext{epsilon,C}}(f ext{ log} f)$ update time.
Breaks the $f^2$ update time barrier for dynamic set cover algorithms.
Abstract
The dynamic set cover problem has been subject to extensive research since the pioneering works of [Bhattacharya et al, 2015] and [Gupta et al, 2017]. The input is a set system on a fixed collection of sets and a dynamic universe of elements, where each element appears in a most sets and the cost of each set lies in the range , and the goal is to efficiently maintain an approximately-minimum set cover under insertions and deletions of elements. Most previous work considers the low-frequency regime, namely , and this line of work has culminated with a deterministic -approximation algorithm with amortized update time [Bhattacharya et al, 2021]. In the high-frequency regime of , an -approximation algorithm with amortized update time …
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
TopicsComplexity and Algorithms in Graphs · Optimization and Search Problems · Computational Geometry and Mesh Generation
