Efficient parameterized approximation
Stefan Kratsch, Pascal Kunz

TL;DR
This paper develops polynomial-time approximation algorithms for NP-hard problems leveraging structural parameters without requiring explicit structural input, achieving small additive errors and outperforming standard approximations for small parameters.
Contribution
It introduces a novel approach to approximation leveraging instance structure via modulators, providing algorithms with small additive errors without needing structural input.
Findings
Algorithms for Vertex Cover, Connected Vertex Cover, Chromatic Number, and Triangle Packing.
Most algorithms are tight under the Unique Games Conjecture.
Better approximation guarantees than standard methods for small modulator sizes.
Abstract
Many problems are NP-hard and, unless P = NP, do not admit polynomial-time exact algorithms. The fastest known exact algorithms exactly usually take time exponential in the input size. Much research effort has gone into obtaining faster exact algorithms for instances that are sufficiently well-structured, e.g., through parameterized algorithms with running time where n is the input size and k quantifies some structural property such as treewidth. When k is small, this is comparable to a polynomial-time exact algorithm and outperforms the fastest exact exponential-time algorithms for a large range of k. In this work, we are interested instead in leveraging instance structure for polynomial-time approximation algorithms. We aim for polynomial-time algorithms that produce a solution of value at most or at least (depending on minimization vs. maximization)…
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
TopicsMatrix Theory and Algorithms
