Pith. sign in

REVIEW 1 cited by

Boosting Distributed Full-graph GNN Training with Asynchronous One-bit Communication

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 2303.01277 v1 pith:DSSXMMVR submitted 2023-03-02 cs.DC cs.AIcs.LG

classification cs.DCcs.AIcs.LG
keywords trainingcommunicationdistributedsylviedataduringfull-graphfurther
verification ladder T0 review T1 audit T2 compute T3 formal
0 comments
read the original abstract

Training Graph Neural Networks (GNNs) on large graphs is challenging due to the conflict between the high memory demand and limited GPU memory. Recently, distributed full-graph GNN training has been widely adopted to tackle this problem. However, the substantial inter-GPU communication overhead can cause severe throughput degradation. Existing communication compression techniques mainly focus on traditional DNN training, whose bottleneck lies in synchronizing gradients and parameters. We find they do not work well in distributed GNN training as the barrier is the layer-wise communication of features during the forward pass & feature gradients during the backward pass. To this end, we propose an efficient distributed GNN training framework Sylvie, which employs one-bit quantization technique in GNNs and further pipelines the curtailed communication with computation to enormously shrink the overhead while maintaining the model quality. In detail, Sylvie provides a lightweight Low-bit Module to quantize the sent data and dequantize the received data back to full precision values in each layer. Additionally, we propose a Bounded Staleness Adaptor to control the introduced staleness to achieve further performance enhancement. We conduct theoretical convergence analysis and extensive experiments on various models & datasets to demonstrate Sylvie can considerably boost the training throughput by up to 28.1x.

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. Full citation record

  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