pith. machine review for the scientific record. sign in

arxiv: 1801.10247 · v1 · submitted 2018-01-30 · 💻 cs.LG

Recognition: unknown

FastGCN: Fast Learning with Graph Convolutional Networks via Importance Sampling

Authors on Pith no claims yet
classification 💻 cs.LG
keywords traininggraphconvolutionaldataefficientfastgcnimportancelearning
0
0 comments X
read the original abstract

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.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. TypeBandit: Type-Level Context Allocation and Reweighting for Effective Attribute Completion in Heterogeneous Graph Neural Networks

    cs.LG 2026-04 unverdicted novelty 6.0

    TypeBandit allocates a global sampling budget at the node-type level via bandits to supply type summaries as contextual signals for attribute completion, delivering dataset-dependent gains when plugged into standard h...

  2. Communication-free Sampling and 4D Hybrid Parallelism for Scalable Mini-batch GNN Training

    cs.LG 2026-04 unverdicted novelty 6.0

    ScaleGNN uses communication-free sampling and 4D parallelism to scale mini-batch GNN training to 2048 GPUs, achieving 3.5x speedup over prior state-of-the-art on ogbn-products.