Graph Edit Distance Learning via Different Attention
Jiaxi Lv, Liang Zhang, Yi Huang, Jiancheng Huang, Shifeng Chen

TL;DR
This paper introduces DiffAtt, a novel graph-level fusion module for GNNs that effectively captures structural differences between graphs, leading to state-of-the-art performance in graph edit distance computation.
Contribution
The paper proposes DiffAtt, a new attention-based graph-level fusion method that outperforms node-level fusion approaches in graph similarity tasks.
Findings
DiffAtt significantly improves GED prediction accuracy.
REDRAFT achieves state-of-the-art results on multiple benchmarks.
DiffAtt effectively captures structural differences between graphs.
Abstract
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…
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
TopicsAdvanced Graph Neural Networks · Graph Theory and Algorithms
