Maximum Common Subgraph Guided Graph Retrieval: Late and Early Interaction Networks
Indradyumna Roy, Soumen Chakrabarti, Abir De

TL;DR
This paper introduces neural network models for graph retrieval that approximate maximum common subgraph measures, balancing accuracy and speed through late and early interaction approaches.
Contribution
It proposes novel neural formulations for MCES and MCCS, including a differentiable network for MCCS size estimation, and compares late and early interaction methods.
Findings
Late interaction models are highly scalable and accurate.
Early interaction models achieve state-of-the-art accuracy.
Proposed methods outperform existing models in speed and accuracy.
Abstract
The graph retrieval problem is to search in a large corpus of graphs for ones that are most similar to a query graph. A common consideration for scoring similarity is the maximum common subgraph (MCS) between the query and corpus graphs, usually counting the number of common edges (i.e., MCES). In some applications, it is also desirable that the common subgraph be connected, i.e., the maximum common connected subgraph (MCCS). Finding exact MCES and MCCS is intractable, but may be unnecessary if ranking corpus graphs by relevance is the goal. We design fast and trainable neural functions that approximate MCES and MCCS well. Late interaction methods compute dense representations for the query and corpus graph separately, and compare these representations using simple similarity functions at the last stage, leading to highly scalable systems. Early interaction methods combine information…
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
Taxonomy
TopicsAdvanced Graph Neural Networks · Graph Theory and Algorithms · Domain Adaptation and Few-Shot Learning
