Smoothed analysis for graph isomorphism
Michael Anastos, Matthew Kwan, Benjamin Moore

TL;DR
This paper advances the understanding of graph isomorphism testing by analyzing the effectiveness of simple combinatorial algorithms under random perturbations and in various probabilistic regimes, improving theoretical bounds and practical implications.
Contribution
It extends Babai-Erdős-Selkow's theorem to perturbed graphs and demonstrates polynomial-time canonical labelling for a wide range of random graphs, including sparse cases.
Findings
Naive refinement becomes effective after tiny random perturbations.
O(n) random edge modifications suffice for effective refinement.
Random graphs G(n,p) can typically be canonically labelled in polynomial time.
Abstract
There is no known polynomial-time algorithm for graph isomorphism testing, but elementary combinatorial "refinement" algorithms seem to be very efficient in practice. Some philosophical justification is provided by a classical theorem of Babai, Erd\H{o}s and Selkow: an extremely simple polynomial-time combinatorial algorithm (variously known as "na\"ive refinement", "na\"ive vertex classification", "colour refinement" or the "1-dimensional Weisfeiler-Leman algorithm") yields a so-called canonical labelling scheme for "almost all graphs". More precisely, for a typical outcome of a random graph , this simple combinatorial algorithm assigns labels to vertices in a way that easily permits isomorphism-testing against any other graph. We improve the Babai-Erd\H{o}s-Selkow theorem in two directions. First, we consider randomly perturbed graphs, in accordance with the smoothed…
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
TopicsTopological and Geometric Data Analysis · Computational Geometry and Mesh Generation
