TL;DR
IsoNet++ introduces an iterative early interaction GNN for subgraph matching that refines node alignments over multiple rounds, significantly improving graph retrieval accuracy in applications like scene graphs and molecular detection.
Contribution
The paper proposes IsoNet++, a novel early interaction GNN with iterative alignment refinement and node-pair partner interactions, advancing subgraph matching performance.
Findings
Progressively refined alignments improve retrieval accuracy.
All three innovations contribute to enhanced performance.
Outperforms existing subgraph matching methods on multiple datasets.
Abstract
Graph retrieval based on subgraph isomorphism has several real-world applications such as scene graph retrieval, molecular fingerprint detection and circuit design. Roy et al. [35] proposed IsoNet, a late interaction model for subgraph matching, which first computes the node and edge embeddings of each graph independently of paired graph and then computes a trainable alignment map. Here, we present IsoNet++, an early interaction graph neural network (GNN), based on several technical innovations. First, we compute embeddings of all nodes by passing messages within and across the two input graphs, guided by an injective alignment between their nodes. Second, we update this alignment in a lazy fashion over multiple rounds. Within each round, we run a layerwise GNN from scratch, based on the current state of the alignment. After the completion of one round of GNN, we use the last-layer…
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
