A Lossless Deamortization for Dynamic Greedy Set Cover
Shay Solomon, Amitai Uzrad, Tianyi Zhang

TL;DR
This paper introduces a new lossless deamortization technique for dynamic greedy set cover algorithms, achieving worst-case update times comparable to previous amortized bounds and improving approximation guarantees.
Contribution
It presents the first efficient deamortization of a greedy set cover algorithm, providing worst-case update times that match or improve previous amortized bounds.
Findings
Achieves $((1+psilon) ln n)$-approximation with $O(rac{f g }{psilon^2})$ worst-case update time.
Improves the psilon-dependence of previous bounds.
Demonstrates applicability by enhancing existing primal-dual algorithms with worst-case guarantees.
Abstract
The dynamic set cover problem has been subject to growing research attention in recent years. In this problem, we are given as input a dynamic universe of at most elements and a fixed collection of sets, where each element appears in a most sets and the cost of each set is in , and the goal is to efficiently maintain an approximate minimum set cover under element updates. Two algorithms that dynamize the classic greedy algorithm are known, providing and -approximation with amortized update times and , respectively [GKKP (STOC'17); SU (STOC'23)]. The question of whether one can get approximation (or even worse) with low worst-case update time has remained open -- only the naive time bound is known, even for unweighted instances. In this work we devise the…
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
TopicsHandwritten Text Recognition Techniques · Image Processing and 3D Reconstruction
