The Geometry of Grokking: Norm Minimization on the Zero-Loss Manifold
Tiberiu Musat
TL;DR
This work analyzes grokking, the phenomenon where neural networks generalize only after extensive memorization, by viewing post-memorization learning as constrained optimization that minimizes the weight norm on the zero-loss manifold $\mathcal{Z}$. In the small-learning-rate and small-weight-decay regime, gradient flow preserves proximity to $\mathcal{Z}$ while weight decay drives norm reduction along available directions, a property formalized as gradient orthogonality to the tangent space of $\mathcal{Z}$. The authors introduce an approximation to isolate dynamics of parameter subsets and derive a closed-form first-layer dynamic for two-layer networks, enabling a tractable analysis of embedding-like components. Empirical validation on modular addition demonstrates both delayed generalization and the emergence of circular representations in the embedding layer, including a Fourier-analytic depiction of the learned structure. Overall, the results provide a principled mechanism for grokking and a framework for studying representation learning within subcomponents of neural nets.
Abstract
Grokking is a puzzling phenomenon in neural networks where full generalization occurs only after a substantial delay following the complete memorization of the training data. Previous research has linked this delayed generalization to representation learning driven by weight decay, but the precise underlying dynamics remain elusive. In this paper, we argue that post-memorization learning can be understood through the lens of constrained optimization: gradient descent effectively minimizes the weight norm on the zero-loss manifold. We formally prove this in the limit of infinitesimally small learning rates and weight decay coefficients. To further dissect this regime, we introduce an approximation that decouples the learning dynamics of a subset of parameters from the rest of the network. Applying this framework, we derive a closed-form expression for the post-memorization dynamics of the first layer in a two-layer network. Experiments confirm that simulating the training process using our predicted gradients reproduces both the delayed generalization and representation learning characteristic of grokking.
