English

AEGD: Adaptive Gradient Descent with Energy

Optimization and Control 2021-10-04 v2 Machine Learning Numerical Analysis Numerical Analysis Machine Learning

Abstract

We propose AEGD, a new algorithm for first-order gradient-based optimization of non-convex objective functions, based on a dynamically updated energy variable. The method is shown to be unconditionally energy stable, irrespective of the step size. We prove energy-dependent convergence rates of AEGD for both non-convex and convex objectives, which for a suitably small step size recovers desired convergence rates for the batch gradient descent. We also provide an energy-dependent bound on the stationary convergence of AEGD in the stochastic non-convex setting. The method is straightforward to implement and requires little tuning of hyper-parameters. Experimental results demonstrate that AEGD works well for a large variety of optimization problems: it is robust with respect to initial data, capable of making rapid initial progress. The stochastic AEGD shows comparable and often better generalization performance than SGD with momentum for deep neural networks.

Keywords

Cite

@article{arxiv.2010.05109,
  title  = {AEGD: Adaptive Gradient Descent with Energy},
  author = {Hailiang Liu and Xuping Tian},
  journal= {arXiv preprint arXiv:2010.05109},
  year   = {2021}
}

Comments

25 pages, 6 figures, submitted to SIAM J. Optimization

R2 v1 2026-06-23T19:14:33.406Z