Hierarchical Graph Pooling with Structure Learning
Zhen Zhang, Jiajun Bu, Martin Ester, Jianfeng Zhang, Chengwei Yao, Zhi, Yu, Can Wang

TL;DR
This paper introduces HGP-SL, a novel hierarchical graph pooling method with structure learning that enhances graph neural networks by better capturing hierarchical and topological information for improved graph classification.
Contribution
The paper proposes a new graph pooling operator, HGP-SL, that integrates structure learning to generate hierarchical graph representations within GNNs.
Findings
HGP-SL improves performance on six benchmark datasets.
The method effectively preserves topological information during pooling.
HGP-SL enhances graph classification accuracy.
Abstract
Graph Neural Networks (GNNs), which generalize deep neural networks to graph-structured data, have drawn considerable attention and achieved state-of-the-art performance in numerous graph related tasks. However, existing GNN models mainly focus on designing graph convolution operations. The graph pooling (or downsampling) operations, that play an important role in learning hierarchical representations, are usually overlooked. In this paper, we propose a novel graph pooling operator, called Hierarchical Graph Pooling with Structure Learning (HGP-SL), which can be integrated into various graph neural network architectures. HGP-SL incorporates graph pooling and structure learning into a unified module to generate hierarchical representations of graphs. More specifically, the graph pooling operation adaptively selects a subset of nodes to form an induced subgraph for the subsequent layers.…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Data Mining Algorithms and Applications · Data Management and Algorithms
MethodsGraph Neural Network · Convolution
