LGOct 1, 2025

Hierarchy-Aware Neural Subgraph Matching with Enhanced Similarity Measure

arXiv:2510.00402v11 citationsh-index: 3Has CodeIEEE Trans Knowl Data Eng
Originality Incremental advance
AI Analysis

This work provides a more discriminative neural solution for subgraph retrieval, addressing specific bottlenecks in GNN-based matching methods.

The paper tackles the problem of subgraph matching by addressing scale differences and poor discriminative power in existing GNN-based methods, proposing NC-Iso which preserves hierarchical dependencies and uses an enhanced similarity measure, achieving validated effectiveness on nine datasets while maintaining time efficiency.

Subgraph matching is challenging as it necessitates time-consuming combinatorial searches. Recent Graph Neural Network (GNN)-based approaches address this issue by employing GNN encoders to extract graph information and hinge distance measures to ensure containment constraints in the embedding space. These methods significantly shorten the response time, making them promising solutions for subgraph retrieval. However, they suffer from scale differences between graph pairs during encoding, as they focus on feature counts but overlook the relative positions of features within node-rooted subtrees, leading to disturbed containment constraints and false predictions. Additionally, their hinge distance measures lack discriminative power for matched graph pairs, hindering ranking applications. We propose NC-Iso, a novel GNN architecture for neural subgraph matching. NC-Iso preserves the relative positions of features by building the hierarchical dependencies between adjacent echelons within node-rooted subtrees, ensuring matched graph pairs maintain consistent hierarchies while complying with containment constraints in feature counts. To enhance the ranking ability for matched pairs, we introduce a novel similarity dominance ratio-enhanced measure, which quantifies the dominance of similarity over dissimilarity between graph pairs. Empirical results on nine datasets validate the effectiveness, generalization ability, scalability, and transferability of NC-Iso while maintaining time efficiency, offering a more discriminative neural subgraph matching solution for subgraph retrieval. Code available at https://github.com/liuzhouyang/NC-Iso.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes