New Techniques for Graph Edit Distance Computation
David B. Blumenthal

TL;DR
This paper introduces new theoretical insights, algorithms, heuristics, and a software library for more efficient and accurate computation of the graph edit distance, a key measure for graph similarity.
Contribution
It presents novel algorithms, heuristics, and a C++ library for computing GED, along with theoretical analysis and reductions to related problems.
Findings
New solver reduces LSAPE to LSAP efficiently.
Improved algorithms for exact GED computation.
Eight new heuristics for approximate GED.
Abstract
Due to their capacity to encode rich structural information, labeled graphs are often used for modeling various kinds of objects such as images, molecules, and chemical compounds. If pattern recognition problems such as clustering and classification are to be solved on these domains, a (dis-)similarity measure for labeled graphs has to be defined. A widely used measure is the graph edit distance (GED), which, intuitively, is defined as the minimum amount of distortion that has to be applied to a source graph in order to transform it into a target graph. The main advantage of GED is its flexibility and sensitivity to small differences between the input graphs. Its main drawback is that it is hard to compute. In this thesis, new results and techniques for several aspects of computing GED are presented. Firstly, theoretical aspects are discussed: competing definitions of GED are…
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
TopicsGraph Theory and Algorithms · Advanced Graph Neural Networks · Complexity and Algorithms in Graphs
