LiftPool: Lifting-based Graph Pooling for Hierarchical Graph Representation Learning
Mingxing Xu, Wenrui Dai, Chenglin Li, Junni Zou, and Hongkai Xiong

TL;DR
LiftPool introduces a three-stage graph pooling method that preserves local structural information during hierarchical graph representation learning, significantly improving graph classification performance.
Contribution
The paper proposes a novel lifting-based graph pooling method that decouples node removal from feature reduction, preserving local information and enhancing hierarchical graph learning.
Findings
LiftPool outperforms existing pooling methods on benchmark datasets.
The method effectively preserves local structural information.
LiftPool is compatible with various existing pooling techniques.
Abstract
Graph pooling has been increasingly considered for graph neural networks (GNNs) to facilitate hierarchical graph representation learning. Existing graph pooling methods commonly consist of two stages, i.e., selecting the top-ranked nodes and removing the rest nodes to construct a coarsened graph representation. However, local structural information of the removed nodes would be inevitably dropped in these methods, due to the inherent coupling of nodes (location) and their features (signals). In this paper, we propose an enhanced three-stage method via lifting, named LiftPool, to improve hierarchical graph representation by maximally preserving the local structural information in graph pooling. LiftPool introduces an additional stage of graph lifting before graph coarsening to preserve the local information of the removed nodes and decouple the processes of node removing and feature…
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 · Recommender Systems and Techniques
