Improving SGD convergence by online linear regression of gradients in multiple statistically relevant directions
Jarek Duda

TL;DR
This paper introduces an online linear regression approach to model gradient behavior in multiple directions, enhancing SGD convergence by exploiting second-order information efficiently and adaptively.
Contribution
It proposes a novel online method combining linear regression and PCA to model gradient dynamics, improving convergence without high computational costs.
Findings
Improved convergence speed over standard SGD.
Effective modeling of second-order information in an online setting.
Reduced computational complexity compared to traditional second-order methods.
Abstract
Deep neural networks are usually trained with stochastic gradient descent (SGD), which minimizes objective function using very rough approximations of gradient, only averaging to the real gradient. Standard approaches like momentum or ADAM only consider a single direction, and do not try to model distance from extremum - neglecting valuable information from calculated sequence of gradients, often stagnating in some suboptimal plateau. Second order methods could exploit these missed opportunities, however, beside suffering from very large cost and numerical instabilities, many of them attract to suboptimal points like saddles due to negligence of signs of curvatures (as eigenvalues of Hessian). Saddle-free Newton method is a rare example of addressing this issue - changes saddle attraction into repulsion, and was shown to provide essential improvement for final value this way. However,…
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
TopicsStochastic Gradient Optimization Techniques · Model Reduction and Neural Networks · Gaussian Processes and Bayesian Inference
MethodsPrincipal Components Analysis · Adam
