paper-with-me

홈 › Papers

Adaptive Gradient Descent without Descent

2019-10-21 · ICML 2020 1 · Yura Malitsky, Konstantin Mishchenko

We present a strikingly simple proof that two rules are sufficient to automate gradient descent: 1) don't increase the stepsize too fast and 2) don't overstep the local curvature. No need for functional values, no line search, no information about the function except for the gradients. By following these rules, you get a method adaptive to the local geometry, with convergence guarantees depending only on the smoothness in a neighborhood of a solution. Given that the problem is convex, our method converges even if the global smoothness constant is infinity. As an illustration, it can minimize arbitrary continuously twice-differentiable convex function. We examine its performance on a range of convex and nonconvex problems, including logistic regression and matrix factorization.

📄 PDF Abstract BibTeX arXiv:1910.09529

Code (1)

ymalitsky/adaptive_gd 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

Stochastic Adaptive Gradient Descent Without Descent

2025-09-18 · Jean-François Aujol, Jérémie Bigot, Camille Castera arxiv

We introduce a new adaptive step-size strategy for convex optimization with stochastic gradient that exploits the local geometry of the objective function only by means of a first-order stochastic oracle and without any …

Occam Gradient Descent

2024-05-30 · B. N. Kausik

Deep learning neural network models must be large enough to adapt to their problem domain, while small enough to avoid overfitting training data during gradient descent. To balance these competing demands, overprovisione…

image-classificationImage ClassificationLearning TheoryModel Compression

Recurrent neural network training with preconditioned stochastic gradient descent

2016-06-14 · Xi-Lin Li

This paper studies the performance of a recently proposed preconditioned stochastic gradient descent (PSGD) algorithm on recurrent neural network (RNN) training. PSGD adaptively estimates a preconditioner to accelerate g…

Handwritten Digit Recognition

AdaGDA: Faster Adaptive Gradient Descent Ascent Methods for Minimax Optimization

2021-06-30 · Feihu Huang, Xidong Wu, Zhengmian Hu

In the paper, we propose a class of faster adaptive Gradient Descent Ascent (GDA) methods for solving the nonconvex-strongly-concave minimax problems by using the unified adaptive matrices, which include almost all exist…

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 …