vix.ing · top · new · best · stats · spec

MiCRO: Near-Zero Cost Gradient Sparsification for Scaling and Accelerating Distributed DNN Training

2023/10/02 by Daegun Yoon, Yoon, Daegun, Sangyoon Oh +1
Computer Science · Medicine · #Advanced Neural Network Applications #COVID-19 diagnosis using AI #Distributed #FOS: Computer and information sciences #Machine Learning (cs.LG) #Machine Learning and ELM #Parallel #and Cluster Computing (cs.DC)

paper · pdf · doi:10.48550/arxiv.2310.00967

openalex publication_date 2023/10/02 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/31

Abstract

Gradient sparsification is a communication optimisation technique for scaling and accelerating distributed deep neural network (DNN) training. It reduces the increasing communication traffic for gradient aggregation. However, existing sparsifiers have poor scalability because of the high computational cost of gradient selection and/or increase in communication traffic. In particular, an increase in communication traffic is caused by gradient build-up and inappropriate threshold for gradient selection. To address these challenges, we propose a novel gradient sparsification method called MiCRO. In MiCRO, the gradient vector is partitioned, and each partition is assigned to the corresponding worker. Each worker then selects gradients from its partition, and the aggregated gradients are free from gradient build-up. Moreover, MiCRO estimates the accurate threshold to maintain the communication traffic as per user requirement by minimising the compression ratio error. MiCRO enables near-zero cost gradient sparsification by solving existing problems that hinder the scalability and acceleration of distributed DNN training. In our extensive experiments, MiCRO outperformed state-of-the-art sparsifiers with an outstanding convergence rate.

Related