Graph Partitioning and Graph Neural Network based Hierarchical Graph Matching for Graph Similarity Computation
Haoyan Xu, Ziheng Duan, Jie Feng, Runjian Chen, Qianru Zhang, Zhongbin, Xu, Yueyang Wang

TL;DR
This paper introduces PSimGNN, a hierarchical graph matching model that partitions graphs into subgraphs and uses attention-based neural networks to improve similarity computation, especially for large graphs.
Contribution
The paper proposes a novel hierarchical approach combining graph partitioning and neural networks with attention to enhance graph similarity measurement.
Findings
Outperforms state-of-the-art methods on various graph datasets.
Effectively handles large graphs with reduced computation cost.
Achieves higher accuracy in graph similarity tasks using approximate GED.
Abstract
Graph similarity computation aims to predict a similarity score between one pair of graphs to facilitate downstream applications, such as finding the most similar chemical compounds similar to a query compound or Fewshot 3D Action Recognition. Recently, some graph similarity computation models based on neural networks have been proposed, which are either based on graph-level interaction or node-level comparison. However, when the number of nodes in the graph increases, it will inevitably bring about reduced representation ability or high computation cost. Motivated by this observation, we propose a graph partitioning and graph neural network-based model, called PSimGNN, to effectively resolve this issue. Specifically, each of the input graphs is partitioned into a set of subgraphs to extract the local structural features directly. Next, a novel graph neural network with an attention…
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 · Bioinformatics and Genomic Networks
MethodsGraph Neural Network
