On Graph Isomorphism Problem
Wenxue Du

TL;DR
This paper introduces a deterministic algorithm for the Graph Isomorphism problem that leverages geometric and combinatorial properties of graph automorphisms, achieving a runtime of n^{O(log n)}.
Contribution
The paper presents a novel deterministic algorithm for GI that combines geometric subspace analysis with combinatorial partitioning techniques.
Findings
Algorithm solves GI in n^{O(log n)} time.
Uses geometric features of automorphism groups.
Employs partition refinement based on subspace decompositions.
Abstract
Let and be two simple graphs. A bijection is called an isomorphism between and if , . In the case that , we say an automorphism of and denote the group consisting of all automorphisms of by . As well-known, the problem of determining whether or not two given graphs are isomorphic is called Graph Isomorphism Problem (GI). One of key steps in resolving GI is to work out the partition of composed of orbits of . By means of geometric features of and combinatorial constructions such as the multipartite graph , we can reduce the problem of determining to that of working out a series of partitions of each of which consists of…
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
TopicsFinite Group Theory Research · graph theory and CDMA systems · Graph theory and applications
