Tree Deletion Set has a Polynomial Kernel (but no OPT^O(1) approximation)
Archontia C. Giannopoulou, Daniel Lokshtanov, Saket Saurabh, Ondrej, Suchy

TL;DR
This paper presents a polynomial kernel for the NP-hard Tree Deletion Set problem, demonstrating that kernelization does not necessarily lead to good approximation algorithms, with a novel algebraic reduction rule.
Contribution
It introduces the first polynomial kernel for Tree Deletion Set and challenges the assumption that kernelization implies near-optimal approximation algorithms.
Findings
Provides a O(k^4) size kernel for Tree Deletion Set
First counterexample showing kernelization does not guarantee good approximations
Introduces a new algebraic reduction rule for hard instances
Abstract
In the Tree Deletion Set problem the input is a graph G together with an integer k. The objective is to determine whether there exists a set S of at most k vertices such that G-S is a tree. The problem is NP-complete and even NP-hard to approximate within any factor of OPT^c for any constant c. In this paper we give a O(k^4) size kernel for the Tree Deletion Set problem. To the best of our knowledge our result is the first counterexample to the "conventional wisdom" that kernelization algorithms automatically provide approximation algorithms with approximation ratio close to the size of the kernel. An appealing feature of our kernelization algorithm is a new algebraic reduction rule that we use to handle the instances on which Tree Deletion Set is hard to approximate.
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 · Graph Theory and Algorithms
