Detection of large exact subgraph isomorphisms with a topology-only graphlet index built using deterministic walks
Patrick Wang, Henry Ye, Wayne Hayes

TL;DR
This paper presents BLANT, a novel topology-only local graph matching algorithm that uses a deterministic index of graphlets to identify highly similar local network regions, outperforming existing methods in size and diversity.
Contribution
BLANT introduces a deterministic indexing method for topology-only local graph matching, enabling the discovery of large, high-quality local alignments without relying on node attributes.
Findings
BLANT finds local alignments of up to 150 node-pairs with high topological similarity.
Alignments discovered by BLANT are three times larger than those of the baseline.
BLANT's alignments differ more from global alignments, offering complementary insights.
Abstract
We introduce the first algorithm to perform topology-only local graph matching (a.k.a. local network alignment or subgraph isomorphism): BLANT, for Basic Local Alignment of Network Topology. BLANT first creates a limited, high-specificity index of a single graph containing connected k-node induced subgraphs called k-graphlets, for k=6-15. The index is constructed in a deterministic way such that, if significant common network topology exists between two networks, their indexes are likely to overlap. This is the key insight which allows BLANT to discover alignments using only topological information. To align two networks, BLANT queries their respective indexes to form large, high quality local alignments. BLANT is able to discover highly topologically similar alignments (S3 >= 0.95) of up to 150 node-pairs for which up to 50% of node pairs differ from their "assigned" global…
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 Neural Networks · Complex Network Analysis Techniques · Graph Theory and Algorithms
