Abstract

The stochastic gradient descent (SGD) is a simple yet very influential algorithm used to find the minimum of a loss (cost) function which is dependent on datasets with large cardinality, such in cases typically associated with deep learning (DL). There exists several variants/improvements over the "vanilla" SGD, which from a high-level perspective, may be understood as using an adaptive element-wise step-size (SS). Moreover, from an algorithmic point of view, there is a clear "incremental improvement path" which relates all of them, i.e. from simple alternative such SG Clipping (SGC) to the well-known variance correction (Adagrad), follow by an (EMA) exponential moving average (RMSprop) to alternative furtherance such Newton (AdaDelta) or bias correction along with different EMA options for the gradient itself (Adam, AdaMAx, AdaBelief, etc.).In this paper, inspired by previous non-stochastic results on how to avoid divergence for ill chosen SS (for the accelerated proximal gradient algorithm), instead of directly using the standard SGD gradient’s EMA ${{\mathbf{\bar g}}_k}$, we propose to modify its entries so as to force $\left\{ {{{\left\| {{{{\mathbf{\bar g}}}_k}} \right\|}_\infty }} \right\}{\text{'s}}$ moving average to be non-increasing. Our reproducible computational results compare our proposed algorithm, called SGD-ℓ <inf xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">∞</inf> , with several optimizers (such Adam, AdaMax, SGC, etc.); while, as expected, SGD-ℓ <inf xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">∞</inf> allows us to use larger SS without divergence problems, (i) it also matches a well-tuned Adam’s performance (superior to "default parameters" Adam), and (ii) heuristically, its convergence properties (rate, oscillations, etc.) are superior when compared to other well-known algorithms.

Full Text
Paper version not known

Talk to us

Join us for a 30 min session where you can share your feedback and ask us any queries you have

Schedule a call

Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.