paper-with-me

홈 › Papers

Sparse-SignSGD with Majority Vote for Communication-Efficient Distributed Learning

2023-02-15 · Chanho Park, Namyoon Lee

The training efficiency of complex deep learning models can be significantly improved through the use of distributed optimization. However, this process is often hindered by a large amount of communication cost between workers and a parameter server during iterations. To address this bottleneck, in this paper, we present a new communication-efficient algorithm that offers the synergistic benefits of both sparsification and sign quantization, called ${\sf S}^3$GD-MV. The workers in ${\sf S}^3$GD-MV select the top-$K$ magnitude components of their local gradient vector and only send the signs of these components to the server. The server then aggregates the signs and returns the results via a majority vote rule. Our analysis shows that, under certain mild conditions, ${\sf S}^3$GD-MV can converge at the same rate as signSGD while significantly reducing communication costs, if the sparsification parameter $K$ is properly chosen based on the number of workers and the size of the deep learning model. Experimental results using both independent and identically distributed (IID) and non-IID datasets demonstrate that the ${\sf S}^3$GD-MV attains higher accuracy than signSGD, significantly reducing communication costs. These findings highlight the potential of ${\sf S}^3$GD-MV as a promising solution for communication-efficient distributed optimization in deep learning.

📄 PDF Abstract BibTeX arXiv:2302.07475

Code (0)

등록된 구현이 없습니다.

Tasks

Deep LearningDistributed OptimizationQuantization

Similar Papers 제목 키워드 기반

signSGD with Majority Vote is Communication Efficient And Fault Tolerant

2018-10-11 · ICLR 2019 5 · Jeremy Bernstein, Jia-Wei Zhao, Kamyar Azizzadenesheli, Anima Anandkumar

Training neural networks on large datasets can be accelerated by distributing the workload over a network of machines. As datasets grow ever larger, networks of hundreds or thousands of machines become economically viabl…

Benchmarking

signSGD: Compressed Optimisation for Non-Convex Problems

2018-02-13 · ICML 2018 7 · Jeremy Bernstein, Yu-Xiang Wang, Kamyar Azizzadenesheli, Anima Anandkumar

Training large neural networks requires distributing learning across multiple workers, where the cost of communicating gradients can be a significant bottleneck. signSGD alleviates this problem by transmitting just the s…

On the Byzantine Fault Tolerance of signSGD with Majority Vote

2025-02-26 · Emanuele Mengoli, Luzius Moll, Virgilio Strozzi, El-Mahdi El-Mhamdi

In distributed learning, sign-based compression algorithms such as signSGD with majority vote provide a lightweight alternative to SGD with an additional advantage: fault tolerance (almost) for free. However, for signSGD…

SignMuon: Communication-Efficient Distributed Muon Optimization

2026-05-04 · Neel Mishra, Kushagara Trivedi, Pawan Kumar arxiv

Distributed training of large neural networks is bottlenecked by full-precision gradient communication and by coordinatewise optimizers that ignore the matrix structure of weight tensors. We propose Sign-Muon, a 1-bit, m…

Election Coding for Distributed Learning: Protecting SignSGD against Byzantine Attacks

2019-10-14 · NeurIPS 2020 12 · Jy-yong Sohn, Dong-Jun Han, Beongjun Choi, Jaekyun Moon

Recent advances in large-scale distributed learning algorithms have enabled communication-efficient training via SignSGD. Unfortunately, a major issue continues to plague distributed learning: namely, Byzantine failures …