paper-with-me

홈 › Papers

Gradient descent with adaptive stepsize converges (nearly) linearly under fourth-order growth

2024-09-29 · Damek Davis, Dmitriy Drusvyatskiy, Liwei Jiang

A prevalent belief among optimization specialists is that linear convergence of gradient descent is contingent on the function growing quadratically away from its minimizers. In this work, we argue that this belief is inaccurate. We show that gradient descent with an adaptive stepsize converges at a local (nearly) linear rate on any smooth function that merely exhibits fourth-order growth away from its minimizer. The adaptive stepsize we propose arises from an intriguing decomposition theorem: any such function admits a smooth manifold around the optimal solution -- which we call the ravine -- so that the function grows at least quadratically away from the ravine and has constant order growth along it. The ravine allows one to interlace many short gradient steps with a single long Polyak gradient step, which together ensure rapid convergence to the minimizer. We illustrate the theory and algorithm on the problems of matrix sensing and factorization and learning a single neuron in the overparameterized regime.

📄 PDF Abstract BibTeX arXiv:2409.19791

Code (1)

damek/GDPolyak 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Gradient Descent Converges Linearly to Flatter Minima than Gradient Flow in Shallow Linear Networks

2025-01-15 · Pierfrancesco Beneventano, Blake Woodworth

We study the gradient descent (GD) dynamics of a depth-2 linear neural network with a single input and output. We show that GD converges at an explicit linear rate to a global minimum of the training loss, even with a la…

A short proof of near-linear convergence of adaptive gradient descent under fourth-order growth and convexity

2026-04-15 · Damek Davis, Dmitriy Drusvyatskiy arxiv

Davis, Drusvyatskiy, and Jiang showed that gradient descent with an adaptive stepsize converges locally at a nearly-linear rate for smooth functions that grow at least quartically away from their minimizers. The argument…

Blockwise Adaptivity: Faster Training and Better Generalization in Deep Learning

2019-05-23 · Shuai Zheng, James T. Kwok

Stochastic methods with coordinate-wise adaptive stepsize (such as RMSprop and Adam) have been widely used in training deep neural networks. Despite their fast convergence, they can generalize worse than stochastic gradi…

Deep Learning

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 s…

Any-stepsize Gradient Descent for Separable Data under Fenchel--Young Losses

2025-02-07 · Han Bao, Shinsaku Sakaue, Yuki Takezawa

The gradient descent (GD) has been one of the most common optimizer in machine learning. In particular, the loss landscape of a neural network is typically sharpened during the initial phase of training, making the train…

LEMMA