TL;DR
This paper introduces a multi-level graph matching network (MGMN) that effectively captures cross-level and global interactions for deep graph similarity learning, outperforming existing methods on new benchmark datasets.
Contribution
The paper proposes a novel MGMN framework that models both cross-level node-graph interactions and global graph interactions for improved similarity learning.
Findings
MGMN outperforms state-of-the-art models on classification tasks.
MGMN demonstrates robustness with increasing graph sizes.
New datasets were created for comprehensive evaluation.
Abstract
While the celebrated graph neural networks yield effective representations for individual nodes of a graph, there has been relatively less success in extending to the task of graph similarity learning. Recent work on graph similarity learning has considered either global-level graph-graph interactions or low-level node-node interactions, however ignoring the rich cross-level interactions (e.g., between each node of one graph and the other whole graph). In this paper, we propose a multi-level graph matching network (MGMN) framework for computing the graph similarity between any pair of graph-structured objects in an end-to-end fashion. In particular, the proposed MGMN consists of a node-graph matching network for effectively learning cross-level interactions between each node of one graph and the other whole graph, and a siamese graph neural network to learn global-level interactions…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsGraph Neural Network
