DGE-GSIM: A multi-task dual graph embedding learning for graph similarity computation

Wenhui Tan,Peng Cao,Zhiyong Jin,Futao Luo,Guangqi Wen,Weiping Li
DOI: https://doi.org/10.1145/3523150.3523157
2022-01-15
Abstract:Graph similarity estimation is a challenging task due to the complex graph structure. To achieve an exact similarity estimation for input graphs, two critical factors are how to learn an appropriate graph embedding and how to compute the similarity between a pair of graphs. Graph neural networks (GNN) generalize convolutional neural networks (CNN) to graph data for learning graph embeddings. However, the GNN models ignore the edge information when earning graph embeddings. To solve it, we propose a graph similarity estimation framework by taking into consideration the edge feature learning during the graph embedding learning. We name our approach as DGE-GSIM, i.e., Dual Graph Embedding for Graph SIMilarity learning. More specifically, we firstly construct an edge graph with node-edge switching, and then we propose a multi-task learning framework for learning a dual graph embedding with simultaneously considering the node and edge features with GNN. Finally, with the obtained dual graph embedding, we develop a three-way graph similarity computation from the perspectives of the graph-graph interaction, node-node interaction and node-graph interaction. It can model a comprehensive similarity for input graphs. We conduct extensive experiments on a very popular graph similarity/distance metric, GED, based on Linux dataset to demonstrate the effectiveness of the proposed method.
What problem does this paper attempt to address?