Nonlinear discretizations and Newton's method: characterizing stationary points of regression objectives
Conor Rowan
TL;DR
The work analyzes exact Newton methods for regression problems with nonlinear neural discretizations and PINNs, showing they frequently converge to trivial saddle points rather than minima due to the geometry of approximation manifolds. It argues that the practical success of second-order optimization stems from curvature safeguards in quasi-Newton and saddle-free variants, which avoid negative curvature and descent into saddles. Through neural network regression and PINN experiments, the authors reveal that Newton's method can compel the network to learn an orthogonal basis or satisfy differential-operator orthogonality rather than minimize the target error, highlighting the prevalence of saddle points in high dimensions. These insights clarify why curvature-aware second-order methods outperform plain Newton in practice and suggest that saddles, not local minima, dominate large neural network loss landscapes.
Abstract
Second-order methods are emerging as promising alternatives to standard first-order optimizers such as gradient descent and ADAM for training neural networks. Though the advantages of including curvature information in computing optimization steps have been celebrated in the scientific machine learning literature, the only second-order methods that have been studied are quasi-Newton, meaning that the Hessian matrix of the objective function is approximated. Though one would expect only to gain from using the true Hessian in place of its approximation, we show that neural network training reliably fails when relying on exact curvature information. The failure modes provide insight both into the geometry of nonlinear discretizations as well as the distribution of stationary points in the loss landscape, leading us to question the conventional wisdom that the loss landscape is replete with local minima.
