Improving Expressivity of GNNs with Subgraph-specific Factor Embedded Normalization
Kaixuan Chen, Shunyu Liu, Tongtian Zhu, Tongya Zheng and, Haofei Zhang, Zunlei Feng, Jingwen Ye, Mingli Song

TL;DR
This paper introduces SuperNorm, a subgraph-specific normalization technique for GNNs that enhances their expressiveness and ability to distinguish non-isomorphic graphs, while also reducing over-smoothing.
Contribution
The paper proposes a novel plug-and-play normalization scheme, SuperNorm, that explicitly incorporates subgraph structure and improves GNN expressiveness and robustness.
Findings
SuperNorm improves GNN performance on graph, node, and link prediction tasks.
SuperNorm theoretically matches the power of the 1-WL test in graph isomorphism.
SuperNorm alleviates over-smoothing in GNNs.
Abstract
Graph Neural Networks (GNNs) have emerged as a powerful category of learning architecture for handling graph-structured data. However, existing GNNs typically ignore crucial structural characteristics in node-induced subgraphs, which thus limits their expressiveness for various downstream tasks. In this paper, we strive to strengthen the representative capabilities of GNNs by devising a dedicated plug-and-play normalization scheme, termed as SUbgraph-sPEcific FactoR Embedded Normalization (SuperNorm), that explicitly considers the intra-connection information within each node-induced subgraph. To this end, we embed the subgraph-specific factor at the beginning and the end of the standard BatchNorm, as well as incorporate graph instance-specific statistics for improved distinguishable capabilities. In the meantime, we provide theoretical analysis to support that, with the elaborated…
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 · Graph Theory and Algorithms · Machine Learning in Materials Science
MethodsTest
