English

Neural Graph Navigation for Intelligent Subgraph Matching

Artificial Intelligence 2025-11-25 v1 Machine Learning

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 heuristic-based completeness guarantees while incorporating neural intelligence, NeuGN significantly reduces the \textit{First Match Steps} by up to 98.2\% compared to state-of-the-art methods across six real-world datasets.

Keywords

Cite

@article{arxiv.2511.17939,
  title  = {Neural Graph Navigation for Intelligent Subgraph Matching},
  author = {Yuchen Ying and Yiyang Dai and Wenda Li and Wenjie Huang and Rui Wang and Tongya Zheng and Yu Wang and Hanyang Yuan and Mingli Song},
  journal= {arXiv preprint arXiv:2511.17939},
  year   = {2025}
}

Comments

Under review at AAAI 2026

R2 v1 2026-07-01T07:50:01.080Z