# An Adaptive Remote Stochastic Gradient Method for Training Neural   Networks

**Authors:** Yushu Chen, Hao Jing, Wenlai Zhao, Zhiqiang Liu, Ouyi Li, Liang Qiao,, Wei Xue, Guangwen Yang

arXiv: 1905.01422 · 2020-09-08

## TL;DR

This paper introduces ARSG, an adaptive remote stochastic gradient method that improves neural network training by enhancing convergence speed and generalization, outperforming popular optimizers like ADAM and SGD.

## Contribution

The paper proposes a novel adaptive remote stochastic gradient method with theoretical convergence guarantees and practical efficiency, outperforming existing adaptive optimizers.

## Key findings

- ARSG achieves $O(1/oot{T}{}$) convergence in non-convex problems.
- ARSG improves convergence speed over ADAM and SGD.
- ARSG demonstrates superior generalization on ImageNet with ResNet-50.

## Abstract

We present the remote stochastic gradient (RSG) method, which computes the gradients at configurable remote observation points, in order to improve the convergence rate and suppress gradient noise at the same time for different curvatures. RSG is further combined with adaptive methods to construct ARSG for acceleration. The method is efficient in computation and memory, and is straightforward to implement. We analyze the convergence properties by modeling the training process as a dynamic system, which provides a guideline to select the configurable observation factor without grid search. ARSG yields $O(1/\sqrt{T})$ convergence rate in non-convex settings, that can be further improved to $O(\log(T)/T)$ in strongly convex settings. Numerical experiments demonstrate that ARSG achieves both faster convergence and better generalization, compared with popular adaptive methods, such as ADAM, NADAM, AMSGRAD, and RANGER for the tested problems. In particular, for training ResNet-50 on ImageNet, ARSG outperforms ADAM in convergence speed and meanwhile it surpasses SGD in generalization.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1905.01422/full.md

## Figures

4 figures with captions in the complete paper: https://tomesphere.com/paper/1905.01422/full.md

## References

38 references — full list in the complete paper: https://tomesphere.com/paper/1905.01422/full.md

---
Source: https://tomesphere.com/paper/1905.01422