Structural Entropy Guided Graph Hierarchical Pooling
Junran Wu, Xueyuan Chen, Ke Xu, Shangzhe Li

TL;DR
This paper introduces SEP, a novel graph pooling method guided by structural entropy, which globally optimizes cluster assignments to preserve local structures and improve classification performance.
Contribution
The work proposes a global optimization-based hierarchical pooling approach, SEP, that avoids fixed quotas and enhances structure preservation in graph neural networks.
Findings
SEP outperforms state-of-the-art graph pooling methods on benchmarks.
SEP achieves superior accuracy in graph and node classification tasks.
The method effectively preserves local structures during pooling.
Abstract
Following the success of convolution on non-Euclidean space, the corresponding pooling approaches have also been validated on various tasks regarding graphs. However, because of the fixed compression quota and stepwise pooling design, these hierarchical pooling methods still suffer from local structure damage and suboptimal problem. In this work, inspired by structural entropy, we propose a hierarchical pooling approach, SEP, to tackle the two issues. Specifically, without assigning the layer-specific compression quota, a global optimization algorithm is designed to generate the cluster assignment matrices for pooling at once. Then, we present an illustration of the local structure damage from previous methods in the reconstruction of ring and grid synthetic graphs. In addition to SEP, we further design two classification models, SEP-G and SEP-N for graph classification and node…
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 · Complex Network Analysis Techniques · Graph Theory and Algorithms
MethodsConvolution
