paper-with-me

홈 › Papers

Theoretical analysis of Adam using hyperparameters close to one without Lipschitz smoothness

2022-06-27 · Hideaki Iiduka

Convergence and convergence rate analyses of adaptive methods, such as Adaptive Moment Estimation (Adam) and its variants, have been widely studied for nonconvex optimization. The analyses are based on assumptions that the expected or empirical average loss function is Lipschitz smooth (i.e., its gradient is Lipschitz continuous) and the learning rates depend on the Lipschitz constant of the Lipschitz continuous gradient. Meanwhile, numerical evaluations of Adam and its variants have clarified that using small constant learning rates without depending on the Lipschitz constant and hyperparameters ($\beta_1$ and $\beta_2$) close to one is advantageous for training deep neural networks. Since computing the Lipschitz constant is NP-hard, the Lipschitz smoothness condition would be unrealistic. This paper provides theoretical analyses of Adam without assuming the Lipschitz smoothness condition in order to bridge the gap between theory and practice. The main contribution is to show theoretical evidence that Adam using small learning rates and hyperparameters close to one performs well, whereas the previous theoretical results were all for hyperparameters close to zero. Our analysis also leads to the finding that Adam performs well with large batch sizes. Moreover, we show that Adam performs well when it uses diminishing learning rates and hyperparameters close to one.

📄 PDF Abstract BibTeX arXiv:2206.13290

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Adam 설명 없음

Similar Papers 제목 키워드 기반

UAdam: Unified Adam-Type Algorithmic Framework for Non-Convex Stochastic Optimization

2023-05-09 · Yiming Jiang, Jinlan Liu, Dongpo Xu, Danilo P. Mandic

Adam-type algorithms have become a preferred choice for optimisation in the deep learning setting, however, despite success, their convergence is still not well understood. To this end, we introduce a unified framework f…

Stochastic OptimizationVocal Bursts Type Prediction

Critical Bach Size Minimizes Stochastic First-Order Oracle Complexity of Deep Learning Optimizer using Hyperparameters Close to One

2022-08-21 · Hideaki Iiduka

Practical results have shown that deep learning optimizers using small constant learning rates, hyperparameters close to one, and large batch sizes can find the model parameters of deep neural networks that minimize the …

Adam Can Converge Without Any Modification On Update Rules

2022-08-20 · Yushun Zhang, Congliang Chen, Naichen Shi, Ruoyu Sun 외

Ever since Reddi et al. 2018 pointed out the divergence issue of Adam, many new variants have been designed to obtain convergence. However, vanilla Adam remains exceptionally popular and it works well in practice. Why is…

Convergence of Adam for Non-convex Objectives: Relaxed Hyperparameters and Non-ergodic Case

2023-07-20 · Meixuan He, Yuqing Liang, Jinlan Liu, Dongpo Xu

Adam is a commonly used stochastic optimization algorithm in machine learning. However, its convergence is still not fully understood, especially in the non-convex setting. This paper focuses on exploring hyperparameter …

Stochastic Optimization

Continuous-Time Analysis of Adaptive Optimization and Normalization

2024-11-08 · Rhys Gould, Hidenori Tanaka

Adaptive optimization algorithms, particularly Adam and its variant AdamW, are fundamental components of modern deep learning. However, their training dynamics lack comprehensive theoretical understanding, with limited i…