Graph Neural Networks Exponentially Lose Expressive Power for Node Classification
Kenta Oono, Taiji Suzuki

TL;DR
This paper analyzes the asymptotic behavior of Graph Neural Networks, revealing that they exponentially lose their expressive power with many layers, and offers guidelines for weight normalization to improve performance.
Contribution
It introduces a theoretical framework linking GCN expressive power to graph spectra and provides practical weight normalization strategies based on asymptotic analysis.
Findings
GCNs' expressive power diminishes exponentially with depth.
Dense large Erdős–Rényi graphs cause information loss in deep GCNs.
Weight normalization improves GCN performance on real data.
Abstract
Graph Neural Networks (graph NNs) are a promising deep learning approach for analyzing graph-structured data. However, it is known that they do not improve (or sometimes worsen) their predictive performance as we pile up many layers and add non-lineality. To tackle this problem, we investigate the expressive power of graph NNs via their asymptotic behaviors as the layer size tends to infinity. Our strategy is to generalize the forward propagation of a Graph Convolutional Network (GCN), which is a popular graph NN variant, as a specific dynamical system. In the case of a GCN, we show that when its weights satisfy the conditions determined by the spectra of the (augmented) normalized Laplacian, its output exponentially approaches the set of signals that carry information of the connected components and node degrees only for distinguishing nodes. Our theory enables us to relate the…
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 · Domain Adaptation and Few-Shot Learning · Topic Modeling
MethodsGraph Convolutional Network · Weight Normalization
