Graph Isomorphism, Color Refinement, and Compactness
V. Arvind, Johannes K\"obler, Gaurav Rattan, and Oleg Verbitsky

TL;DR
This paper investigates the properties of graphs related to color refinement and compactness, establishing recognition algorithms for amenable graphs and exploring the complexity of recognizing various graph classes.
Contribution
It proves that amenable graphs are recognizable efficiently, shows they are all compact, and establishes P-hardness for recognizing related graph classes.
Findings
Amenable graphs are recognizable in O((n + m)logn) time.
All amenable graphs are compact.
Recognizing these graph classes is P-hard.
Abstract
Color refinement is a classical technique used to show that two given graphs G and H are non-isomorphic; it is very efficient, although it does not succeed on all graphs. We call a graph G amenable to color refinement if it succeeds in distinguishing G from any non-isomorphic graph H. Tinhofer (1991) explored a linear programming approach to Graph Isomorphism and defined compact graphs: A graph is compact if its fractional automorphisms polytope is integral. Tinhofer noted that isomorphism testing for compact graphs can be done quite efficiently by linear programming. However, the problem of characterizing and recognizing compact graphs in polynomial time remains an open question. Our results are summarized below: - We show that amenable graphs are recognizable in time O((n + m)logn), where n and m denote the number of vertices and the number of edges in the input graph. - We show…
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
TopicsAdvanced Graph Theory Research · Graph Labeling and Dimension Problems
