Finding Graph Isomorphisms in Heated Spaces in Almost No Time
Sara Najem, Amer E. Mouawad
TL;DR
The graph isomorphism problem asks whether two graphs are identical up to relabeling, a task with known quasipolynomial-time algorithms but no general polynomial-time solution. The authors propose a curvature-based approach that extracts discrete curvature from the short-time heat-kernel expansion $K(t)=e^{-tL}$ of the graph Laplacian $L=D-A$, using these features to build candidate vertex correspondences and verify them to ensure one-sided correctness. Empirically, the method resolves a wide range of graph families, including highly symmetric cases, by combining spectral data with geometric augmentation (edge subdivisions and symmetry-breaking vertex attachments). While not a proof of polynomial-time GI, the results demonstrate that enriched spectral geometry can capture subtle structural distinctions invisible to eigenvalues alone and suggest a new research direction with practical implications and potential extensions to broader algorithmic problems.
Abstract
Determining whether two graphs are structurally identical is a fundamental problem with applications spanning mathematics, computer science, chemistry, and network science. Despite decades of study, graph isomorphism remains a challenging algorithmic task, particularly for highly symmetric structures. Here we introduce a new algorithmic approach based on ideas from spectral graph theory and geometry that constructs candidate correspondences between vertices using their curvatures. Any correspondence produced by the algorithm is explicitly verified, ensuring that non-isomorphic graphs are never incorrectly identified as isomorphic. Although the method does not yet guarantee success on all isomorphic inputs, we find that it correctly resolves every instance tested in deterministic polynomial time, including a broad collection of graphs known to be difficult for classical spectral techniques. These results demonstrate that enriched spectral methods can be far more powerful than previously understood, and suggest a promising direction for the practical resolution of the complexity of the graph isomorphism problem.
