paper-with-me

홈 › Papers

Local Convergence of Adaptive Gradient Descent Optimizers

2021-02-19 · Sebastian Bock, Martin Georg Weiß

Adaptive Moment Estimation (ADAM) is a very popular training algorithm for deep neural networks and belongs to the family of adaptive gradient descent optimizers. However to the best of the authors knowledge no complete convergence analysis exists for ADAM. The contribution of this paper is a method for the local convergence analysis in batch mode for a deterministic fixed training set, which gives necessary conditions for the hyperparameters of the ADAM algorithm. Due to the local nature of the arguments the objective function can be non-convex but must be at least twice continuously differentiable. Then we apply this procedure to other adaptive gradient descent algorithms and show for most of them local convergence with hyperparameter bounds.

📄 PDF Abstract BibTeX arXiv:2102.09804

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Adam 설명 없음

Similar Papers 제목 키워드 기반

A Methodology Establishing Linear Convergence of Adaptive Gradient Methods under PL Inequality

2024-07-17 · Kushal Chakrabarti, Mayank Baranwal

Adaptive gradient-descent optimizers are the standard choice for training neural network models. Despite their faster convergence than gradient-descent and remarkable performance in practice, the adaptive optimizers are …

A Tale of Two Geometries: Adaptive Optimizers and Non-Euclidean Descent

2025-11-25 · Shuo Xie, Tianhao Wang, Beining Wu, Zhiyuan Li arxiv

Adaptive optimizers can reduce to normalized steepest descent (NSD) when only adapting to the current gradient, suggesting a close connection between the two algorithmic families. A key distinction between their analyses…

Stochastic Optimization

Grams: Gradient Descent with Adaptive Momentum Scaling

2024-12-22 · Yang Cao, Xiaoyu Li, Zhao Song

We introduce $\mathbf{G}$radient Descent with $\mathbf{A}$daptive $\mathbf{M}$omentum $\mathbf{S}$caling ($\mathbf{Grams}$), a novel optimization algorithm that decouples the direction and magnitude of parameter updates …

MADA: Meta-Adaptive Optimizers through hyper-gradient Descent

2024-01-17 · Kaan Ozkara, Can Karakus, Parameswaran Raman, Mingyi Hong 외

Following the introduction of Adam, several novel adaptive optimizers for deep learning have been proposed. These optimizers typically excel in some tasks but may not outperform Adam uniformly across all tasks. In this w…

Adaptive Gradient Descent Methods for Computing Implied Volatility

2021-08-16 · Yixiao Lu, Yihong Wang, Tinggan Yang

In this paper, a new numerical method based on adaptive gradient descent optimizers is provided for computing the implied volatility from the Black-Scholes (B-S) option pricing model. It is shown that the new method is m…