Charting the Design Space of Neural Graph Representations for Subgraph Matching

📅 2025-10-26
📈 Citations: 0
Influential: 0
📄 PDF

career value

218K/year
🤖 AI Summary
Subgraph matching is critical for applications such as knowledge graph question answering and molecular design, yet existing neural approaches only explore fragmented regions of the graph matching network design space. This paper presents the first systematic exploration of this unified design space, identifying three core architectural axes: inter-graph interaction mechanisms (attention vs. soft permutation), node/edge alignment strategies, and scoring network architectures. Based on these, we propose a composable and scalable neural graph matching framework and uncover synergistic gains arising from cross-dimensional design choices. Empirical evaluation across multiple subgraph matching benchmarks shows that our optimal configuration significantly outperforms state-of-the-art methods. Furthermore, we distill generalizable design principles—yielding transferable architectural insights and practical guidelines for neural graph matching. (136 words)

Technology Category

Application Category

📝 Abstract
Subgraph matching is vital in knowledge graph (KG) question answering, molecule design, scene graph, code and circuit search, etc. Neural methods have shown promising results for subgraph matching. Our study of recent systems suggests refactoring them into a unified design space for graph matching networks. Existing methods occupy only a few isolated patches in this space, which remains largely uncharted. We undertake the first comprehensive exploration of this space, featuring such axes as attention-based vs. soft permutation-based interaction between query and corpus graphs, aligning nodes vs. edges, and the form of the final scoring network that integrates neural representations of the graphs. Our extensive experiments reveal that judicious and hitherto-unexplored combinations of choices in this space lead to large performance benefits. Beyond better performance, our study uncovers valuable insights and establishes general design principles for neural graph representation and interaction, which may be of wider interest.
Problem

Research questions and friction points this paper is trying to address.

Exploring neural graph representations for subgraph matching tasks
Unifying design space for graph matching networks across applications
Identifying optimal combinations of neural representation and interaction methods
Innovation

Methods, ideas, or system contributions that make the work stand out.

Unified design space exploration for graph matching
Attention-based and soft permutation-based graph interaction
Novel scoring network integrating neural graph representations
🔎 Similar Papers
2023-09-27Proceedings of the VLDB EndowmentCitations: 21