TL;DR
This paper identifies model degradation caused by large transformation depth as the main reason for performance loss in deep GNNs, and proposes AIR, a module that improves deep GNN performance without significant additional costs.
Contribution
It disentangles propagation and transformation in GNNs, revealing model degradation as the key issue, and introduces AIR to mitigate this and over-smoothing simultaneously.
Findings
AIR improves deep GNN performance on six datasets.
Deep GNNs with AIR outperform shallow counterparts.
AIR incurs minimal additional computational cost.
Abstract
Graph Neural Networks (GNNs) have achieved great success in various graph mining tasks.However, drastic performance degradation is always observed when a GNN is stacked with many layers. As a result, most GNNs only have shallow architectures, which limits their expressive power and exploitation of deep neighborhoods.Most recent studies attribute the performance degradation of deep GNNs to the \textit{over-smoothing} issue. In this paper, we disentangle the conventional graph convolution operation into two independent operations: \textit{Propagation} (\textbf{P}) and \textit{Transformation} (\textbf{T}).Following this, the depth of a GNN can be split into the propagation depth () and the transformation depth (). Through extensive experiments, we find that the major cause for the performance degradation of deep GNNs is the \textit{model degradation} issue caused by large …
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
MethodsConvolution
