LGMLNov 14, 2019

Hierarchical Graph Pooling with Structure Learning

arXiv:1911.05954v3208 citations
Originality Incremental advance
AI Analysis

This addresses a bottleneck in hierarchical representation learning for graph-structured data, benefiting tasks like graph classification, but it is incremental as it builds on existing GNN architectures.

The paper tackles the overlooked problem of graph pooling in Graph Neural Networks (GNNs) by proposing HGP-SL, a novel operator that integrates pooling and structure learning, achieving state-of-the-art performance on six benchmarks for graph classification.

Graph Neural Networks (GNNs), which generalize deep neural networks to graph-structured data, have drawn considerable attention and achieved state-of-the-art performance in numerous graph related tasks. However, existing GNN models mainly focus on designing graph convolution operations. The graph pooling (or downsampling) operations, that play an important role in learning hierarchical representations, are usually overlooked. In this paper, we propose a novel graph pooling operator, called Hierarchical Graph Pooling with Structure Learning (HGP-SL), which can be integrated into various graph neural network architectures. HGP-SL incorporates graph pooling and structure learning into a unified module to generate hierarchical representations of graphs. More specifically, the graph pooling operation adaptively selects a subset of nodes to form an induced subgraph for the subsequent layers. To preserve the integrity of graph's topological information, we further introduce a structure learning mechanism to learn a refined graph structure for the pooled graph at each layer. By combining HGP-SL operator with graph neural networks, we perform graph level representation learning with focus on graph classification task. Experimental results on six widely used benchmarks demonstrate the effectiveness of our proposed model.

Code Implementations3 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes