Relational Pooling for Graph Representations

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.

Cite

Text

Murphy et al. "Relational Pooling for Graph Representations." International Conference on Machine Learning, 2019.

Markdown

[Murphy et al. "Relational Pooling for Graph Representations." International Conference on Machine Learning, 2019.](https://mlanthology.org/icml/2019/murphy2019icml-relational/)

BibTeX

@inproceedings{murphy2019icml-relational,
  title     = {{Relational Pooling for Graph Representations}},
  author    = {Murphy, Ryan and Srinivasan, Balasubramaniam and Rao, Vinayak and Ribeiro, Bruno},
  booktitle = {International Conference on Machine Learning},
  year      = {2019},
  pages     = {4663-4673},
  volume    = {97},
  url       = {https://mlanthology.org/icml/2019/murphy2019icml-relational/}
}