English

Asynchronous Training Schemes in Distributed Learning with Time Delay

Machine Learning 2024-10-28 v1

Abstract

In the context of distributed deep learning, the issue of stale weights or gradients could result in poor algorithmic performance. This issue is usually tackled by delay tolerant algorithms with some mild assumptions on the objective functions and step sizes. In this paper, we propose a different approach to develop a new algorithm, called P\textbf{P}redicting C\textbf{C}lipping A\textbf{A}synchronous S\textbf{S}tochastic G\textbf{G}radient D\textbf{D}escent (aka, PC-ASGD). Specifically, PC-ASGD has two steps - the predicting step\textit{predicting step} leverages the gradient prediction using Taylor expansion to reduce the staleness of the outdated weights while the clipping step\textit{clipping step} selectively drops the outdated weights to alleviate their negative effects. A tradeoff parameter is introduced to balance the effects between these two steps. Theoretically, we present the convergence rate considering the effects of delay of the proposed algorithm with constant step size when the smooth objective functions are weakly strongly-convex and nonconvex. One practical variant of PC-ASGD is also proposed by adopting a condition to help with the determination of the tradeoff parameter. For empirical validation, we demonstrate the performance of the algorithm with two deep neural network architectures on two benchmark datasets.

Keywords

Cite

@article{arxiv.2208.13154,
  title  = {Asynchronous Training Schemes in Distributed Learning with Time Delay},
  author = {Haoxiang Wang and Zhanhong Jiang and Chao Liu and Soumik Sarkar and Dongxiang Jiang and Young M. Lee},
  journal= {arXiv preprint arXiv:2208.13154},
  year   = {2024}
}

Comments

This work has been submitted to the IEEE for possible publication

R2 v1 2026-06-25T02:02:03.536Z