paper-with-me

Papers

Graph Edit Distance Learning via Different Attention

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

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 treat GSC as an end-to-end learnable task, and the core of their architecture is the feature fusion modules to interact with the features of two graphs. Existing methods consider that graph-level embedding is difficult to capture the differences in local small structures between two graphs, and thus perform fine-grained feature fusion on node-level embedding can improve the accuracy, but leads to greater time and memory consumption in the training and inference phases. However, this paper proposes a novel graph-level fusion module Different Attention (DiffAtt), and demonstrates that graph-level fusion embeddings can substantially outperform these complex node-level fusion embeddings. We posit that the relative difference structure of the two graphs plays an important role in calculating their GED values. To this end, DiffAtt uses the difference between two graph-level embeddings as an attentional mechanism to capture the graph structural difference of the two graphs. Based on DiffAtt, a new GSC method, named Graph Edit Distance Learning via Different Attention (REDRAFT), is proposed, and experimental results demonstrate that REDRAFT achieves state-of-the-art performance in 23 out of 25 metrics in five benchmark datasets. Especially on MSE, it respectively outperforms the second best by 19.9%, 48.8%, 29.1%, 31.6%, and 2.2%. Moreover, we propose a quantitative test Remaining Subgraph Alignment Test (RESAT) to verify that among all graph-level fusion modules, the fusion embedding generated by DiffAtt can best capture the structural differences between two graphs.

📄 PDF Abstract BibTeX arXiv:2308.13871

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Similarity

Similar Papers 제목 키워드 기반

NED: An Inter-Graph Node Metric Based On Edit Distance

2016-02-07 · Haohan Zhu, Xianrui Meng, George Kollios

Node similarity is a fundamental problem in graph analytics. However, node similarity between nodes in different graphs (inter-graph nodes) has not received a lot of attention yet. The inter-graph node similarity is impo…

Transfer Learning

Learning Graph Edit Distance by Graph Neural Networks

2020-08-17 · Pau Riba, Andreas Fischer, Josep Lladós, Alicia Fornés

The emergence of geometric deep learning as a novel framework to deal with graph-based representations has faded away traditional approaches in favor of completely new methodologies. In this paper, we propose a new frame…

Deep LearningGraph SimilarityKeyword SpottingMetric Learning+1

Pairing Orthographically Variant Literary Words to Standard Equivalents Using Neural Edit Distance Models

2024-01-26 · Craig Messner, Tom Lippincott

We present a novel corpus consisting of orthographically variant words found in works of 19th century U.S. literature annotated with their corresponding "standard" word pair. We train a set of neural edit distance models…

ReLU Networks for Exact Generation of Similar Graphs

2026-04-07 · Mamoona Ghafoor, Tatsuya Akutsu arxiv

Generation of graphs constrained by a specified graph edit distance from a source graph is important in applications such as cheminformatics, network anomaly synthesis, and structured data augmentation. Despite the growi…

Data Augmentation

Neural String Edit Distance

2021-04-16 · spnlp (ACL) 2022 5 · Jindřich Libovický, Alexander Fraser

We propose the neural string edit distance model for string-pair matching and string transduction based on learnable string edit distance. We modify the original expectation-maximization learned edit distance algorithm i…

ClassificationGeneral ClassificationGrapheme-to-Phoneme ConversionTransliteration