Improved Local Computation Algorithms for Greedy Set Cover via Retroactive Updates
Abstract
In this work, we focus on designing an efficient Local Computation Algorithm (LCA) for the set cover problem, which is a core optimization task. The state-of-the-art LCA for computing O( )-approximate set cover, developed by Grunau, Mitrovi\'c, Rubinfeld, and Vakilian [SODA '20], achieves query complexity of O( ) · fO( · ( + f)), where is the maximum set size, and f is the maximum frequency of any element in sets. We present a new LCA that solves this problem using fO( ) queries. Specifically, for instances where f = poly , our algorithm improves the query complexity from O( ) to O( ). Our central technical contribution in designing LCAs is to aggressively sparsify the input instance but to allow for retroactive updates. Namely, our main LCA sometimes ``corrects'' decisions it made in the previous recursive LCA calls. It enables us to achieve stronger concentration guarantees, which in turn allows for more efficient and ``sparser'' LCA execution. We believe that this technique will be of independent interest.
Turn this paper into a full lesson
ArcXiv compiles a staged curriculum from this paper: 8-12 lessons across beginner → advanced, synthesised section guides, visuals, flashcards, a quiz, exercises, and on-demand deep dives per section. Grounded in the abstract, never invented.