Understanding and Resolving Performance Degradation in Graph Convolutional Networks
Kuangqi Zhou, Yanfei Dong, Kaixin Wang, Wee Sun Lee, Bryan Hooi, Huan, Xu, Jiashi Feng

TL;DR
This paper investigates the causes of performance degradation in deep Graph Convolutional Networks (GCNs), highlighting the role of transformation operations and proposing a normalization technique to improve deep GCN performance.
Contribution
It reveals the significant impact of transformation operations on GCN performance decline and introduces NodeNorm, a simple normalization method to mitigate variance inflammation in deep GCNs.
Findings
NodeNorm improves deep GCN performance on benchmark datasets.
Transformation operations significantly contribute to performance degradation.
NodeNorm generalizes well to other GNN architectures.
Abstract
A Graph Convolutional Network (GCN) stacks several layers and in each layer performs a PROPagation operation (PROP) and a TRANsformation operation (TRAN) for learning node representations over graph-structured data. Though powerful, GCNs tend to suffer performance drop when the model gets deep. Previous works focus on PROPs to study and mitigate this issue, but the role of TRANs is barely investigated. In this work, we study performance degradation of GCNs by experimentally examining how stacking only TRANs or PROPs works. We find that TRANs contribute significantly, or even more than PROPs, to declining performance, and moreover that they tend to amplify node-wise feature variance in GCNs, causing variance inflammation that we identify as a key factor for causing performance drop. Motivated by such observations, we propose a variance-controlling technique termed Node Normalization…
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 · Complex Network Analysis Techniques · Software-Defined Networks and 5G
