Flexible Graph Similarity Computation With A Proactive Optimization Strategy
By: Zhouyang Liu , Ning Liu , Yixin Chen and more
Potential Business Impact:
Helps computers compare pictures faster and better.
Graph Edit Distance (GED) offers a principled and flexible measure of graph similarity, as it quantifies the minimum cost needed to transform one graph into another with customizable edit operation costs. Despite recent learning-based efforts to approximate GED via vector space representations, existing methods struggle with adapting to varying operation costs. Furthermore, they suffer from inefficient, reactive mapping refinements due to reliance on isolated node-level distance as guidance. To address these issues, we propose GEN, a novel learning-based approach for flexible GED approximation. GEN addresses the varying costs adaptation by integrating operation costs prior to match establishment, enabling mappings to dynamically adapt to cost variations. Furthermore, GEN introduces a proactive guidance optimization strategy that captures graph-level dependencies between matches, allowing informed matching decisions in a single step without costly iterative refinements. Extensive evaluations on real-world and synthetic datasets demonstrate that GEN achieves up to 37.8% reduction in GED approximation error and 72.7% reduction in inference time compared with state-of-the-art methods, while consistently maintaining robustness under diverse cost settings and graph sizes.
Similar Papers
GEDAN: Learning the Edit Costs for Graph Edit Distance
Machine Learning (CS)
Helps computers understand how things are connected.
Accelerating Graph Similarity Search through Integer Linear Programming
Databases
Finds similar computer networks faster.
GRAIL: Graph Edit Distance and Node Alignment Using LLM-Generated Code
Machine Learning (CS)
Lets computers find how alike things are.