paper-with-me

Papers

Combinatorial Learning of Graph Edit Distance via Dynamic Embedding

2020-11-30 · CVPR 2021 1 · Runzhong Wang, Tianqi Zhang, Tianshu Yu, Junchi Yan, Xiaokang Yang

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 results on different graph datasets show that our approach can remarkably ease the search process of A* without sacrificing much accuracy. To our best knowledge, this work is also the first deep learning-based GED method for recovering the edit path.

📄 PDF Abstract BibTeX arXiv:2011.15039

Code (1)

Thinklab-SJTU/ThinkMatch 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Interpretability 설명 없음

Similar Papers 제목 키워드 기반

Distance Measures for Geometric Graphs

2022-09-26 · Sushovan Majhi, Carola Wenk

A geometric graph is a combinatorial graph, endowed with a geometry that is inherited from its embedding in a Euclidean space. Formulation of a meaningful measure of (dis-)similarity in both the combinatorial and geometr…

MATA*: Combining Learnable Node Matching with A* Algorithm for Approximate Graph Edit Distance Computation

2023-11-04 · Junfeng Liu, Min Zhou, Shuai Ma, Lujia Pan

Graph Edit Distance (GED) is a general and domain-agnostic metric to measure graph similarity, widely used in graph search or retrieving tasks. However, the exact GED computation is known to be NP-complete. For instance,…

Graph Similarity

TrQuery: An Embedding-based Framework for Recommanding SPARQL Queries

2018-06-16 · Lijing Zhang, Xiaowang Zhang, Zhiyong Feng

In this paper, we present an embedding-based framework (TrQuery) for recommending solutions of a SPARQL query, including approximate solutions when exact querying solutions are not available due to incompleteness or inco…

Graph Matching

Graph Edit Distance Learning via Different Attention

2023-08-26 · Jiaxi Lv, Liang Zhang, Yi Huang, Jiancheng Huang 외

Recently, more and more research has focused on using Graph Neural Networks (GNN) to solve the Graph Similarity Computation problem (GSC), i.e., computing the Graph Edit Distance (GED) between two graphs. These methods t…

Graph Similarity

Paradigm Clustering with Weighted Edit Distance

2021-08-01 · ACL (SIGMORPHON) 2021 8 · Andrew Gerlach, Adam Wiemerslage, Katharina Kann

This paper describes our system for the SIGMORPHON 2021 Shared Task on Unsupervised Morphological Paradigm Clustering, which asks participants to group inflected forms together according their underlying lemma without th…

ClusteringLEMMAWord Embeddings