paper-with-me

Papers

Gap-Aware Mitigation of Gradient Staleness

2020-05-01 · ICLR 2020 1 · Saar Barkai, Ido Hakimi, Assaf Schuster

Cloud computing is becoming increasingly popular as a platform for distributed training of deep neural networks. Synchronous stochastic gradient descent (SSGD) suffers from substantial slowdowns due to stragglers if the environment is non-dedicated, as is common in cloud computing. Asynchronous SGD (ASGD) methods are immune to these slowdowns but are scarcely used due to gradient staleness, which encumbers the convergence process. Recent techniques have had limited success mitigating the gradient staleness when scaling up to many workers (computing nodes). In this paper we define the Gap as a measure of gradient staleness and propose Gap-Aware (GA), a novel asynchronous-distributed method that penalizes stale gradients linearly to the Gap and performs well even when scaling to large numbers of workers. Our evaluation on the CIFAR, ImageNet, and WikiText-103 datasets shows that GA outperforms the currently acceptable gradient penalization method, in final test accuracy. We also provide convergence rate proof for GA. Despite prior beliefs, we show that if GA is applied, momentum becomes beneficial in asynchronous environments, even when the number of workers scales up.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Cloud Computing

Methods 이 논문이 사용한 방법론

GA Genetic Algorithms are search algorithms that mimic Darwinian biological evolution in order to select and propagate better solutions.
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 제목 키워드 기반

Gap Aware Mitigation of Gradient Staleness

2019-09-24 · Saar Barkai, Ido Hakimi, Assaf Schuster

Cloud computing is becoming increasingly popular as a platform for distributed training of deep neural networks. Synchronous stochastic gradient descent (SSGD) suffers from substantial slowdowns due to stragglers if the …

Cloud Computing

Bringing Order to Asynchronous SGD: Towards Optimality under Data-Dependent Delays with Momentum

2026-05-03 · Tehila Dahan, Roie Reshef, Sharon Goldstein, Kfir Y. Levy arxiv

Asynchronous stochastic gradient descent (SGD) enables scalable distributed training but suffers from gradient staleness. Existing mitigation strategies, such as delay-adaptive learning rates and staleness-aware filterin…

FedGSM: Efficient Federated Learning for LEO Constellations with Gradient Staleness Mitigation

2023-04-17 · Lingling Wu, Jingjing Zhang

Recent advancements in space technology have equipped low Earth Orbit (LEO) satellites with the capability to perform complex functions and run AI applications. Federated Learning (FL) on LEO satellites enables collabora…

Federated Learning

IGT-OMD: Implicit Gradient Transport for Decision-Focused Learning under Delayed Feedback

2026-05-12 · Benjamin Amoh, Geoffrey G. Parker, Wesley Marrero arxiv

Decision-focused learning trains predictive models end-to-end against downstream decision loss, but online settings suffer delayed feedback: outcomes may not arrive for many environment interactions. We identify \emph{st…

Bilevel Optimization

MSPipe: Efficient Temporal GNN Training via Staleness-Aware Pipeline

2024-02-23 · Guangming Sheng, Junwei Su, Chao Huang, Chuan Wu

Memory-based Temporal Graph Neural Networks (MTGNNs) are a class of temporal graph neural networks that utilize a node memory module to capture and retain long-term temporal dependencies, leading to superior performance …

Scheduling