On the Expressivity and Sample Complexity of Node-Individualized Graph Neural Networks

Abstract

Graph neural networks (GNNs) employing message passing for graph classification are inherently limited by the expressive power of the Weisfeiler-Leman (WL) test for graph isomorphism. Node individualization schemes, which assign unique identifiers to nodes (e.g., by adding random noise to features), are a common approach for achieving universal expressiveness. However, the ability of GNNs endowed with individualization schemes to generalize beyond the training data is still an open question. To address this question, this paper presents a theoretical analysis of the sample complexity of such GNNs from a statistical learning perspective, employing Vapnik–Chervonenkis (VC) dimension and covering number bounds. We demonstrate that node individualization schemes that are permutation-equivariant result in lower sample complexity, and design novel individualization schemes that exploit these results. As an application of this analysis, we also develop a novel architecture that can perform substructure identification (i.e., subgraph isomorphism) while having a lower VC dimension compared to competing methods. Finally, our theoretical findings are validated experimentally on both synthetic and real-world datasets.

Cite

Text

Pellizzoni et al. "On the Expressivity and Sample Complexity of Node-Individualized Graph Neural Networks." Neural Information Processing Systems, 2024. doi:10.52202/079017-3821

Markdown

[Pellizzoni et al. "On the Expressivity and Sample Complexity of Node-Individualized Graph Neural Networks." Neural Information Processing Systems, 2024.](https://mlanthology.org/neurips/2024/pellizzoni2024neurips-expressivity/) doi:10.52202/079017-3821

BibTeX

@inproceedings{pellizzoni2024neurips-expressivity,
  title     = {{On the Expressivity and Sample Complexity of Node-Individualized Graph Neural Networks}},
  author    = {Pellizzoni, Paolo and Schulz, Till Hendrik and Chen, Dexiong and Borgwardt, Karsten},
  booktitle = {Neural Information Processing Systems},
  year      = {2024},
  doi       = {10.52202/079017-3821},
  url       = {https://mlanthology.org/neurips/2024/pellizzoni2024neurips-expressivity/}
}