On the Convergence Behavior of Preconditioned Gradient Descent Toward the Rich Learning Regime
Shuai Jiang, Alexey Voronin, Eric Cyr, Ben Southworth
TL;DR
This work investigates how preconditioned gradient descent (PGD) methods, notably Gauss-Newton (GN) and Levenberg–Marquardt (LM), influence spectral bias and grokking in neural networks. By analyzing continuous-time dynamics, it shows that GN achieves near-uniform, mode-wise convergence in the NTK (lazy) regime, while LM tunably accelerates convergence across modes through the damping parameter $\mu$, thereby mitigating spectral bias. The results suggest grokking is a transitional phenomenon between the NTK-dominated lazy regime and a feature-learning rich regime, and that PGD can substantially reduce the delay to generalization, though final generalization may benefit from transitioning to first-order methods after the lazy phase. Overall, the study clarifies the interplay between optimization dynamics, spectral bias, and learning phase transitions, and proposes practical training strategies that start with PGD and switch to first-order optimization to achieve robust generalization.
Abstract
Spectral bias, the tendency of neural networks to learn low frequencies first, can be both a blessing and a curse. While it enhances the generalization capabilities by suppressing high-frequency noise, it can be a limitation in scientific tasks that require capturing fine-scale structures. The delayed generalization phenomenon known as grokking is another barrier to rapid training of neural networks. Grokking has been hypothesized to arise as learning transitions from the NTK to the feature-rich regime. This paper explores the impact of preconditioned gradient descent (PGD), such as Gauss-Newton, on spectral bias and grokking phenomena. We demonstrate through theoretical and empirical results how PGD can mitigate issues associated with spectral bias. Additionally, building on the rich learning regime grokking hypothesis, we study how PGD can be used to reduce delays associated with grokking. Our conjecture is that PGD, without the impediment of spectral bias, enables uniform exploration of the parameter space in the NTK regime. Our experimental results confirm this prediction, providing strong evidence that grokking represents a transitional behavior between the lazy regime characterized by the NTK and the rich regime. These findings deepen our understanding of the interplay between optimization dynamics, spectral bias, and the phases of neural network learning.
