A Refined Kernel for $d$-Hitting Set
Yuxi Liu, Mingyu Xiao

TL;DR
This paper improves the kernel size for the $d$-Hitting Set problem using linear programming to refine crown decompositions, reducing the vertex count from $(2d - 1)k^{d - 1} + k$ to $(2d - 2)k^{d - 1} + k$.
Contribution
The authors introduce a linear programming-based method to refine existing kernelization bounds for the $d$-Hitting Set problem.
Findings
Kernel size improved from $(2d - 1)k^{d - 1} + k$ to $(2d - 2)k^{d - 1} + k$
Linear programming techniques enable more efficient crown decompositions
Refinement has potential applications in related parameterized problems
Abstract
The -Hitting Set problem is a fundamental problem in parameterized complexity, which asks whether a given hypergraph contains a vertex subset of size at most that intersects every hyperedge (i.e., for each hyperedge ). The best known kernel for this problem, established by Abu-Khzam [1], has vertices. This result has been very widely used in the literature as many problems can be modeled as a special -Hitting Set problem. In this work, we present a refinement to this result by employing linear programming techniques to construct crown decompositions in hypergraphs. This approach yields a slight but notable improvement, reducing the size to vertices.
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 · Limits and Structures in Graph Theory · Computational Geometry and Mesh Generation
