paper-with-me

홈 › Papers

To Grok Grokking: Provable Grokking in Ridge Regression

2026-01-27 · Mingyue Xu, Gal Vardi, Itay Safran arxiv

We study grokking, the onset of generalization long after overfitting, in a classical ridge regression setting. We prove end-to-end grokking results for learning over-parameterized linear regression models using gradient descent with weight decay. Specifically, we prove that the following stages occur: (i) the model overfits the training data early during training; (ii) poor generalization persists long after overfitting has manifested; and (iii) the generalization error eventually becomes arbitrarily small. Moreover, we show, both theoretically and empirically, that grokking can be amplified or eliminated in a principled manner through proper hyperparameter tuning. To the best of our knowledge, these are the first rigorous quantitative bounds on the generalization delay (which we refer to as the "grokking time") in terms of training hyperparameters. Lastly, going beyond the linear setting, we empirically demonstrate that our quantitative bounds also capture the behavior of grokking on non-linear neural networks. Our results suggest that grokking is not an inherent failure mode of deep learning, but rather a consequence of specific training conditions, and thus does not require fundamental changes to the model architecture or learning algorithm to avoid.

📄 PDF Abstract BibTeX arXiv:2601.19791

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Grokking Beyond Neural Networks: An Empirical Exploration with Model Complexity

2023-10-26 · Jack Miller, Charles O'Neill, Thang Bui

In some settings neural networks exhibit a phenomenon known as \textit{grokking}, where they achieve perfect or near-perfect accuracy on the validation set long after the same performance has been achieved on the trainin…

regression

Grokking in Linear Models for Logistic Regression

2026-02-09 · Nataraj Das, Atreya Vedantam, Chandrashekar Lakshminarayanan arxiv

Grokking, the phenomenon of delayed generalization, is often attributed to the depth and compositional structure of deep neural networks. We study grokking in one of the simplest possible settings: the learning of a line…

Representation LearningBinary Classification

Grokking phase transitions in learning local rules with gradient descent

2022-10-26 · Bojan Žunkovič, Enej Ilievski

We discuss two solvable grokking (generalisation beyond overfitting) models in a rule learning scenario. We show that grokking is a phase transition and find exact analytic expressions for the critical exponents, grokkin…

Learning Theory

Progress Measures for Grokking on Real-world Tasks

2024-05-21 · Satvik Golechha

Grokking, a phenomenon where machine learning models generalize long after overfitting, has been primarily observed and studied in algorithmic tasks. This paper explores grokking in real-world datasets using deep neural …

Omnigrok: Grokking Beyond Algorithmic Data

2022-10-03 · Ziming Liu, Eric J. Michaud, Max Tegmark

Grokking, the unusual phenomenon for algorithmic datasets where generalization happens long after overfitting the training data, has remained elusive. We aim to understand grokking by analyzing the loss landscapes of neu…

AttributeRepresentation Learning