A Local Search-Based Approach for Set Covering
Anupam Gupta, Euiwoong Lee, Jason Li

TL;DR
This paper introduces a novel non-oblivious local-search method for the Set Cover problem, achieving the first local-search-based approximation matching the theoretical bound, and improves approximation ratios for small set sizes.
Contribution
It presents the first local-search-based approximation for Set Cover matching the $H_k$ bound and refines previous bounds using larger moves and optimized potential functions.
Findings
First local-search-based $H_k$-approximation for Set Cover.
Improved approximation ratio by considering larger moves.
Provides an integrality gap result for the problem.
Abstract
In the Set Cover problem, we are given a set system with each set having a weight, and we want to find a collection of sets that cover the universe, whilst having low total weight. There are several approaches known (based on greedy approaches, relax-and-round, and dual-fitting) that achieve a approximation for this problem, where the size of each set is bounded by . Moreover, getting a approximation is hard. Where does the truth lie? Can we close the gap between the upper and lower bounds? An improvement would be particularly interesting for small values of , which are often used in reductions between Set Cover and other combinatorial optimization problems. We consider a non-oblivious local-search approach: to the best of our knowledge this gives the first -approximation for Set Cover using an approach based on…
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
