TL;DR
This paper presents an adaptive gradient optimization algorithm that combines energy and momentum, offering improved convergence and generalization for large-scale machine learning tasks, including deep neural networks.
Contribution
Introduces a new adaptive gradient method with energy-based learning rate adjustment, providing theoretical convergence guarantees and practical advantages over existing optimizers.
Findings
Fast convergence demonstrated in experiments
Better generalization compared to SGD with momentum
Competitive performance with Adam
Abstract
We introduce a novel algorithm for gradient-based optimization of stochastic objective functions. The method may be seen as a variant of SGD with momentum equipped with an adaptive learning rate automatically adjusted by an 'energy' variable. The method is simple to implement, computationally efficient, and well suited for large-scale machine learning problems. The method exhibits unconditional energy stability for any size of the base learning rate. We provide a regret bound on the convergence rate under the online convex optimization framework. We also establish the energy-dependent convergence rate of the algorithm to a stationary point in the stochastic non-convex setting. In addition, a sufficient condition is provided to guarantee a positive lower threshold for the energy variable. Our experiments demonstrate that the algorithm converges fast while generalizing better than or as…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsBalanced Selection · Adam · Stochastic Gradient Descent · SGD with Momentum
