Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Simple and Deep Graph Convolutional Networks

About

Graph convolutional networks (GCNs) are a powerful deep learning approach for graph-structured data. Recently, GCNs and subsequent variants have shown superior performance in various application areas on real-world datasets. Despite their success, most of the current GCN models are shallow, due to the {\em over-smoothing} problem. In this paper, we study the problem of designing and analyzing deep graph convolutional networks. We propose the GCNII, an extension of the vanilla GCN model with two simple yet effective techniques: {\em Initial residual} and {\em Identity mapping}. We provide theoretical and empirical evidence that the two techniques effectively relieves the problem of over-smoothing. Our experiments show that the deep GCNII model outperforms the state-of-the-art methods on various semi- and full-supervised tasks. Code is available at https://github.com/chennnM/GCNII .

Ming Chen, Zhewei Wei, Zengfeng Huang, Bolin Ding, Yaliang Li• 2020

Related benchmarks

TaskDatasetResultRank
Graph ClassificationPROTEINS
Accuracy62.53
1383
Node ClassificationCora
Accuracy88.49
1225
Node ClassificationCiteseer
Accuracy77.99
1037
Node ClassificationCiteseer (test)
Accuracy0.7713
1013
Node ClassificationCora (test)
Mean Accuracy88.49
951
Node ClassificationChameleon
Accuracy65.07
936
Node ClassificationPubmed
Accuracy90.3499
902
Node ClassificationCornell
Accuracy80.3
900
Node ClassificationWisconsin
Accuracy82.1
898
Node ClassificationTexas
Accuracy77.57
859
Showing 10 of 314 rows
...

Other info

Code

Follow for update