RSVP: Beyond Weisfeiler Lehman Graph Isomorphism Test
Sourav Dutta, Arnab Bhattacharya

TL;DR
RSVP is a new polynomial-time heuristic for graph isomorphism testing that surpasses Weisfeiler-Lehman in discriminative power for challenging graph classes, addressing limitations of existing methods.
Contribution
Introduction of RSVP, a novel graph isomorphism heuristic with enhanced discrimination over WL, capable of identifying non-isomorphic graphs in complex classes.
Findings
RSVP outperforms WL on strongly regular and Steiner triple system graphs.
RSVP has a runtime complexity of O(m^2+mn^2+n^3).
RSVP can identify non-isomorphism in several challenging graph classes.
Abstract
Graph isomorphism, a classical algorithmic problem, determines whether two input graphs are structurally identical or not. Interestingly, it is one of the few problems that is not yet known to belong to either the P or NP-complete complexity classes. As such, intelligent search-space pruning based strategies were proposed for developing isomorphism testing solvers like nauty and bliss, which are still, unfortunately, exponential in the worst-case scenario. Thus, the polynomial-time Weisfeiler-Lehman (WL) isomorphism testing heuristic, based on colour refinement, has been widely adopted in the literature. However, WL fails for multiple classes of non-isomorphic graph instances such as strongly regular graphs, block structures, and switched edges, among others. In this paper, we propose a novel polynomial-time graph isomorphism testing heuristic, RSVP, and depict its enhanced…
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
TopicsDiverse Scientific and Economic Studies
