SEGMN: A Structure-Enhanced Graph Matching Network for Graph Similarity Learning
Wenjun Wang, Jiacheng Lu, Kejia Chen, Zheng Liu, Shilong Sang

TL;DR
SEGMN introduces a novel graph neural network that enhances node embeddings with structural information and employs a structure perception module for improved graph similarity measurement, outperforming existing methods.
Contribution
The paper proposes SEGMN, a structure-enhanced graph matching network that incorporates edge information into node embeddings and uses a structure perception module for better cross-graph matching.
Findings
Outperforms state-of-the-art GSC methods on benchmark datasets.
Structure perception matching module improves baseline performance by up to 25%.
Achieves better accuracy in GED regression tasks.
Abstract
Graph similarity computation (GSC) aims to quantify the similarity score between two graphs. Although recent GSC methods based on graph neural networks (GNNs) take advantage of intra-graph structures in message passing, few of them fully utilize the structures presented by edges to boost the representation of their connected nodes. Moreover, previous cross-graph node embedding matching lacks the perception of the overall structure of the graph pair, due to the fact that the node representations from GNNs are confined to the intra-graph structure, causing the unreasonable similarity score. Intuitively, the cross-graph structure represented in the assignment graph is helpful to rectify the inappropriate matching. Therefore, we propose a structure-enhanced graph matching network (SEGMN). Equipped with a dual embedding learning module and a structure perception matching module, SEGMN…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Semantic Web and Ontologies · Graph Theory and Algorithms
