English

Relational Pooling for Graph Representations

Machine Learning 2019-05-16 v2 Machine Learning

Abstract

This work generalizes graph neural networks (GNNs) beyond those based on the Weisfeiler-Lehman (WL) algorithm, graph Laplacians, and diffusions. Our approach, denoted Relational Pooling (RP), draws from the theory of finite partial exchangeability to provide a framework with maximal representation power for graphs. RP can work with existing graph representation models and, somewhat counterintuitively, can make them even more powerful than the original WL isomorphism test. Additionally, RP allows architectures like Recurrent Neural Networks and Convolutional Neural Networks to be used in a theoretically sound approach for graph classification. We demonstrate improved performance of RP-based graph representations over state-of-the-art methods on a number of tasks.

Keywords

Cite

@article{arxiv.1903.02541,
  title  = {Relational Pooling for Graph Representations},
  author = {Ryan L. Murphy and Balasubramaniam Srinivasan and Vinayak Rao and Bruno Ribeiro},
  journal= {arXiv preprint arXiv:1903.02541},
  year   = {2019}
}

Comments

ICML 2019 Camera-Ready. Added to molecular experiments and balanced the classes of the validation folds for the synthetic-graph experiments. Clarified some discussions