Critical Point Finding with Newton-MR by Analogy to Computing Square Roots
Charles G Frye

TL;DR
This paper introduces Newton-MR, an algorithm inspired by square root computation methods, for effectively finding critical points in neural network loss surfaces, enhancing understanding of optimization behavior.
Contribution
It proposes a novel approach to locate critical points in differentiable loss functions using three optimization problems, connecting classical root-finding methods with neural network optimization.
Findings
Newton-MR effectively finds critical points in neural network loss surfaces
The approach improves understanding of optimization landscape behavior
Analogous derivation to square root computation simplifies the concept
Abstract
Understanding of the behavior of algorithms for resolving the optimization problem (hereafter shortened to OP) of optimizing a differentiable loss function (OP1), is enhanced by knowledge of the critical points of that loss function, i.e. the points where the gradient is 0. Here, we describe a solution to the problem of finding critical points by proposing and solving three optimization problems: 1) minimizing the norm of the gradient (OP2), 2) minimizing the difference between the pre-conditioned update direction and the gradient (OP3), and 3) minimizing the norm of the gradient along the update direction (OP4). The result is a recently-introduced algorithm for optimizing invex functions, Newton-MR, which turns out to be highly effective at the problem of finding the critical points of the loss surfaces of neural networks. We precede this derivation with an analogous, but simpler,…
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
TopicsAdvanced Optimization Algorithms Research · Stochastic Gradient Optimization Techniques · Sparse and Compressive Sensing Techniques
