English

Ordered Subgraph Aggregation Networks

Machine Learning 2022-10-18 v3 Artificial Intelligence Data Structures and Algorithms Neural and Evolutionary Computing Machine Learning

Abstract

Numerous subgraph-enhanced graph neural networks (GNNs) have emerged recently, provably boosting the expressive power of standard (message-passing) GNNs. However, there is a limited understanding of how these approaches relate to each other and to the Weisfeiler-Leman hierarchy. Moreover, current approaches either use all subgraphs of a given size, sample them uniformly at random, or use hand-crafted heuristics instead of learning to select subgraphs in a data-driven manner. Here, we offer a unified way to study such architectures by introducing a theoretical framework and extending the known expressivity results of subgraph-enhanced GNNs. Concretely, we show that increasing subgraph size always increases the expressive power and develop a better understanding of their limitations by relating them to the established k-WLk\text{-}\mathsf{WL} hierarchy. In addition, we explore different approaches for learning to sample subgraphs using recent methods for backpropagating through complex discrete probability distributions. Empirically, we study the predictive performance of different subgraph-enhanced GNNs, showing that our data-driven architectures increase prediction accuracy on standard benchmark datasets compared to non-data-driven subgraph-enhanced graph neural networks while reducing computation time.

Keywords

Cite

@article{arxiv.2206.11168,
  title  = {Ordered Subgraph Aggregation Networks},
  author = {Chendi Qian and Gaurav Rattan and Floris Geerts and Christopher Morris and Mathias Niepert},
  journal= {arXiv preprint arXiv:2206.11168},
  year   = {2022}
}

Comments

Accepted at NeurIPS 2022. Fixed link to code repository

R2 v1 2026-06-24T12:00:23.842Z