GResNet: Graph Residual Network for Reviving Deep GNNs from Suspended Animation
Jiawei Zhang, Lin Meng

TL;DR
This paper introduces GResNet, a residual framework for deep GNNs that addresses the suspended animation problem by maintaining node feature stability across layers, enabling more effective deep graph neural network training.
Contribution
The paper proposes a novel GResNet framework with extensive graph connections and residual terms, effectively reviving deep GNNs and preventing suspended animation.
Findings
GResNet improves deep GNN training stability
Extensive experiments show better performance on benchmark datasets
Residual connections preserve node features across layers
Abstract
The existing graph neural networks (GNNs) based on the spectral graph convolutional operator have been criticized for its performance degradation, which is especially common for the models with deep architectures. In this paper, we further identify the suspended animation problem with the existing GNNs. Such a problem happens when the model depth reaches the suspended animation limit, and the model will not respond to the training data any more and become not learnable. Analysis about the causes of the suspended animation problem with existing GNNs will be provided in this paper, whereas several other peripheral factors that will impact the problem will be reported as well. To resolve the problem, we introduce the GResNet (Graph Residual Network) framework in this paper, which creates extensively connected highways to involve nodes' raw features or intermediate representations…
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 · Advanced Neural Network Applications · Human Pose and Action Recognition
MethodsGraph Attention Network · Average Pooling · Graph Convolutional Network · Residual Connection · *Communicated@Fast*How Do I Communicate to Expedia? · 1x1 Convolution · Batch Normalization · Bottleneck Residual Block · Global Average Pooling · Residual Block
