NeuralGrok: Accelerate Grokking by Neural Gradient Transformation
Xinyu Zhou, Simin Fan, Martin Jaggi, Jie Fu
TL;DR
This paper tackles the grokking phenomenon in transformer models by introducing NeuralGrok, a bilevel gradient-transformation framework where a neural-amplifier learns to reweight gradient components to promote generalization. Through inner-outer loop optimization, the amplifier guides the base model toward faster, more stable generalization on arithmetic tasks, outperforming standard training and GrokFast baselines. The authors further show that NeuralGrok reduces model and gradient complexity, as measured by the Absolute Gradient Entropy metric, and that gradient rescaling can stabilize training even without learned transformations. While the approach yields clear benefits on synthetic arithmetic tasks, it also reveals limitations such as task-specific transferability of the gradient transformations and the need to validate on broader domains.
Abstract
Grokking is proposed and widely studied as an intricate phenomenon in which generalization is achieved after a long-lasting period of overfitting. In this work, we propose NeuralGrok, a novel gradient-based approach that learns an optimal gradient transformation to accelerate the generalization of transformers in arithmetic tasks. Specifically, NeuralGrok trains an auxiliary module (e.g., an MLP block) in conjunction with the base model. This module dynamically modulates the influence of individual gradient components based on their contribution to generalization, guided by a bilevel optimization algorithm. Our extensive experiments demonstrate that NeuralGrok significantly accelerates generalization, particularly in challenging arithmetic tasks. We also show that NeuralGrok promotes a more stable training paradigm, constantly reducing the model's complexity, while traditional regularization methods, such as weight decay, can introduce substantial instability and impede generalization. We further investigate the intrinsic model complexity leveraging a novel Absolute Gradient Entropy (AGE) metric, which explains that NeuralGrok effectively facilitates generalization by reducing the model complexity. We offer valuable insights on the grokking phenomenon of Transformer models, which encourages a deeper understanding of the fundamental principles governing generalization ability.
