HyperAIHyperAI

Command Palette

Search for a command to run...

4 months ago

Deeper Insights into Graph Convolutional Networks for Semi-Supervised Learning

Qimai Li; Zhichao Han; Xiao-Ming Wu

Deeper Insights into Graph Convolutional Networks for Semi-Supervised Learning

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.

Code Repositories

liqimai/gcn
tf
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
node-classification-on-brazil-air-trafficIntersection (Li et al., 2018)
Accuracy: 0.459
node-classification-on-brazil-air-trafficUnion (Li et al., 2018)
Accuracy: 0.466
node-classification-on-europe-air-trafficIntersection (Li et al., 2018)
Accuracy: 44.3
node-classification-on-facebookIntersection (Li et al., 2018)
Accuracy: 59.8
node-classification-on-flickrIntersection (Li et al., 2018)
Accuracy: 0.557
node-classification-on-usa-air-trafficUnion (Li et al., 2018)
Accuracy: 58.2
node-classification-on-usa-air-trafficIntersection (Li et al., 2018)
Accuracy: 57.3
node-classification-on-wiki-voteUnion (Li et al., 2018)
Accuracy: 46.3

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Deeper Insights into Graph Convolutional Networks for Semi-Supervised Learning | Papers | HyperAI