Space-Efficient Graph Kernelizations
Frank Kammer, Andrej Sajenko

TL;DR
This paper introduces space-efficient polynomial kernels for several graph problems, achieving the best known kernel sizes with minimal memory usage, advancing the practical applicability of kernelization techniques.
Contribution
It presents new space-efficient polynomial kernels for Feedback Vertex Set, Path Contraction, and Cluster Editing/Deletion, utilizing kernel cascades for optimal results.
Findings
Kernels are polynomial in parameter k and computable in polynomial time.
Achieves kernel sizes with O(poly(k) log n) bits of memory.
Uses kernel cascades to improve kernelization efficiency.
Abstract
Let be the size of a parameterized problem and the parameter. We present kernels for Feedback Vertex Set, Path Contraction and Cluster Editing/Deletion whose sizes are all polynomial in and that are computable in polynomial time and with bits (of working memory). By using kernel cascades, we obtain the best known kernels in polynomial time with bits.
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
TopicsInterconnection Networks and Systems · Complexity and Algorithms in Graphs · Graph Theory and Algorithms
