English

Quadratic Kernel for Cliques or Trees Vertex Deletion

Data Structures and Algorithms 2025-09-23 v1

Abstract

We consider \textsc{Cliques or Trees Vertex Deletion}, which is a hybrid of two fundamental parameterized problems: \textsc{Cluster Vertex Deletion} and \textsc{Feedback Vertex Set}. In this problem, we are given an undirected graph GG and an integer kk, and asked to find a vertex subset XX of size at most kk such that each connected component of GXG-X is either a clique or a tree. Jacob et al. (ISAAC, 2024) provided a kernel of O(k5)O(k^5) vertices for this problem, which was recently improved to O(k4)O(k^4) by Tsur (IPL, 2025). Our main result is a kernel of O(k2)O(k^2) vertices. This result closes the gap between the kernelization result for \textsc{Feedback Vertex Set}, which corresponds to the case where each connected component of GXG-X must be a tree. Although both \emph{cluster vertex deletion number} and \emph{feedback vertex set number} are well-studied structural parameters, little attention has been given to parameters that generalize both of them. In fact, the lowest common well-known generalization of them is clique-width, which is a highly general parameter. To fill the gap here, we initiate the study of the \emph{cliques or trees vertex deletion number} as a structural parameter. We prove that \textsc{Longest Cycle}, which is a fundamental problem that does not admit o(nk)o(n^k)-time algorithm unless ETH fails when kk is the clique-width, becomes fixed-parameter tractable when parameterized by the cliques or trees vertex deletion number.

Keywords

Cite

@article{arxiv.2509.16815,
  title  = {Quadratic Kernel for Cliques or Trees Vertex Deletion},
  author = {Soh Kumabe},
  journal= {arXiv preprint arXiv:2509.16815},
  year   = {2025}
}

Comments

ISAAC 2025

R2 v1 2026-07-01T05:47:42.944Z