Combining resampling and reweighting for faithful stochastic optimization
Jing An, Lexing Ying

TL;DR
This paper introduces a combined resampling and reweighting approach to improve stochastic gradient descent, enabling it to more reliably find global minima in non-convex optimization problems by balancing variance across different minima.
Contribution
It proposes a novel resampling-reweighting scheme that mitigates variance issues in SGD, enhancing its ability to locate true global minima in non-convex landscapes.
Findings
The scheme balances variance at local minima.
It converges faster than vanilla SGD.
Experiments validate improved global minimum detection.
Abstract
Many machine learning and data science tasks require solving non-convex optimization problems. When the loss function is a sum of multiple terms, a popular method is the stochastic gradient descent. Viewed as a process for sampling the loss function landscape, the stochastic gradient descent is known to prefer flat minima. Though this is desired for certain optimization problems such as in deep learning, it causes issues when the goal is to find the global minimum, especially if the global minimum resides in a sharp valley. Illustrated with a simple motivating example, we show that the fundamental reason is that the difference in the Lipschitz constants of multiple terms in the loss function causes stochastic gradient descent to experience different variances at different minima. In order to mitigate this effect and perform faithful optimization, we propose a combined…
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.
