Pith. sign in

REVIEW 1 cited by

Communication-Efficient Sampling for Distributed Training of Graph Convolutional Networks

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2101.07706 v1 pith:NTTX3AMY submitted 2021-01-19 cs.LG

classification cs.LG
keywords samplingtrainingdistributedneighbormethodsnodescommunicationcommunication-efficient
verification ladder T0 review T1 audit T2 compute T3 formal
0 comments
read the original abstract

Training Graph Convolutional Networks (GCNs) is expensive as it needs to aggregate data recursively from neighboring nodes. To reduce the computation overhead, previous works have proposed various neighbor sampling methods that estimate the aggregation result based on a small number of sampled neighbors. Although these methods have successfully accelerated the training, they mainly focus on the single-machine setting. As real-world graphs are large, training GCNs in distributed systems is desirable. However, we found that the existing neighbor sampling methods do not work well in a distributed setting. Specifically, a naive implementation may incur a huge amount of communication of feature vectors among different machines. To address this problem, we propose a communication-efficient neighbor sampling method in this work. Our main idea is to assign higher sampling probabilities to the local nodes so that remote nodes are accessed less frequently. We present an algorithm that determines the local sampling probabilities and makes sure our skewed neighbor sampling does not affect much the convergence of the training. Our experiments with node classification benchmarks show that our method significantly reduces the communication overhead for distributed GCN training with little accuracy loss.

Discussion (0). Sign in to comment.

Forward citations

Cited by 1 Pith paper

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

  1. RapidGNN: Energy and Communication-Efficient Distributed Training on Large-Scale Graph Neural Networks

    cs.LG 2025-09 conditional novelty 5.0 of 10

    Deterministic sampling plus hot-node caching and prefetching speeds up distributed GNN training by about 2.5x to 3x on tested graphs while cutting remote fetches and energy.

Pith tools