SOTAVerified

Deeper Insights into Graph Convolutional Networks for Semi-Supervised Learning

2018-01-22Code Available0· sign in to hype

Qimai Li, Zhichao Han, Xiao-Ming Wu

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Many interesting problems in machine learning are being revisited with new deep learning tools. For graph-based semisupervised learning, a recent important development is graph convolutional networks (GCNs), which nicely integrate local vertex features and graph topology in the convolutional layers. Although the GCN model compares favorably with other state-of-the-art methods, its mechanisms are not clear and it still requires a considerable amount of labeled data for validation and model selection. In this paper, we develop deeper insights into the GCN model and address its fundamental limits. First, we show that the graph convolution of the GCN model is actually a special form of Laplacian smoothing, which is the key reason why GCNs work, but it also brings potential concerns of over-smoothing with many convolutional layers. Second, to overcome the limits of the GCN model with shallow architectures, we propose both co-training and self-training approaches to train GCNs. Our approaches significantly improve GCNs in learning with very few labels, and exempt them from requiring additional labels for validation. Extensive experiments on benchmarks have verified our theory and proposals.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
Brazil Air-TrafficUnion (Li et al., 2018)Accuracy0.47Unverified
Brazil Air-TrafficIntersection (Li et al., 2018)Accuracy0.46Unverified
Europe Air-TrafficIntersection (Li et al., 2018)Accuracy44.3Unverified
FacebookIntersection (Li et al., 2018)Accuracy59.8Unverified
FlickrIntersection (Li et al., 2018)Accuracy0.56Unverified
USA Air-TrafficUnion (Li et al., 2018)Accuracy58.2Unverified
USA Air-TrafficIntersection (Li et al., 2018)Accuracy57.3Unverified
Wiki-VoteUnion (Li et al., 2018)Accuracy46.3Unverified

Reproductions