paper-with-me

Papers

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 neural networks, identifying the mismatch between training and test losses as the cause for grokking. We refer to this as the "LU mechanism" because training and test losses (against model weight norm) typically resemble "L" and "U", respectively. This simple mechanism can nicely explain many aspects of grokking: data size dependence, weight decay dependence, the emergence of representations, etc. Guided by the intuitive picture, we are able to induce grokking on tasks involving images, language and molecules. In the reverse direction, we are able to eliminate grokking for algorithmic datasets. We attribute the dramatic nature of grokking for algorithmic datasets to representation learning.

📄 PDF Abstract BibTeX arXiv:2210.01117

Code (2)

kindxiaoming/omnigrok 공식 구현
ironjr/grokfast pytorch

Tasks

AttributeRepresentation Learning

Methods 이 논문이 사용한 방법론

Test 설명 없음
Weight Decay 설명 없음

Similar Papers 제목 키워드 기반

Grokking Is Conditional and Fragile: A Fully-Tractable, Multi-Seed Study at 12K Parameters

2026-07-06 · Yoshiyuki Ootani arxiv

Grokking -- the delayed onset of generalization long after a network has fit its training set - -is usually studied in models too large to read completely and reported from single training runs. We instead study a public…

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

Intrinsic Task Symmetry Drives Generalization in Algorithmic Tasks

2026-03-02 · Hyeonbin Hwang, Yeachan Park arxiv

Grokking, the sudden transition from memorization to generalization, is characterized by the emergence of low-dimensional representations, yet the mechanism underlying this organization remains elusive. We propose that i…

Relational Reasoning

Grokking: Generalization Beyond Overfitting on Small Algorithmic Datasets

2022-01-06 · Alethea Power, Yuri Burda, Harri Edwards, Igor Babuschkin 외

In this paper we propose to study generalization of neural networks on small algorithmically generated datasets. In this setting, questions about data efficiency, memorization, generalization, and speed of learning can b…

Memorization

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 …