A Stochastic Gradient Method with Biased Estimation for Faster Nonconvex Optimization
Jia Bi, Steve R. Gunn

TL;DR
This paper introduces a novel stochastic gradient method that uses biased estimation controlled by a hyper-parameter, enabling faster convergence in nonconvex optimization tasks like deep learning.
Contribution
It proposes an integrated approach that balances biased and unbiased gradient estimators via a hyper-parameter, improving convergence speed.
Findings
The method achieves faster convergence in nonconvex optimization.
The hyper-parameter effectively balances bias and variance.
Experimental results validate theoretical convergence improvements.
Abstract
A number of optimization approaches have been proposed for optimizing nonconvex objectives (e.g. deep learning models), such as batch gradient descent, stochastic gradient descent and stochastic variance reduced gradient descent. Theory shows these optimization methods can converge by using an unbiased gradient estimator. However, in practice biased gradient estimation can allow more efficient convergence to the vicinity since an unbiased approach is computationally more expensive. To produce fast convergence there are two trade-offs of these optimization strategies which are between stochastic/batch, and between biased/unbiased. This paper proposes an integrated approach which can control the nature of the stochastic element in the optimizer and can balance the trade-off of estimator between the biased and unbiased by using a hyper-parameter. It is shown theoretically and…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStochastic Gradient Optimization Techniques · Sparse and Compressive Sensing Techniques · Advanced Neural Network Applications
