Graph Similarity Computation via Interpretable Neural Node Alignment
Jingjing Wang, Hongjie Zhu, Haoran Xie, Fu Lee Wang, Xiaoliang Xu, and, Yuxiang Wang

TL;DR
This paper introduces an interpretable neural model for graph similarity that achieves more accurate node alignment without ground truth, outperforming existing methods in real-world datasets.
Contribution
It proposes a novel neural node alignment approach using a Gumbel-Sinkhorn module, relaxing classical GED computation to enable unsupervised, one-to-one node alignment.
Findings
Outperforms state-of-the-art in graph similarity and retrieval tasks
Achieves up to 16% reduction in Mean Squared Error
Improves retrieval metrics by up to 12%
Abstract
\Graph similarity computation is an essential task in many real-world graph-related applications such as retrieving the similar drugs given a query chemical compound or finding the user's potential friends from the social network database. Graph Edit Distance (GED) and Maximum Common Subgraphs (MCS) are the two commonly used domain-agnostic metrics to evaluate graph similarity in practice. Unfortunately, computing the exact GED is known to be a NP-hard problem. To solve this limitation, neural network based models have been proposed to approximate the calculations of GED/MCS. However, deep learning models are well-known ``black boxes'', thus the typically characteristic one-to-one node/subgraph alignment process in the classical computations of GED and MCS cannot be seen. Existing methods have paid attention to approximating the node/subgraph alignment (soft alignment), but the…
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
