pith. sign in

arxiv: 1911.07979 · v3 · pith:5VZEZR54new · submitted 2019-11-18 · 💻 cs.LG · stat.ML

ASAP: Adaptive Structure Aware Pooling for Learning Hierarchical Graph Representations

classification 💻 cs.LG stat.ML
keywords graphasappoolingclassificationeffectivelysparseadaptivearchitectures
0
0 comments X
read the original 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 nodes at each layer to effectively pool the subgraphs to form the pooled graph. Through extensive experiments on multiple datasets and theoretical analysis, we motivate our choice of the components used in ASAP. Our experimental results show that combining existing GNN architectures with ASAP leads to state-of-the-art results on multiple graph classification benchmarks. ASAP has an average improvement of 4%, compared to current sparse hierarchical state-of-the-art method.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Warm-starting active-set solvers using graph neural networks

    cs.LG 2025-11 unverdicted novelty 5.0

    Graph neural networks on bipartite graphs predict active sets to warm-start the DAQP dual active-set QP solver, reducing iterations and generalizing to unseen problem sizes better than MLP baselines.