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

Adaptive Sampling Towards Fast Graph Representation Learning

About

Graph Convolutional Networks (GCNs) have become a crucial tool on learning representations of graph vertices. The main challenge of adapting GCNs on large-scale graphs is the scalability issue that it incurs heavy cost both in computation and memory due to the uncontrollable neighborhood expansion across layers. In this paper, we accelerate the training of GCNs through developing an adaptive layer-wise sampling method. By constructing the network layer by layer in a top-down passway, we sample the lower layer conditioned on the top one, where the sampled neighborhoods are shared by different parent nodes and the over expansion is avoided owing to the fixed-size sampling. More importantly, the proposed sampler is adaptive and applicable for explicit variance reduction, which in turn enhances the training of our method. Furthermore, we propose a novel and economical approach to promote the message passing over distant nodes by applying skip connections. Intensive experiments on several benchmarks verify the effectiveness of our method regarding the classification accuracy while enjoying faster convergence speed.

Wenbing Huang, Tong Zhang, Yu Rong, Junzhou Huang• 2018

Related benchmarks

TaskDatasetResultRank
Node ClassificationCiteseer (test)
Accuracy0.7966
729
Node ClassificationCora (test)
Mean Accuracy87.44
687
Node ClassificationPubMed (test)
Accuracy90.6
500
Node ClassificationReddit (test)
Accuracy96.3
134
Node ClassificationPPI (test)
F1 (micro)59.9
126
Node ClassificationFlickr (test)
Micro F150.6
57
Node ClassificationReddit inductive (test)
Micro F195.8
29
Node ClassificationFlickr (inductive)
Micro F150.4
12
Node ClassificationPPI (inductive)
Micro F1 Score68.7
12
Showing 9 of 9 rows

Other info

Follow for update