paper-with-me

홈 › Papers

Convergence Analysis of Newton's Method for Neural Networks in the Overparameterized Limit

2026-05-08 · Konstantin Riedl, Konstantinos Spiliopoulos, Justin Sirignano arxiv

A convergence analysis is developed for the regularized Newton method for training neural networks (NNs) in the overparameterized limit. As the number of hidden units tends to infinity, the NN training dynamics converge in probability to the solution of a deterministic limit equation involving a ``Newton neural tangent kernel'' (NNTK). Explicit rates characterizing this convergence are provided and, in the infinite-width limit, we prove that the NN converges exponentially fast to the target data (i.e., a global minimizer with zero loss). We show that this convergence is uniform across the frequency spectrum, addressing the spectral bias inherent in gradient descent. The eigenvalues of the NTK for gradient descent accumulate at zero, leading to slow convergence for target data with high-frequency components. In contrast, the NNTK has uniformly lower bounded eigenvalues if the regularization parameter is selected appropriately, allowing Newton's method to converge more quickly for data with high-frequency components. Mathematical challenges that need to be addressed in our analysis include the implicit parameter update of the Newton method with a potentially indefinite Hessian matrix and the fact that the dimension of this linear system of equations tends to infinity as the NN width grows. This complicates deriving the training dynamics in the overparameterized limit as well as proving the convergence of the finite-width dynamics thereto. The analysis identifies a scaling formula for selecting the regularization parameter, which we show can vanish at a suitable rate as the number of hidden units becomes larger. We prove that, for sufficiently large numbers of hidden units, the regularized Hessian remains positive definite during training and the Newton updates for individual NN parameters converge to zero, showing that the model behaves as a linearization around the initialization.

📄 PDF Abstract BibTeX arXiv:2605.08352

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Non-Asymptotic Optimization and Generalization Bounds for Stochastic Gauss-Newton in Overparameterized Models

2025-11-06 · Semih Cayci arxiv

An important question in deep learning is how higher-order optimization methods affect generalization. In this work, we analyze a stochastic Gauss-Newton (SGN) method with Levenberg-Marquardt damping and mini-batch sampl…

Gram-Gauss-Newton Method: Learning Overparameterized Neural Networks for Regression Problems

2019-05-28 · Tianle Cai, Ruiqi Gao, Jikai Hou, Siyu Chen 외

First-order methods such as stochastic gradient descent (SGD) are currently the standard algorithm for training deep neural networks. Second-order methods, despite their better convergence rate, are rarely used in practi…

regressionSecond-order methods

Regularized Gauss-Newton for Optimizing Overparameterized Neural Networks

2024-04-23 · Adeyemi D. Adeoye, Philipp Christian Petersen, Alberto Bemporad

The generalized Gauss-Newton (GGN) optimization method incorporates curvature estimates into its solution steps, and provides a good approximation to the Newton method for large-scale optimization problems. GGN has been …

A Riemannian Optimization Perspective of the Gauss-Newton Method for Feedforward Neural Networks

2024-12-18 · Semih Cayci

We analyze the convergence of Gauss-Newton dynamics for training neural networks with smooth activation functions. In the underparameterized regime, the Gauss-Newton gradient flow induces a Riemannian gradient flow on a …

Riemannian optimization

SCORE: Approximating Curvature Information under Self-Concordant Regularization

2021-12-14 · Adeyemi D. Adeoye, Alberto Bemporad

Optimization problems that include regularization functions in their objectives are regularly solved in many applications. When one seeks second-order methods for such problems, it may be desirable to exploit specific pr…

Second-order methods