A Note on Max $k$-Vertex Cover: Faster FPT-AS, Smaller Approximate Kernel and Improved Approximation
Pasin Manurangsi

TL;DR
This paper introduces faster fixed-parameter tractable approximation schemes and smaller kernels for Max and Min k-Vertex Cover, improving computational efficiency and approximation quality over previous methods.
Contribution
It presents a simplified FPT approximation scheme, an efficient approximate kernelization, and applies these to improve approximation algorithms for Max and Min k-Vertex Cover.
Findings
FPT-AS for Max k-VC runs in (1/ε)^{O(k)} poly(n) time, faster than previous.
Achieves an O(k/ε)-vertex approximate kernel for Max k-VC, smaller than prior unweighted kernels.
Provides a 0.92-approximation for Max k-VC using the kernel and SDP-based algorithms.
Abstract
In Maximum -Vertex Cover (Max -VC), the input is an edge-weighted graph and an integer , and the goal is to find a subset of vertices that maximizes the total weight of edges covered by . Here we say that an edge is covered by iff at least one of its endpoints lies in . We present an FPT approximation scheme (FPT-AS) that runs in time for the problem, which improves upon Gupta et al.'s -time FPT-AS [SODA'18, FOCS'18]. Our algorithm is simple: just use brute force to find the best -vertex subset among the vertices with maximum weighted degrees. Our algorithm naturally yields an efficient approximate kernelization scheme of vertices; previously, an -vertex approximate kernel is only known for the unweighted version of Max -VC [Lokshtanov et…
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.
