LGAIMar 11, 2025

HeGMN: Heterogeneous Graph Matching Network for Learning Graph Similarity

arXiv:2503.08739v1h-index: 1Has Code
Originality Incremental advance
AI Analysis

This addresses a gap in graph similarity learning for heterogeneous graphs, which is important for applications in computer vision and pattern recognition, though it is incremental as it builds on existing graph matching frameworks.

The paper tackles the problem of graph similarity learning for heterogeneous graphs, which previous methods assumed were homogeneous, by proposing HeGMN, a two-tier matching network that achieves advanced performance on graph similarity prediction across all datasets.

Graph similarity learning (GSL), also referred to as graph matching in many scenarios, is a fundamental problem in computer vision, pattern recognition, and graph learning. However, previous GSL methods assume that graphs are homogeneous and struggle to maintain their performance on heterogeneous graphs. To address this problem, this paper proposes a Heterogeneous Graph Matching Network (HeGMN), which is an end-to-end graph similarity learning framework composed of a two-tier matching mechanism. Firstly, a heterogeneous graph isomorphism network is proposed as the encoder, which reinvents graph isomorphism network for heterogeneous graphs by perceiving different semantic relationships during aggregation. Secondly, a graph-level and node-level matching modules are designed, both employing type-aligned matching principles. The former conducts graph-level matching by node type alignment, and the latter computes the interactions between the cross-graph nodes with the same type thus reducing noise interference and computational overhead. Finally, the graph-level and node-level matching features are combined and fed into fully connected layers for predicting graph similarity scores. In experiments, we propose a heterogeneous graph resampling method to construct heterogeneous graph pairs and define the corresponding heterogeneous graph edit distance, filling the gap in missing datasets. Extensive experiments demonstrate that HeGMN consistently achieves advanced performance on graph similarity prediction across all datasets.

Code Implementations1 repo
Foundations

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

Your Notes