Improving Graph Neural Network Expressivity via Subgraph Isomorphism Counting
Giorgos Bouritsas, Fabrizio Frasca, Stefanos Zafeiriou, Michael M., Bronstein

TL;DR
This paper introduces Graph Substructure Networks (GSN), a novel GNN architecture that surpasses the Weisfeiler-Leman test in expressivity by encoding substructures, leading to improved performance on graph classification and regression tasks.
Contribution
The paper proposes GSN, a topologically-aware message passing scheme that is more expressive than WL, with theoretical analysis and practical state-of-the-art results.
Findings
GSN outperforms existing GNNs on molecular and social network tasks.
The architecture is strictly more expressive than the WL test.
Experimental results demonstrate superior performance in real-world applications.
Abstract
While Graph Neural Networks (GNNs) have achieved remarkable results in a variety of applications, recent studies exposed important shortcomings in their ability to capture the structure of the underlying graph. It has been shown that the expressive power of standard GNNs is bounded by the Weisfeiler-Leman (WL) graph isomorphism test, from which they inherit proven limitations such as the inability to detect and count graph substructures. On the other hand, there is significant empirical evidence, e.g. in network science and bioinformatics, that substructures are often intimately related to downstream tasks. To this end, we propose "Graph Substructure Networks" (GSN), a topologically-aware message passing scheme based on substructure encoding. We theoretically analyse the expressive power of our architecture, showing that it is strictly more expressive than the WL test, and provide…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Machine Learning in Materials Science · Computational Drug Discovery Methods
