Predicting Grokking Long Before it Happens: A look into the loss landscape of models which grok
Pascal Jr. Tikeng Notsawo, Hattie Zhou, Mohammad Pezeshki, Irina Rish, Guillaume Dumas
TL;DR
<3-5 sentence high-level summary>Predicting Grokking Long Before it Happens introduces a low-cost predictor for grokking by examining early training dynamics. The authors propose a spectral signature derived from the Fourier transform of the initial loss curve, quantified via Hjorth activity, to forecast whether grokking will occur later, and they show a power-law relation $t_4(r)=a r^{-\gamma}+b$ with training-data fraction $r$. They analyze the grokking loss landscape through 1D projections and Hessian eigenvalues, unveiling a perturbed, ill-conditioned terrain and a slingshot mechanism that accompanies delayed generalization. The study bridges learning dynamics, landscape geometry, and generalization, offering practical guidance for hyperparameter selection and insights that may generalize to larger models and other domains.
Abstract
This paper focuses on predicting the occurrence of grokking in neural networks, a phenomenon in which perfect generalization emerges long after signs of overfitting or memorization are observed. It has been reported that grokking can only be observed with certain hyper-parameters. This makes it critical to identify the parameters that lead to grokking. However, since grokking occurs after a large number of epochs, searching for the hyper-parameters that lead to it is time-consuming. In this paper, we propose a low-cost method to predict grokking without training for a large number of epochs. In essence, by studying the learning curve of the first few epochs, we show that one can predict whether grokking will occur later on. Specifically, if certain oscillations occur in the early epochs, one can expect grokking to occur if the model is trained for a much longer period of time. We propose using the spectral signature of a learning curve derived by applying the Fourier transform to quantify the amplitude of low-frequency components to detect the presence of such oscillations. We also present additional experiments aimed at explaining the cause of these oscillations and characterizing the loss landscape.
