A randomized polynomial kernelization for Vertex Cover with a smaller parameter
Stefan Kratsch

TL;DR
This paper introduces a randomized polynomial kernelization for the Vertex Cover problem based on a new parameter, improving preprocessing efficiency for certain instances.
Contribution
It proves that Vertex Cover admits a randomized polynomial kernelization in terms of the parameter ll, enhancing previous results based on parameter p.
Findings
Provides a polynomial kernelization in ll for Vertex Cover.
Improves preprocessing bounds over previous parameter p.
Advances understanding of parameterized complexity for Vertex Cover.
Abstract
In the Vertex Cover problem we are given a graph and an integer and have to determine whether there is a set of size at most such that each edge in has at least one endpoint in . The problem can be easily solved in time , making it fixed-parameter tractable (FPT) with respect to . While the fastest known algorithm takes only time , much stronger improvements have been obtained by studying parameters that are smaller than . Apart from treewidth-related results, the arguably best algorithm for Vertex Cover runs in time , where is only the excess of the solution size over the best fractional vertex cover (Lokshtanov et al.\ TALG 2014). Since but cannot be bounded in terms of alone, this strictly increases the range of tractable instances. Recently, Garg and Philip (SODA…
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
TopicsAdvanced Graph Theory Research · Complexity and Algorithms in Graphs · Limits and Structures in Graph Theory
