paper-with-me

Papers

Communication-Efficient Adam-Type Algorithms for Distributed Data Mining

2022-10-14 · Wenhan Xian, Feihu Huang, Heng Huang

Distributed data mining is an emerging research topic to effectively and efficiently address hard data mining tasks using big data, which are partitioned and computed on different worker nodes, instead of one centralized server. Nevertheless, distributed learning methods often suffer from the communication bottleneck when the network bandwidth is limited or the size of model is large. To solve this critical issue, many gradient compression methods have been proposed recently to reduce the communication cost for multiple optimization algorithms. However, the current applications of gradient compression to adaptive gradient method, which is widely adopted because of its excellent performance to train DNNs, do not achieve the same ideal compression rate or convergence rate as Sketched-SGD. To address this limitation, in this paper, we propose a class of novel distributed Adam-type algorithms (\emph{i.e.}, SketchedAMSGrad) utilizing sketching, which is a promising compression technique that reduces the communication cost from $O(d)$ to $O(\log(d))$ where $d$ is the parameter dimension. In our theoretical analysis, we prove that our new algorithm achieves a fast convergence rate of $O(\frac{1}{\sqrt{nT}} + \frac{1}{(k/d)^2 T})$ with the communication cost of $O(k \log(d))$ at each iteration. Compared with single-machine AMSGrad, our algorithm can achieve the linear speedup with respect to the number of workers $n$. The experimental results on training various DNNs in distributed paradigm validate the efficiency of our algorithms.

📄 PDF Abstract BibTeX arXiv:2210.07454

Code (0)

등록된 구현이 없습니다.

Tasks

Vocal Bursts Type Prediction

Methods 이 논문이 사용한 방법론

AMSGrad AMSGrad is a stochastic optimization method that seeks to fix a convergence issue with Adam based optimizers. AMSGrad uses the…

Similar Papers 제목 키워드 기반

CADA: Communication-Adaptive Distributed Adam

2020-12-31 · Tianyi Chen, Ziye Guo, Yuejiao Sun, Wotao Yin

Stochastic gradient descent (SGD) has taken the stage as the primary workhorse for large-scale machine learning. It is often used with its adaptive variants such as AdaGrad, Adam, and AMSGrad. This paper proposes an adap…

BIG-bench Machine Learning

LoDAdaC: a unified local training-based decentralized framework with adaptive gradients and compressed communication

2026-04-11 · Wei Liu, Anweshit Panda, Ujwal Pandey, Haven Cook 외 arxiv

In the decentralized distributed learning, achieving fast convergence and low communication cost is essential for scalability and high efficiency. Adaptive gradient methods, such as Adam, have demonstrated strong practic…

Image ClassificationFederated Learning

Birder: Communication-Efficient 1-bit Adaptive Optimizer for Practical Distributed DNN Training

2023-09-21 · NeurIPS 2023 11

Various gradient compression algorithms have been proposed to alleviate the communication bottleneck in distributed learning, and they have demonstrated effectiveness in terms of high compression ratios and theoretical …

Towards Communication-efficient Federated Learning via Sparse and Aligned Adaptive Optimization

2024-05-28 · Xiumei Deng, Jun Li, Kang Wei, Long Shi 외

Adaptive moment estimation (Adam), as a Stochastic Gradient Descent (SGD) variant, has gained widespread popularity in federated learning (FL) due to its fast convergence. However, federated Adam (FedAdam) algorithms suf…

Federated Learning

Faster Adaptive Momentum-Based Federated Methods for Distributed Composition Optimization

2022-11-03 · Feihu Huang

Federated Learning is a popular distributed learning paradigm in machine learning. Meanwhile, composition optimization is an effective hierarchical learning model, which appears in many machine learning applications such…

Federated LearningMeta-Learning