Max Weight Independent Set in sparse graphs with no long claws
Tara Abrishami, Maria Chudnovsky, Cemil Dibek, Marcin Pilipczuk, Paweł Rzążewski
TL;DR
This work advances the tractability frontier for MWIS by combining a streamlined Border MWIS framework with extended strip decompositions. It delivers a faster $n^{\mathcal{O}(\Delta^2)}$-time algorithm for bounded-degree graphs excluding a fixed subdivided-claw as an induced subgraph and then extends to polynomial-time solvability for graphs excluding a fixed $H \in \mathcal{S}$ along with a fixed biclique, using tree decompositions to handle sparsity and structure. The results hinge on sophisticated decomposition techniques that reduce MWIS to manageable subproblems on particles and border instances, enabling recursive solving with carefully bounded terminal sets. The paper also proposes a conjecture to further relax conditions (e.g., combining $S_{t,t,t}$-freeness with $K_r$-freeness) while preserving polynomial-time solvability, inviting future work on the boundary between tractable and intractable MWIS instances.
Abstract
We revisit the recent polynomial-time algorithm for the MAX WEIGHT INDEPENDENT SET (MWIS) problem in bounded-degree graphs that do not contain a fixed graph whose every component is a subdivided claw as an induced subgraph [Abrishami, Dibek, Chudnovsky, Rzążewski, SODA 2022]. First, we show that with an arguably simpler approach we can obtain a faster algorithm with running time $n^{\mathcal{O}(Δ^2)}$, where $n$ is the number of vertices of the instance and $Δ$ is the maximum degree. Then we combine our technique with known results concerning tree decompositions and provide a polynomial-time algorithm for MWIS in graphs excluding a fixed graph whose every component is a subdivided claw as an induced subgraph, and a fixed biclique as a subgraph.
