Tight Bounds for Chordal/Interval Vertex Deletion Parameterized by Treewidth
Michal Wlodarczyk
TL;DR
This work analyzes chordal and interval vertex deletion under the treewidth parameter. It introduces a novel matroid-based connection between chordality and graphic matroids, enabling representative-family techniques to drive a single-exponential parameterized algorithm for Chordal Vertex Deletion with running time $2^{O(\mathrm{tw})}\cdot n$ and base $c=2^{\omega-1}\cdot 3 + 1$, while establishing an ETH-based lower bound that Interval Vertex Deletion cannot be improved to $2^{o(\mathrm{tw}\log \mathrm{tw})}\cdot n$. The interval deletion lower bound is proved via a reduction from $k\times k$ Permutation Clique, using permutation and choice gadgets to encode the problem within interval graphs and treedepth bounds. The paper thus achieves a sharp separation between the two problems under tw, improving the ChVD frontier and tightly bounding Interval Vertex Deletion, and it introduces a matroid-representative-families framework that may extend to other connectivity/deletion problems on bounded-treewidth graphs.
Abstract
In Chordal/Interval Vertex Deletion we ask how many vertices one needs to remove from a graph to make it chordal (respectively: interval). We study these problems under the parameterization by treewidth $tw$ of the input graph $G$. On the one hand, we present an algorithm for Chordal Vertex Deletion with running time $2^{O(tw)} \cdot |V(G)|$, improving upon the running time $2^{O(tw^2)} \cdot |V(G)|^{O(1)}$ by Jansen, de Kroon, and Wlodarczyk (STOC'21). When a tree decomposition of width $tw$ is given, then the base of the exponent equals $2^{ω-1}\cdot 3 + 1$. Our algorithm is based on a novel link between chordal graphs and graphic matroids, which allows us to employ the framework of representative families. On the other hand, we prove that the known $2^{O(tw \log tw)} \cdot |V(G)|$-time algorithm for Interval Vertex Deletion cannot be improved assuming Exponential Time Hypothesis.
