Efficient Graph Edit Distance Computation and Verification via Anchor-aware Lower Bound Estimation
Lijun Chang, Xing Feng, Xuemin Lin, Lu Qin, Wenjie Zhang

TL;DR
This paper introduces an efficient framework for graph edit distance computation and verification, utilizing anchor-aware lower bounds to significantly reduce search space and outperform existing methods by over four orders of magnitude.
Contribution
The paper presents a unified framework with anchor-aware lower bounds for faster GED computation and verification, and compares search strategies to optimize performance.
Findings
AStar+ outperforms DFS+ in search efficiency.
The proposed AStar+-BMa method surpasses state-of-the-art by over four orders of magnitude.
Anchor-aware lower bounds significantly reduce search space.
Abstract
Graph edit distance (GED) is an important similarity measure adopted in a similarity-based analysis between two graphs, and computing GED is a primitive operator in graph database analysis. Partially due to the NP-hardness, the existing techniques for computing GED are only able to process very small graphs with less than 30 vertices. Motivated by this, in this paper we systematically study the problems of both GED computation, and GED verification (i.e., verify whether the GED between two graphs is no larger than a user-given threshold). Firstly, we develop a unified framework that can be instantiated into either a best-first search approach AStar+ or a depth-first search approach DFS+. Secondly, we design anchor-aware lower bound estimation techniques to compute tighter lower bounds for intermediate search states, which significantly reduce the search spaces of both AStar+ and DFS+.…
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.
