REVIEW 5 cited by
DeeperGCN: All You Need to Train Deeper GCNs
Not yet reviewed by Pith; the record is open.
This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.
SPECIMEN: schema-true, not a live event
T0 review · schema-true
One-sentence machine reading of the paper's core claim.
pith:XXXXXXXX · record.json · timestamp
read the original abstract
Graph Convolutional Networks (GCNs) have been drawing significant attention with the power of representation learning on graphs. Unlike Convolutional Neural Networks (CNNs), which are able to take advantage of stacking very deep layers, GCNs suffer from vanishing gradient, over-smoothing and over-fitting issues when going deeper. These challenges limit the representation power of GCNs on large-scale graphs. This paper proposes DeeperGCN that is capable of successfully and reliably training very deep GCNs. We define differentiable generalized aggregation functions to unify different message aggregation operations (e.g. mean, max). We also propose a novel normalization layer namely MsgNorm and a pre-activation version of residual connections for GCNs. Extensive experiments on Open Graph Benchmark (OGB) show DeeperGCN significantly boosts performance over the state-of-the-art on the large scale graph learning tasks of node property prediction and graph property prediction. Please visit https://www.deepgcns.org for more information.
Forward citations
Cited by 5 Pith papers
-
ORCAS: Obfuscation-Resilient Binary Code Similarity Analysis using Dominance Enhanced Semantic Graph
ORCAS shows that replacing control-flow edges with dominance, post-dominance, and data-flow relations makes binary code similarity search substantially more robust to BCF, FLA, and SUB obfuscation.
-
Neighbor-Sampling Based Momentum Stochastic Methods for Training Graph Neural Networks
The paper creates Adam-style optimizers that combine neighbor sampling and control variates for graph neural networks, with optimal convergence rates and better node-classification performance than control-variate SGD.
-
Enhancing Graph Representations with Neighborhood-Contextualized Message-Passing
SINC-GCN adds an aggregated neighborhood-context term to pair-wise messages, yielding a simple GNN that outperforms classical one-hop GNNs on several node and graph benchmarks.
-
PyG 2.0: Scalable Learning on Real World Graphs
PyG 2.0 is presented as a modular, scalable graph-learning framework with heterogeneous and temporal graph support, compilation-based speedups, and explainability.
-
Robust Anomaly Detection with Graph Neural Networks using Controllability
Using average controllability as edge weights or one-hot edge attributes yields small, inconsistent gains for graph anomaly detection across several GNN backbones.
Discussion (0). Sign in to comment.