Computing Approximate Graph Edit Distance via Optimal Transport
Qihao Cheng, Da Yan, Tianhao Wu, Zhongyi Huang, Qin Zhang

TL;DR
This paper introduces a novel ensemble approach combining supervised and unsupervised optimal transport-based methods to approximate graph edit distance more accurately and efficiently, outperforming existing techniques.
Contribution
It proposes a new ensemble framework integrating inverse optimal transport and Gromov-Wasserstein discrepancy for improved GED approximation.
Findings
Significantly better GED approximation accuracy.
Effective in generating edit paths.
High model generalizability across graph types.
Abstract
Given a graph pair , graph edit distance (GED) is defined as the minimum number of edit operations converting to . GED is a fundamental operation widely used in many applications, but its exact computation is NP-hard, so the approximation of GED has gained a lot of attention. Data-driven learning-based methods have been found to provide superior results compared to classical approximate algorithms, but they directly fit the coupling relationship between a pair of vertices from their vertex features. We argue that while pairwise vertex features can capture the coupling cost (discrepancy) of a pair of vertices, the vertex coupling matrix should be derived from the vertex-pair cost matrix through a more well-established method that is aware of the global context of the graph pair, such as optimal transport. In this paper, we propose an ensemble approach that…
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
TopicsGraph Theory and Algorithms · DNA and Biological Computing · Caching and Content Delivery
MethodsAttentive Walk-Aggregating Graph Neural Network
