

Papers about developing deep Graph Neural Networks, addressing challenges like oversmoothing and enabling deeper architectures for improved performance.
Loading more......
Awesome Deep GNN collects research on building deeper graph neural networks. Deep GNNs face unique challenges compared to traditional deep learning, particularly the oversmoothing problem where node features become indistinguishable with many layers.
As GNNs get deeper, node representations converge to similar values, losing discriminative power. This limits most GNNs to 2-3 layers.
Skip connections similar to ResNet enable gradient flow through deep networks.
Neighborhood sampling prevents exponential growth of receptive fields.
Adaptively aggregate information from different layers.
Modify graph structure to improve information flow.
Simple and Deep Graph Convolutional Networks with initial residual connections.
Applies techniques from CNNs (pre-activation, res+) to GNNs.
Graph Polynomial Neural Networks for very deep architectures.
Deep GNNs show improvements in: