Neural Graph Navigation for Intelligent Subgraph Matching
Yuchen Ying, Yiyang Dai, Wenda Li, Wenjie Huang, Rui Wang, Tongya Zheng, Yu Wang, Hanyang Yuan, Mingli Song

TL;DR
This paper introduces Neural Graph Navigation (NeuGN), a neuro-heuristic framework that significantly improves subgraph matching efficiency by guiding the enumeration process with neural mechanisms, reducing search steps drastically.
Contribution
NeuGN is the first framework to integrate neural-guided search into subgraph matching, maintaining completeness guarantees while greatly enhancing efficiency.
Findings
NeuGN reduces First Match Steps by up to 98.2%
Achieves significant efficiency improvements across six datasets
Maintains heuristic-based completeness guarantees
Abstract
Subgraph matching, a cornerstone of relational pattern detection in domains ranging from biochemical systems to social network analysis, faces significant computational challenges due to the dramatically growing search space. Existing methods address this problem within a filtering-ordering-enumeration framework, in which the enumeration stage recursively matches the query graph against the candidate subgraphs of the data graph. However, the lack of awareness of subgraph structural patterns leads to a costly brute-force enumeration, thereby critically motivating the need for intelligent navigation in subgraph matching. To address this challenge, we propose Neural Graph Navigation (NeuGN), a neuro-heuristic framework that transforms brute-force enumeration into neural-guided search by integrating neural navigation mechanisms into the core enumeration process. By preserving…
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
TopicsGraph Theory and Algorithms · Advanced Graph Neural Networks · Data Quality and Management
