English

Clique pooling for graph classification

Machine Learning 2019-04-10 v2 Machine Learning

Abstract

We propose a novel graph pooling operation using cliques as the unit pool. As this approach is purely topological, rather than featural, it is more readily interpretable, a better analogue to image coarsening than filtering or pruning techniques, and entirely nonparametric. The operation is implemented within graph convolution network (GCN) and GraphSAGE architectures and tested against standard graph classification benchmarks. In addition, we explore the backwards compatibility of the pooling to regular graphs, demonstrating competitive performance when replacing two-by-two pooling in standard convolutional neural networks (CNNs) with our mechanism.

Keywords

Cite

@article{arxiv.1904.00374,
  title  = {Clique pooling for graph classification},
  author = {Enxhell Luzhnica and Ben Day and Pietro Lio'},
  journal= {arXiv preprint arXiv:1904.00374},
  year   = {2019}
}

Comments

Under review as a workshop paper at RLGM 2019 @ ICML

R2 v1 2026-06-23T08:24:21.843Z