paper-with-me

Papers

Neural Graph Navigation for Intelligent Subgraph Matching

2025-11-22 · Yuchen Ying, Yiyang Dai, Wenda Li, Wenjie Huang, Rui Wang, Tongya Zheng, Yu Wang, Hanyang Yuan, Mingli Song arxiv

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.

📄 PDF Abstract BibTeX arXiv:2511.17939

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Neural Subgraph Matching

2020-07-06 · Rex, Ying, Zhaoyu Lou, Jiaxuan You 외

Subgraph matching is the problem of determining the presence and location(s) of a given query graph in a large target graph. Despite being an NP-complete problem, the subgraph matching problem is crucial in domains rangi…

UniGoal: Towards Universal Zero-shot Goal-oriented Navigation

2025-03-13 · CVPR 2025 1 · Hang Yin, Xiuwei Xu, Lingqing Zhao, Ziwei Wang 외

In this paper, we propose a general framework for universal zero-shot goal-oriented navigation. Existing zero-shot methods build inference framework upon large language models (LLM) for specific tasks, which differs a lo…

Graph Matching

Uncertainty-aware Efficient Subgraph Isomorphism using Graph Topology

2022-09-15 · Arpan Kusari, Wenbo Sun

Subgraph isomorphism or subgraph matching is generally considered as an NP-complete problem, made more complex in practical applications where the edge weights take real values and are subject to measurement noise and po…

Computational Efficiency

Subgraph Matching Kernels for Attributed Graphs

2012-06-27 · Nils Kriege, Petra Mutzel

We propose graph kernels based on subgraph matchings, i.e. structure-preserving bijections between subgraphs. While recently proposed kernels based on common subgraphs (Wale et al., 2008; Shervashidze et al., 2009) in ge…

General Classification

A Weighted Common Subgraph Matching Algorithm

2014-11-04 · Xu Yang, Hong Qiao, Zhi-Yong Liu

We propose a weighted common subgraph (WCS) matching algorithm to find the most similar subgraphs in two labeled weighted graphs. WCS matching, as a natural generalization of the equal-sized graph matching or subgraph ma…

Combinatorial OptimizationGraph Matching