General Graph Identification By Hashing
Tom Portegys

TL;DR
This paper introduces a hashing-based method for graph identification that enables rapid equality checks and aids in graph isomorphism testing, applicable to both labeled and unlabeled graphs.
Contribution
It proposes a novel approach using MD5 hashing of vertex neighborhoods for efficient graph identification and isomorphism testing.
Findings
Enables fast graph equality comparisons
Supports labeled and unlabeled graphs
Facilitates graph isomorphism testing
Abstract
A method for identifying graphs using MD5 hashing is presented. This allows fast graph equality comparisons and can also be used to facilitate graph isomorphism testing. The graphs can be labeled or unlabeled. The method identifies vertices by hashing the graph configuration in their neighborhoods. With each vertex hashed, the entire graph can be identified by hashing the vertex hashes.
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
TopicsGraph Theory and Algorithms · Interconnection Networks and Systems · Advanced Graph Neural Networks
