paper-with-me

Papers

Quantized Adam with Error Feedback

2020-04-29 · Congliang Chen, Li Shen, Hao-Zhi Huang, Wei Liu

In this paper, we present a distributed variant of adaptive stochastic gradient method for training deep neural networks in the parameter-server model. To reduce the communication cost among the workers and server, we incorporate two types of quantization schemes, i.e., gradient quantization and weight quantization, into the proposed distributed Adam. Besides, to reduce the bias introduced by quantization operations, we propose an error-feedback technique to compensate for the quantized gradient. Theoretically, in the stochastic nonconvex setting, we show that the distributed adaptive gradient method with gradient quantization and error-feedback converges to the first-order stationary point, and that the distributed adaptive gradient method with weight quantization and error-feedback converges to the point related to the quantized level under both the single-worker and multi-worker modes. At last, we apply the proposed distributed adaptive gradient methods to train deep neural networks. Experimental results demonstrate the efficacy of our methods.

📄 PDF Abstract BibTeX arXiv:2004.14180

Code (0)

등록된 구현이 없습니다.

Tasks

Quantization

Methods 이 논문이 사용한 방법론

Adam 설명 없음

Similar Papers 제목 키워드 기반

QWHA: Quantization-Aware Walsh-Hadamard Adaptation for Parameter-Efficient Fine-Tuning on Large Language Models

2025-09-22 · Hyesung Jeon, Seojune Lee, Beomseok Kang, Yulhwa Kim 외 arxiv

The demand for efficient deployment of large language models (LLMs) has driven interest in quantization, which reduces inference cost, and parameter-efficient fine-tuning (PEFT), which lowers training overhead. This moti…

parameter-efficient fine-tuning

LDAdam: Adaptive Optimization from Low-Dimensional Gradient Statistics

2024-10-21 · Thomas Robert, Mher Safaryan, Ionut-Vlad Modoranu, Dan Alistarh

We introduce LDAdam, a memory-efficient optimizer for training large models, that performs adaptive optimization steps within lower dimensional subspaces, while consistently exploring the full parameter space during trai…

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

MicroAdam: Accurate Adaptive Optimization with Low Space Overhead and Provable Convergence

2024-05-24 · Ionut-Vlad Modoranu, Mher Safaryan, Grigory Malinovsky, Eldar Kurtic 외

We propose a new variant of the Adam optimizer called MicroAdam that specifically minimizes memory overheads, while maintaining theoretical convergence guarantees. We achieve this by compressing the gradient information …

Distributed Optimization

AdamFLIP: Adaptive Momentum Feedback Linearization Optimization for Hard Constrained PINN Training

2026-05-08 · Binghang Lu, Runyu Zhang, Changhong Mou, Na Li 외 arxiv

Physics-informed neural networks (PINNs) provide a flexible framework for solving forward and inverse problems governed by partial differential equations (PDEs), but standard PINN training typically relies on soft penalt…