LGOCAug 23, 2022

Robustness to Unbounded Smoothness of Generalized SignSGD

arXiv:2208.11195v1106 citationsh-index: 72
Originality Incremental advance
AI Analysis

This addresses robustness issues in optimization for deep learning practitioners, particularly for models like RNNs and LSTMs, but is incremental as it builds on existing SignSGD and Adam methods.

The paper tackles the problem of non-convex optimization under unbounded smoothness conditions, showing that a generalized SignSGD algorithm achieves convergence rates similar to clipped SGD without explicit clipping and matches Adam's performance on deep learning tasks.

Traditional analyses in non-convex optimization typically rely on the smoothness assumption, namely requiring the gradients to be Lipschitz. However, recent evidence shows that this smoothness condition does not capture the properties of some deep learning objective functions, including the ones involving Recurrent Neural Networks and LSTMs. Instead, they satisfy a much more relaxed condition, with potentially unbounded smoothness. Under this relaxed assumption, it has been theoretically and empirically shown that the gradient-clipped SGD has an advantage over the vanilla one. In this paper, we show that clipping is not indispensable for Adam-type algorithms in tackling such scenarios: we theoretically prove that a generalized SignSGD algorithm can obtain similar convergence rates as SGD with clipping but does not need explicit clipping at all. This family of algorithms on one end recovers SignSGD and on the other end closely resembles the popular Adam algorithm. Our analysis underlines the critical role that momentum plays in analyzing SignSGD-type and Adam-type algorithms: it not only reduces the effects of noise, thus removing the need for large mini-batch in previous analyses of SignSGD-type algorithms, but it also substantially reduces the effects of unbounded smoothness and gradient norms. We also compare these algorithms with popular optimizers on a set of deep learning tasks, observing that we can match the performance of Adam while beating the others.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes