English

CondenseGraph: Communication-Efficient Distributed GNN Training via On-the-Fly Graph Condensation

Distributed, Parallel, and Cluster Computing 2026-01-27 v1

Abstract

Distributed Graph Neural Network (GNN) training suffers from substantial communication overhead due to the inherent neighborhood dependency in graph-structured data. This neighbor explosion problem requires workers to frequently exchange boundary node features across partitions, creating a communication bottleneck that severely limits training scalability. Existing approaches rely on static graph partitioning strategies that cannot adapt to dynamic network conditions. In this paper, we propose CondenseGraph, a novel communication-efficient framework for distributed GNN training. Our key innovation is an on-the-fly graph condensation mechanism that dynamically compresses boundary node features into compact super nodes before transmission. To compensate for the information loss introduced by compression, we develop a gradient-based error feedback mechanism that maintains convergence guarantees while reducing communication volume by 40-60%. Extensive experiments on four benchmark datasets demonstrate that CondenseGraph achieves comparable accuracy to full-precision baselines while significantly reducing communication costs and training time.

Keywords

Cite

@article{arxiv.2601.17774,
  title  = {CondenseGraph: Communication-Efficient Distributed GNN Training via On-the-Fly Graph Condensation},
  author = {Zizhao Zhang and Yihan Xue and Haotian Zhu and Sijia Li and Zhijun Wang and Yujie Xiao},
  journal= {arXiv preprint arXiv:2601.17774},
  year   = {2026}
}
R2 v1 2026-07-01T09:19:05.360Z