paper-with-me

Papers

The Weight Norm Sets the Grokking Timescale: A Causal Delay Law

2026-06-11 · Truong Xuan Khanh, Doan Hoang Viet, Luu Duc Trung, Phan Thanh Duc arxiv

Grokking is the delayed onset of generalization in neural networks, arising long after they fit the training data. Whether the weight norm causes this delay is disputed: some studies report a critical norm at the transition, others observe grokking with no fixed norm at all. We settle this by intervening on the norm during training rather than only observing it. Under free training with weight decay, networks grok when the weight norm reaches a value Wc that varies little across seeds and learning rates (CV 1 to 2 percent) and grows with the modular base as a power law. When we instead clamp the norm to a fixed multiple rho of Wc and hold it there, the network still groks, but the delay follows T_grok proportional to exp(alpha rho). One exponent, alpha near 7.5, fits this delay across four moduli (R^2 = 0.996). Over the swept ranges the held norm moves the delay by about 19x and the learning rate by only about 2x, and holding the norm above Wc slows grokking rather than preventing it. A final LayerNorm removes the dependence by decoupling weight scale from the network function; without it the exponential law returns. This pinned-norm delay is the exponential counterpart to the logarithmic delay predicted for a freely contracting norm.

📄 PDF Abstract BibTeX arXiv:2606.13753

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

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 …

Circuit Synchronization Precedes Generalization: A Causal Precursor to Grokking

2026-06-11 · Achyuthan Sivasankar arxiv

Grokking is the delayed generalisation phenomenon where a transformer trained on modular arithmetic abruptly transitions from near-chance to near-perfect validation accuracy. It has been attributed to a Fourier-based alg…

Structure-Specific Representational Priors Causally Control the Grokking Delay

2026-07-05 · Gunner Levi Howe arxiv

Grokking -- generalization long after training-set interpolation -- has been accelerated by structure-agnostic interventions (gradient filtering, weight-norm clamping, geometric penalties). Whether the delay specifically…

Low-Dimensional and Transversely Curved Optimization Dynamics in Grokking

2026-02-18 · Yongzhong Xu arxiv

Grokking -- the delayed transition from memorization to generalization in small algorithmic tasks -- remains poorly understood. We present a geometric analysis of optimization dynamics in transformers trained on modular …

Model Capacity Determines Grokking through Competing Memorisation and Generalisation Speeds

2026-05-10 · Yiding Song, Hanming Ye arxiv

Existing accounts of grokking explain the phenomena in terms of mechanistic frameworks such as circuit efficiency or lazy-to-rich transitions. However, despite a known dependence between grokking and model size, how mode…