Graph-Graph Context Dependency Attention for Graph Edit Distance

Ruiqi Jia,Xianbing Feng,Xiaoqing Lyu,Zhi Tang
DOI: https://doi.org/10.1109/icassp49357.2023.10094975
2023-01-01
Abstract:As a popular similarity measurement, Graph Edit Distance (GED) can be applied to various downstream tasks. Traditional GED solvers have difficulty in generalization and time efficiency, so deep graph similarity learning models have emerged as a promising trend. However, existing methods lack distinguishing embeddings for cross-dependencies between graphs and intra-graph representations. In this paper, we propose a deep network architecture GED-CDA by introducing a graph-graph context dependency attention module to enhance embeddings. Our graph-graph context dependency attention module consists of a cross-attention layer and a self-attention layer, which can both learn the interactions between graph pairs and capture the connections within graphs. In addition, we also introduce a spectral encoding strategy to bring topological information of graphs into node representations. Extensive experimental results on three real-world graph datasets demonstrate the effectiveness of our proposed GED-CDA in the GED task.
What problem does this paper attempt to address?