Explaining Grokking and Information Bottleneck through Neural Collapse Emergence
Keitaro Sakamoto, Issei Sato
TL;DR
The paper investigates two late-phase phenomena in deep learning—grokking and information bottleneck dynamics—and proposes neural collapse as a unifying mechanism. It introduces the population within-class variance, relates it to NC1, and shows that its contraction governs both delayed generalization and IB compression, with distinct time scales for neural collapse and training loss. The authors provide theoretical bounds linking variance reduction to generalization and information-theoretic quantities, and they validate the theory through extensive experiments across MNIST, Fashion-MNIST, CIFAR-10, CNNs, ResNets, transformers, and text benchmarks. Practically, the work suggests monitoring within-class variance (RNC1) and using weight decay to modulate the onset of late-phase improvements, offering a cohesive framework for understanding and guiding late-stage training dynamics.
Abstract
The training dynamics of deep neural networks often defy expectations, even as these models form the foundation of modern machine learning. Two prominent examples are grokking, where test performance improves abruptly long after the training loss has plateaued, and the information bottleneck principle, where models progressively discard input information irrelevant to the prediction task as training proceeds. However, the mechanisms underlying these phenomena and their relations remain poorly understood. In this work, we present a unified explanation of such late-phase phenomena through the lens of neural collapse, which characterizes the geometry of learned representations. We show that the contraction of population within-class variance is a key factor underlying both grokking and information bottleneck, and relate this measure to the neural collapse measure defined on the training set. By analyzing the dynamics of neural collapse, we show that distinct time scales between fitting the training set and the progression of neural collapse account for the behavior of the late-phase phenomena. Finally, we validate our theoretical findings on multiple datasets and architectures.
