Deep Networks Always Grok and Here is Why
Ahmed Imtiaz Humayun, Randall Balestriero, Richard Baraniuk
TL;DR
This work shows that grokking—delayed generalization—occurs broadly across practical DNNs, not just in contrived setups. It introduces Local Complexity (LC), a spline-based progress measure that quantifies how densely nonlinear regions partition the input space, independent of labels or loss. Training dynamics reveal three phases (descent, ascent, region migration) where nonlinear regions move toward the decision boundary, forming a robust partition that enables generalization and robustness long after interpolation. The findings connect region migration to grokking, demonstrate delayed robustness to adversarial examples, and show that factors like architecture, activation, and Batch Normalization critically shape these dynamics. Together, the results provide a geometric, mechanistic lens on why and when networks learn to generalize and become robust, with implications for training regimes and model design.”
Abstract
Grokking, or delayed generalization, is a phenomenon where generalization in a deep neural network (DNN) occurs long after achieving near zero training error. Previous studies have reported the occurrence of grokking in specific controlled settings, such as DNNs initialized with large-norm parameters or transformers trained on algorithmic datasets. We demonstrate that grokking is actually much more widespread and materializes in a wide range of practical settings, such as training of a convolutional neural network (CNN) on CIFAR10 or a Resnet on Imagenette. We introduce the new concept of delayed robustness, whereby a DNN groks adversarial examples and becomes robust, long after interpolation and/or generalization. We develop an analytical explanation for the emergence of both delayed generalization and delayed robustness based on the local complexity of a DNN's input-output mapping. Our local complexity measures the density of so-called linear regions (aka, spline partition regions) that tile the DNN input space and serves as a utile progress measure for training. We provide the first evidence that, for classification problems, the linear regions undergo a phase transition during training whereafter they migrate away from the training samples (making the DNN mapping smoother there) and towards the decision boundary (making the DNN mapping less smooth there). Grokking occurs post phase transition as a robust partition of the input space thanks to the linearization of the DNN mapping around the training points. Website: https://bit.ly/grok-adversarial
