paper-with-me

홈 › Papers

Momentum Tracking: Momentum Acceleration for Decentralized Deep Learning on Heterogeneous Data

2022-09-30 · Yuki Takezawa, Han Bao, Kenta Niwa, Ryoma Sato, Makoto Yamada

SGD with momentum is one of the key components for improving the performance of neural networks. For decentralized learning, a straightforward approach using momentum is Distributed SGD (DSGD) with momentum (DSGDm). However, DSGDm performs worse than DSGD when the data distributions are statistically heterogeneous. Recently, several studies have addressed this issue and proposed methods with momentum that are more robust to data heterogeneity than DSGDm, although their convergence rates remain dependent on data heterogeneity and deteriorate when the data distributions are heterogeneous. In this study, we propose Momentum Tracking, which is a method with momentum whose convergence rate is proven to be independent of data heterogeneity. More specifically, we analyze the convergence rate of Momentum Tracking in the setting where the objective function is non-convex and the stochastic gradient is used. Then, we identify that it is independent of data heterogeneity for any momentum coefficient $\beta \in [0, 1)$. Through experiments, we demonstrate that Momentum Tracking is more robust to data heterogeneity than the existing decentralized learning methods with momentum and can consistently outperform these existing methods when the data distributions are heterogeneous.

📄 PDF Abstract BibTeX arXiv:2209.15505

Code (0)

등록된 구현이 없습니다.

Tasks

Image Classification

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 제목 키워드 기반

A Unified Momentum-based Paradigm of Decentralized SGD for Non-Convex Models and Heterogeneous Data

2023-03-01 · Haizhou Du, Chengdong Ni

Emerging distributed applications recently boosted the development of decentralized machine learning, especially in IoT and edge computing fields. In real-world scenarios, the common problems of non-convexity and data he…

Edge-computingglobal-optimization

Compressed Decentralized Momentum Stochastic Gradient Methods for Nonconvex Optimization

2025-08-07 · Wei Liu, Anweshit Panda, Ujwal Pandey, Christopher Brissette 외 arxiv

In this paper, we design two compressed decentralized algorithms for solving nonconvex stochastic optimization under two different scenarios. Both algorithms adopt a momentum technique to achieve fast convergence and a m…

Stochastic Optimization

A Bias-Correction Decentralized Stochastic Gradient Algorithm with Momentum Acceleration

2025-01-31 · Yuchen Hu, Xi Chen, Weidong Liu, Xiaojun Mao

Distributed stochastic optimization algorithms can simultaneously process large-scale datasets, significantly accelerating model training. However, their effectiveness is often hindered by the sparsity of distributed net…

Stochastic Optimization

MDPGT: Momentum-based Decentralized Policy Gradient Tracking

2021-12-06 · Zhanhong Jiang, Xian Yeow Lee, Sin Yong Tan, Kai Liang Tan 외

We propose a novel policy gradient method for multi-agent reinforcement learning, which leverages two different variance-reduction techniques and does not require large batches over iterations. Specifically, we propose a…

Multi-agent Reinforcement LearningPolicy Gradient Methodsreinforcement-learningReinforcement Learning+2

Communication-Efficient Neural Tangent Kernels for Heterogeneous Decentralized Federated Learning

2025-12-14 · Li Xia arxiv

Decentralized federated learning (DFL) enables collaborative model training without a central server, but converges slowly under statistical heterogeneity. Recent work has shown that neural tangent kernel (NTK) methods a…

Federated Learning