LGAIMLJul 8, 2020

Multilevel Graph Matching Networks for Deep Graph Similarity Learning

arXiv:2007.04395v492 citations
AI Analysis

This addresses the problem of graph similarity learning for researchers and practitioners in machine learning, offering an incremental improvement by combining node-graph and global-level interactions.

The paper tackles graph similarity learning by proposing a multi-level graph matching network (MGMN) that incorporates cross-level interactions between nodes and graphs, and it demonstrates that MGMN consistently outperforms state-of-the-art models on classification and regression tasks with stronger robustness as graph sizes increase.

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 between two input graphs. Furthermore, to compensate for the lack of standard benchmark datasets, we have created and collected a set of datasets for both the graph-graph classification and graph-graph regression tasks with different sizes in order to evaluate the effectiveness and robustness of our models. Comprehensive experiments demonstrate that MGMN consistently outperforms state-of-the-art baseline models on both the graph-graph classification and graph-graph regression tasks. Compared with previous work, MGMN also exhibits stronger robustness as the sizes of the two input graphs increase.

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