Dynamic Set Cover: Improved Algorithms & Lower Bounds
Amir Abboud, Raghavendra Addanki, Fabrizio Grandoni, Debmalya, Panigrahi, Barna Saha

TL;DR
This paper introduces new algorithms for the dynamic set cover problem that achieve near-optimal approximation ratios with efficient update times, and establishes lower bounds showing linear dependence on the frequency parameter is necessary for better approximations.
Contribution
It provides the first dynamic algorithms with approximation factors linear in the maximum set frequency, and proves lower bounds on update time and approximation trade-offs.
Findings
Achieves $(1+\epsilon)f$-approximation with $O(f^2 ext{log} n/ ext{epsilon}^5)$ update time.
Improves decremental update time to $O(f^2/ ext{epsilon}^5)$ while maintaining approximation.
Shows that faster update times imply worse approximation factors under ETH.
Abstract
We give new upper and lower bounds for the {\em dynamic} set cover problem. First, we give a -approximation for fully dynamic set cover in (amortized) update time, for any , where is the maximum number of sets that an element belongs to. In the decremental setting, the update time can be improved to , while still obtaining an -approximation. These are the first algorithms that obtain an approximation factor linear in for dynamic set cover, thereby almost matching the best bounds known in the offline setting and improving upon the previous best approximation of in the dynamic setting. To complement our upper bounds, we also show that a linear dependence of the update time on is necessary unless we can tolerate much worse approximation factors. Using the recent distributed…
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
TopicsOptimization and Search Problems
