Isomorphism Testing for Graphs Excluding Small Topological Subgraphs
Daniel Neuen
TL;DR
The paper resolves Graph Isomorphism for graphs excluding a fixed $h$-vertex topological subgraph by combining a Weisfeiler-Leman–driven initial-set extraction with a $t$-CR refinement framework and powerful group-theoretic tools. The core innovation is a 3-WL based construction of an isomorphism-invariant initial set $X$ whose $t$-closure $D$ yields a decomposition into $t$-CR-bounded parts, enabling polylogarithmic-in-$h$ isomorphism testing on the parts and efficient assembly of global isomorphisms. The approach unifies and extends prior polylogarithmic-exponent GI results for graphs of bounded degree and Hadwiger-number, while also revealing a refined structure of the automorphism groups in these sparse classes through tree decompositions with bounded adhesion. This work advances the practical and theoretical understanding of GI on sparse graph classes and opens avenues for extending these techniques to moderately dense graph families.
Abstract
We give an isomorphism test that runs in time $n^{\operatorname{polylog}(h)}$ on all $n$-vertex graphs excluding some $h$-vertex vertex graph as a topological subgraph. Previous results state that isomorphism for such graphs can be tested in time $n^{\operatorname{polylog}(n)}$ (Babai, STOC 2016) and $n^{f(h)}$ for some function $f$ (Grohe and Marx, SIAM J. Comp., 2015). Our result also unifies and extends previous isomorphism tests for graphs of maximum degree $d$ running in time $n^{\operatorname{polylog}(d)}$ (SIAM J. Comp., 2023) and for graphs of Hadwiger number $h$ running in time $n^{\operatorname{polylog}(h)}$ (SIAM J. Comp., 2023).
