TL;DR
ASAP introduces a novel, adaptive, and structure-aware pooling method for GNNs that improves graph classification performance by effectively capturing substructure and scaling to large graphs.
Contribution
The paper proposes ASAP, a new sparse, differentiable pooling method with self-attention and modified GNNs, addressing limitations of previous pooling techniques.
Findings
Achieves state-of-the-art results on multiple graph classification benchmarks.
Improves performance by an average of 4% over existing sparse hierarchical methods.
Effectively captures graph substructure and scales to large graphs.
Abstract
Graph Neural Networks (GNN) have been shown to work effectively for modeling graph structured data to solve tasks such as node classification, link prediction and graph classification. There has been some recent progress in defining the notion of pooling in graphs whereby the model tries to generate a graph level representation by downsampling and summarizing the information present in the nodes. Existing pooling methods either fail to effectively capture the graph substructure or do not easily scale to large graphs. In this work, we propose ASAP (Adaptive Structure Aware Pooling), a sparse and differentiable pooling method that addresses the limitations of previous graph pooling architectures. ASAP utilizes a novel self-attention network along with a modified GNN formulation to capture the importance of each node in a given graph. It also learns a sparse soft cluster assignment for…
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.
