Combinatorial Learning of Graph Edit Distance via Dynamic Embedding
Runzhong Wang, Tianqi Zhang, Tianshu Yu, Junchi Yan, Xiaokang Yang

TL;DR
This paper introduces a hybrid deep learning approach that enhances graph edit distance computation by integrating dynamic embeddings with traditional search methods, significantly improving efficiency while maintaining accuracy.
Contribution
It presents the first deep learning-based method for recovering graph edit paths, combining interpretability and efficiency through dynamic programming-inspired embeddings.
Findings
Reduces computational burden of GED calculation
Maintains high accuracy in graph similarity measurement
Significantly speeds up A* search process
Abstract
Graph Edit Distance (GED) is a popular similarity measurement for pairwise graphs and it also refers to the recovery of the edit path from the source graph to the target graph. Traditional A* algorithm suffers scalability issues due to its exhaustive nature, whose search heuristics heavily rely on human prior knowledge. This paper presents a hybrid approach by combing the interpretability of traditional search-based techniques for producing the edit path, as well as the efficiency and adaptivity of deep embedding models to achieve a cost-effective GED solver. Inspired by dynamic programming, node-level embedding is designated in a dynamic reuse fashion and suboptimal branches are encouraged to be pruned. To this end, our method can be readily integrated into A* procedure in a dynamic fashion, as well as significantly reduce the computational burden with a learned heuristic. Experimental…
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 · Advanced Graph Neural Networks · Data Management and Algorithms
MethodsInterpretability
