paper-with-me

Papers

Delay-adaptive step-sizes for asynchronous learning

2022-02-17 · Xuyang Wu, Sindri Magnusson, Hamid Reza Feyzmahdavian, Mikael Johansson

In scalable machine learning systems, model training is often parallelized over multiple nodes that run without tight synchronization. Most analysis results for the related asynchronous algorithms use an upper bound on the information delays in the system to determine learning rates. Not only are such bounds hard to obtain in advance, but they also result in unnecessarily slow convergence. In this paper, we show that it is possible to use learning rates that depend on the actual time-varying delays in the system. We develop general convergence results for delay-adaptive asynchronous iterations and specialize these to proximal incremental gradient descent and block-coordinate descent algorithms. For each of these methods, we demonstrate how delays can be measured on-line, present delay-adaptive step-size policies, and illustrate their theoretical and practical advantages over the state-of-the-art.

📄 PDF Abstract BibTeX arXiv:2202.08550

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Asynchronous SGD Beats Minibatch SGD Under Arbitrary Delays

2022-06-15 · Konstantin Mishchenko, Francis Bach, Mathieu Even, Blake Woodworth

The existing analysis of asynchronous stochastic gradient descent (SGD) degrades dramatically when any delay is large, giving the impression that performance depends primarily on the delay. On the contrary, we prove much…

Asynchronous Distributed Optimization with Delay-free Parameters

2023-12-11 · Xuyang Wu, Changxin Liu, Sindri Magnusson, Mikael Johansson

Existing asynchronous distributed optimization algorithms often use diminishing step-sizes that cause slow practical convergence, or use fixed step-sizes that depend on and decrease with an upper bound of the delays. Not…

Distributed Optimization

On Unbounded Delays in Asynchronous Parallel Fixed-Point Algorithms

2016-09-15 · Robert Hannah, Wotao Yin

The need for scalable numerical solutions has motivated the development of asynchronous parallel algorithms, where a set of nodes run in parallel with little or no synchronization, thus computing with delayed information…

Non-Asymptotic Guarantees for Average-Reward Q-Learning with Adaptive Stepsizes

2025-04-25 · Zaiwei Chen

This work presents the first finite-time analysis for the last-iterate convergence of average-reward Q-learning with an asynchronous implementation. A key feature of the algorithm we study is the use of adaptive stepsize…

Q-Learning

Adaptive Braking for Mitigating Gradient Delay

2020-07-02 · Abhinav Venigalla, Atli Kosson, Vitaliy Chiley, Urs Köster

Neural network training is commonly accelerated by using multiple synchronized workers to compute gradient updates in parallel. Asynchronous methods remove synchronization overheads and improve hardware utilization at th…