English

An improved FPT algorithm for Independent Feedback Vertex Set

Data Structures and Algorithms 2020-02-03 v2

Abstract

We study the Independent Feedback Vertex Set problem - a variant of the classic Feedback Vertex Set problem where, given a graph GG and an integer kk, the problem is to decide whether there exists a vertex set SV(G)S\subseteq V(G) such that GSG\setminus S is a forest and SS is an independent set of size at most kk. We present an O((1+φ2)k)O^\ast((1+\varphi^{2})^{k})-time FPT algorithm for this problem, where φ<1.619\varphi<1.619 is the golden ratio, improving the previous fastest O(4.1481k)O^\ast(4.1481^{k})-time algorithm given by Agrawal et al [IPEC 2016]. The exponential factor in our time complexity bound matches the fastest deterministic FPT algorithm for the classic Feedback Vertex Set problem. On the technical side, the main novelty is a refined measure of an input instance in a branching process, that allows for a simpler and more concise description and analysis of the algorithm.

Keywords

Cite

@article{arxiv.1803.00937,
  title  = {An improved FPT algorithm for Independent Feedback Vertex Set},
  author = {Shaohua Li and Marcin Pilipczuk},
  journal= {arXiv preprint arXiv:1803.00937},
  year   = {2020}
}
R2 v1 2026-06-23T00:39:44.274Z