A Faster Isomorphism Test for Graphs of Small Degree
Martin Grohe, Daniel Neuen, Pascal Schweitzer

TL;DR
This paper presents an improved algorithm for testing graph isomorphism in graphs with small maximum degree, significantly reducing the time complexity compared to previous methods.
Contribution
The authors develop a faster isomorphism test for graphs of small degree with a new running time of $n^{O((\log d)^{c})}$, improving upon the previous $n^{O(d/ \log d)}$.
Findings
Algorithm runs in time $n^{O((\log d)^{c})}$ for graphs of degree $d$
Significantly faster than previous $n^{O(d/ \log d)}$ algorithm
Applicable to graphs with small maximum degree
Abstract
In a recent breakthrough, Babai (STOC 2016) gave a quasipolynomial time graph isomorphism test. In this work, we give an improved isomorphism test for graphs of small degree: our algorithms runs in time , where is the number of vertices of the input graphs, is the maximum degree of the input graphs, and is an absolute constant. The best previous isomorphism test for graphs of maximum degree due to Babai, Kantor and Luks (FOCS 1983) runs in time .
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.
