Let Me Grok for You: Accelerating Grokking via Embedding Transfer from a Weaker Model
Zhiwei Xu, Zhiyu Ni, Yixin Wang, Wei Hu
TL;DR
Grokking causes delayed generalization where models memorize training data before achieving near-perfect test performance. The authors propose GrokTransfer, a two-stage embedding-transfer method that first trains a weaker model to learn an informative embedding, then initializes the target model’s embedding as a product $E_T=A B$ with $A=E_W$ and a trainable $B$, effectively enforcing a low-rank embedding. They prove that for a high-dimensional XOR task GrokTransfer enables direct generalization after transfer and demonstrate consistent empirical gains across fully connected nets and Transformers on modular addition, modular multiplication, and parity tasks. This approach reshapes training dynamics to reduce computation time and unpredictability in grokking without requiring extra data, suggesting practical benefits for accelerating generalization in diverse architectures.
Abstract
''Grokking'' is a phenomenon where a neural network first memorizes training data and generalizes poorly, but then suddenly transitions to near-perfect generalization after prolonged training. While intriguing, this delayed generalization phenomenon compromises predictability and efficiency. Ideally, models should generalize directly without delay. To this end, this paper proposes GrokTransfer, a simple and principled method for accelerating grokking in training neural networks, based on the key observation that data embedding plays a crucial role in determining whether generalization is delayed. GrokTransfer first trains a smaller, weaker model to reach a nontrivial (but far from optimal) test performance. Then, the learned input embedding from this weaker model is extracted and used to initialize the embedding in the target, stronger model. We rigorously prove that, on a synthetic XOR task where delayed generalization always occurs in normal training, GrokTransfer enables the target model to generalize directly without delay. Moreover, we demonstrate that, across empirical studies of different tasks, GrokTransfer effectively reshapes the training dynamics and eliminates delayed generalization, for both fully-connected neural networks and Transformers.
