English

An All-Reduce Compatible Top-K Compressor for Communication-Efficient Distributed Learning

Machine Learning 2025-11-05 v3 Distributed, Parallel, and Cluster Computing

Abstract

Communication remains a central bottleneck in large-scale distributed machine learning, and gradient sparsification has emerged as a promising strategy to alleviate this challenge. However, existing gradient compressors face notable limitations: Rand-KK discards structural information and performs poorly in practice, while Top-KK preserves informative entries but loses the contraction property and requires costly All-Gather operations. In this paper, we propose ARC-Top-KK, an {All-Reduce}-Compatible Top-KK compressor that aligns sparsity patterns across nodes using a lightweight sketch of the gradient, enabling index-free All-Reduce while preserving globally significant information. ARC-Top-KK is provably contractive and, when combined with momentum error feedback (EF21M), achieves linear speedup and sharper convergence rates than the original EF21M under standard assumptions. Empirically, ARC-Top-KK matches the accuracy of Top-KK while reducing wall-clock training time by up to 60.7\%, offering an efficient and scalable solution that combines the robustness of Rand-KK with the strong performance of Top-KK.

Keywords

Cite

@article{arxiv.2510.26709,
  title  = {An All-Reduce Compatible Top-K Compressor for Communication-Efficient Distributed Learning},
  author = {Chuyan Chen and Chenyang Ma and Zhangxin Li and Yutong He and Yanjie Dong and Kun Yuan},
  journal= {arXiv preprint arXiv:2510.26709},
  year   = {2025}
}

Comments

8 pages, 2 figures

R2 v1 2026-07-01T07:14:13.491Z