paper-with-me

Papers

Compressing gradients by exploiting temporal correlation in momentum-SGD

2021-08-17 · Tharindu B. Adikari, Stark C. Draper

An increasing bottleneck in decentralized optimization is communication. Bigger models and growing datasets mean that decentralization of computation is important and that the amount of information exchanged is quickly growing. While compression techniques have been introduced to cope with the latter, none has considered leveraging the temporal correlations that exist in consecutive vector updates. An important example is distributed momentum-SGD where temporal correlation is enhanced by the low-pass-filtering effect of applying momentum. In this paper we design and analyze compression methods that exploit temporal correlation in systems both with and without error-feedback. Experiments with the ImageNet dataset demonstrate that our proposed methods offer significant reduction in the rate of communication at only a negligible increase in computation complexity. We further analyze the convergence of SGD when compression is applied with error-feedback. In the literature, convergence guarantees are developed only for compressors that provide error-bounds point-wise, i.e., for each input to the compressor. In contrast, many important codes (e.g. rate-distortion codes) provide error-bounds only in expectation and thus provide a more general guarantee. In this paper we prove the convergence of SGD under an expected error assumption by establishing a bound for the minimum gradient norm.

📄 PDF Abstract BibTeX arXiv:2108.07827

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Communication-Efficient Federated Learning by Exploiting Spatio-Temporal Correlations of Gradients

2026-01-15 · Shenlong Zheng, Zhen Zhang, Yuhui Deng, Geyong Min 외 arxiv

Communication overhead is a critical challenge in federated learning, particularly in bandwidth-constrained networks. Although many methods have been proposed to reduce communication overhead, most focus solely on compre…

Federated Learning

Compressing gradients in distributed SGD by exploiting their temporal correlation

2021-01-01 · Tharindu Adikari, Stark Draper

We propose SignXOR, a novel compression scheme that exploits temporal correlation of gradients for the purpose of gradient compression. Sign-based schemes such as Scaled-sign and SignSGD (Bernstein et al., 2018; Karimire…

Enhancing Transferability of Adversarial Examples with Spatial Momentum

2022-03-25 · Guoqiu Wang, Huanqian Yan, Xingxing Wei

Many adversarial attack methods achieve satisfactory attack success rates under the white-box setting, but they usually show poor transferability when attacking other DNN models. Momentum-based attack is one effective me…

Adversarial Attack

Correcting Momentum in Temporal Difference Learning

2021-06-07 · Emmanuel Bengio, Joelle Pineau, Doina Precup

A common optimization tool used in deep reinforcement learning is momentum, which consists in accumulating and discounting past gradients, reapplying them at each iteration. We argue that, unlike in supervised learning, …

Deep Reinforcement LearningReinforcement Learning (RL)

MLorc: Momentum Low-rank Compression for Large Language Model Adaptation

2025-06-02 · Wei Shen, Zhang Yaxiang, Minhui Huang, Mengfan Xu 외

With increasing size of large language models (LLMs), full-parameter fine-tuning imposes substantial memory demands. To alleviate this, we propose a novel memory-efficient training paradigm called Momentum Low-rank compr…

Language ModelingLanguage ModellingLarge Language ModelLow-rank compression