Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

FastGCN: Fast Learning with Graph Convolutional Networks via Importance Sampling

About

The graph convolutional networks (GCN) recently proposed by Kipf and Welling are an effective graph model for semi-supervised learning. This model, however, was originally designed to be learned with the presence of both training and test data. Moreover, the recursive neighborhood expansion across layers poses time and memory challenges for training with large, dense graphs. To relax the requirement of simultaneous availability of test data, we interpret graph convolutions as integral transforms of embedding functions under probability measures. Such an interpretation allows for the use of Monte Carlo approaches to consistently estimate the integrals, which in turn leads to a batched training scheme as we propose in this work---FastGCN. Enhanced with importance sampling, FastGCN not only is efficient for training but also generalizes well for inference. We show a comprehensive set of experiments to demonstrate its effectiveness compared with GCN and related models. In particular, training is orders of magnitude more efficient while predictions remain comparably accurate.

Jie Chen, Tengfei Ma, Cao Xiao• 2018

Related benchmarks

TaskDatasetResultRank
Node ClassificationCora
Accuracy81.4
885
Node ClassificationCiteseer
Accuracy68.8
804
Node ClassificationPubmed
Accuracy77.6
742
Node ClassificationCiteseer (test)
Accuracy0.776
729
Node ClassificationCora (test)
Mean Accuracy85.06
687
Node ClassificationPubMed (test)
Accuracy88
500
Node ClassificationReddit (test)
Accuracy93.7
134
Node ClassificationPPI (test)
F1 (micro)50.2
126
Node ClassificationOGBN-Products
Accuracy73.46
86
Node ClassificationAmazon Computer (test)
Accuracy82.1
76
Showing 10 of 26 rows

Other info

Code

Follow for update