Multi-Level Attention Pooling for Graph Neural Networks: Unifying Graph Representations with Multiple Localities
Takeshi D. Itoh, Takatomi Kubo, Kazushi Ikeda

TL;DR
This paper introduces multi-level attention pooling (MLAP), a novel GNN architecture that unifies local and global graph information across layers, enhancing graph classification performance by preserving multi-scale structural features.
Contribution
The paper proposes MLAP, a new pooling method that captures multiple levels of locality in graphs, addressing the limitations of deep GNNs and oversmoothing.
Findings
MLAP improves graph classification accuracy over baseline models.
Layer-wise representations with MLAP enhance discriminability of graph features.
Aggregating multi-level information benefits graph representation learning.
Abstract
Graph neural networks (GNNs) have been widely used to learn vector representation of graph-structured data and achieved better task performance than conventional methods. The foundation of GNNs is the message passing procedure, which propagates the information in a node to its neighbors. Since this procedure proceeds one step per layer, the range of the information propagation among nodes is small in the lower layers, and it expands toward the higher layers. Therefore, a GNN model has to be deep enough to capture global structural information in a graph. On the other hand, it is known that deep GNN models suffer from performance degradation because they lose nodes' local information, which would be essential for good model performance, through many message passing steps. In this study, we propose multi-level attention pooling (MLAP) for graph-level classification tasks, which can adapt…
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.
