paper-with-me

Papers

Efficient-Adam: Communication-Efficient Distributed Adam

2022-05-28 · Congliang Chen, Li Shen, Wei Liu, Zhi-Quan Luo

Distributed adaptive stochastic gradient methods have been widely used for large-scale nonconvex optimization, such as training deep learning models. However, their communication complexity on finding $\varepsilon$-stationary points has rarely been analyzed in the nonconvex setting. In this work, we present a novel communication-efficient distributed Adam in the parameter-server model for stochastic nonconvex optimization, dubbed {\em Efficient-Adam}. Specifically, we incorporate a two-way quantization scheme into Efficient-Adam to reduce the communication cost between the workers and server. Simultaneously, we adopt a two-way error feedback strategy to reduce the biases caused by the two-way quantization on both the server and workers, respectively. In addition, we establish the iteration complexity for the proposed Efficient-Adam with a class of quantization operators, and further characterize its communication complexity between the server and workers when an $\varepsilon$-stationary point is achieved. Finally, we apply Efficient-Adam to solve a toy stochastic convex optimization problem and train deep learning models on real-world vision and language tasks. Extensive experiments together with a theoretical guarantee justify the merits of Efficient Adam.

📄 PDF Abstract BibTeX arXiv:2205.14473

Code (0)

등록된 구현이 없습니다.

Tasks

Quantization

Methods 이 논문이 사용한 방법론

Adam 설명 없음

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

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

From $O(mn)$ to $O(r^2)$: Two-Sided Low-Rank Communication for Adam in Distributed Training with Memory Efficiency

2026-02-08 · Sizhe Dang, Jiaqi Shao, Xiaodong Zheng, Guang Dai 외 arxiv

As foundation models continue to scale, pretraining increasingly relies on data-parallel distributed optimization, making bandwidth-limited gradient synchronization a key bottleneck. Orthogonally, projection-based low-ra…

Distributed Optimization

Maximizing Communication Efficiency for Large-scale Training via 0/1 Adam

2022-02-12 · Yucheng Lu, Conglong Li, Minjia Zhang, Christopher De Sa 외

1-bit gradient compression and local steps are two representative techniques that enable drastic communication reduction in distributed SGD. Their benefits, however, remain an open question on Adam-based large model pre-…

Open-Ended Question Answering

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 …