An improved FPT algorithm for Independent Feedback Vertex Set
Shaohua Li, Marcin Pilipczuk

TL;DR
This paper introduces an improved fixed-parameter tractable (FPT) algorithm for the Independent Feedback Vertex Set problem, significantly reducing the exponential time complexity compared to previous algorithms.
Contribution
The paper presents a new FPT algorithm with a faster exponential time bound for the Independent Feedback Vertex Set problem, using a refined measure in the branching process.
Findings
Achieved an $O^*((1+{ ext{golden ratio}^2})^{k})$-time algorithm
Improved the exponential factor from 4.1481 to approximately 1.619^k
Simplified analysis through a refined measure in the branching process
Abstract
We study the Independent Feedback Vertex Set problem - a variant of the classic Feedback Vertex Set problem where, given a graph and an integer , the problem is to decide whether there exists a vertex set such that is a forest and is an independent set of size at most . We present an -time FPT algorithm for this problem, where is the golden ratio, improving the previous fastest -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.
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
TopicsAlgorithms and Data Compression · Complexity and Algorithms in Graphs · semigroups and automata theory
