CVSep 14, 2018

Adaptive Sampling Towards Fast Graph Representation Learning

arXiv:1809.05343v3544 citations
Originality Incremental advance
AI Analysis

This addresses the computational and memory bottlenecks in graph representation learning for large-scale applications, representing an incremental improvement over existing sampling techniques.

The paper tackles the scalability issue of Graph Convolutional Networks (GCNs) on large-scale graphs by developing an adaptive layer-wise sampling method, which accelerates training and achieves competitive classification accuracy with faster convergence speed.

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.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes