Geometric Pooling: maintaining more useful information
Hao Xu, Jia Liu, Yang Shen, Kenan Lou, Yanxia Bao, Ruihua Zhang, Shuyue Zhou, Hongsen Zhao, Shuai Wang
TL;DR
Geometric Pooling (GP) targets information loss in traditional global graph pooling by selecting node features based on inter-node similarity rather than magnitude, preserving informative negative-valued features. Framed as an entropy-reduction regularization, GP can be integrated with a DGCNN-like backbone (GP-mixed combines sorting with GP for further gains) and achieves state-of-the-art or near-state-of-the-art accuracy on TU graph datasets with fewer parameters. The method leverages Euclidean-distance-based similarity across multi-layer node representations to keep diverse, representative nodes, and demonstrates improved generalization through distribution drag. Overall, GP provides a scalable, information-preserving alternative to sorting-based pooling with demonstrated practical impact on graph classification tasks.
Abstract
Graph Pooling technology plays an important role in graph node classification tasks. Sorting pooling technologies maintain large-value units for pooling graphs of varying sizes. However, by analyzing the statistical characteristic of activated units after pooling, we found that a large number of units dropped by sorting pooling are negative-value units that contain useful information and can contribute considerably to the final decision. To maintain more useful information, a novel pooling technology, called Geometric Pooling (GP), was proposed to contain the unique node features with negative values by measuring the similarity of all node features. We reveal the effectiveness of GP from the entropy reduction view. The experiments were conducted on TUdatasets to show the effectiveness of GP. The results showed that the proposed GP outperforms the SOTA graph pooling technologies by 1%\sim5% with fewer parameters.
