Simple and Deep Graph Convolutional Networks
Abstract
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 \emph{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: \emph{Initial residual} and \emph{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.
Cite
Text
Chen et al. "Simple and Deep Graph Convolutional Networks." International Conference on Machine Learning, 2020.Markdown
[Chen et al. "Simple and Deep Graph Convolutional Networks." International Conference on Machine Learning, 2020.](https://mlanthology.org/icml/2020/chen2020icml-simple-a/)BibTeX
@inproceedings{chen2020icml-simple-a,
title = {{Simple and Deep Graph Convolutional Networks}},
author = {Chen, Ming and Wei, Zhewei and Huang, Zengfeng and Ding, Bolin and Li, Yaliang},
booktitle = {International Conference on Machine Learning},
year = {2020},
pages = {1725-1735},
volume = {119},
url = {https://mlanthology.org/icml/2020/chen2020icml-simple-a/}
}