Fully Dynamic Set Cover via Hypergraph Maximal Matching: An Optimal Approximation Through a Local Approach
Sepehr Assadi, Shay Solomon

TL;DR
This paper introduces an optimal, fully dynamic set cover algorithm with an approximation ratio matching the maximum set membership of elements, using a novel hypergraph maximal matching approach with efficient update times.
Contribution
It presents the first dynamic set cover algorithm achieving an approximation ratio exactly equal to the maximum set membership, with update time independent of universe size, via a new hypergraph maximal matching method.
Findings
Achieves $O(f^2)$ update time for dynamic set cover with $f$-approximation.
Provides a hypergraph maximal matching algorithm with $O(r^2)$ expected update time.
Proves the approximation ratio is optimal under the unique games conjecture.
Abstract
In the (fully) dynamic set cover problem, we have a collection of sets from a universe of size that undergo element insertions and deletions; the goal is to maintain an approximate set cover of the universe after each update. We give an update time algorithm for this problem that achieves an -approximation, where is the maximum number of sets that an element belongs to; under the unique games conjecture, this approximation is best possible for any fixed . This is the first algorithm for dynamic set cover with approximation ratio that {exactly} matches (as opposed to {almost} in prior work), as well as the first one with runtime \emph{independent of } (for any approximation factor of ). Prior to our work, the state-of-the-art algorithms for this problem were update time algorithms of Gupta et al. [STOC'17] and Bhattacharya et al.…
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 · Advanced Graph Theory Research · Optimization and Search Problems
