paper-with-me

Papers

How Much Is One Recurrence Worth? Iso-Depth Scaling Laws for Looped Language Models

2026-04-22 · Kristian Schwethelm, Daniel Rueckert, Georgios Kaissis arxiv

We measure how much one recurrence is worth to a looped (depth-recurrent) transformer, in equivalent unique parameters. From an iso-depth pretraining sweep across recurrence counts $r \in \{1, 2, 4, 8\}$ spanning ${\sim}50\times$ in training compute, we fit a joint scaling law $L = E + A\,(N_\text{once} + r^{\varphi} N_\text{rec})^{-α} + B\,D^{-β}$ and measure a recurrence-equivalence exponent $\varphi = 0.46$. Intuitively, $\varphi$ tells us whether looping a block $r$ times is equivalent in validation loss to $r$ unique blocks of a non-looped model (full equivalence, $\varphi{=}1$) or to a single block run repeatedly with no capacity gain ($\varphi{=}0$). Our $\varphi = 0.46$ sits in between, so replacing unique blocks with shared recurrences increases validation loss at matched training compute. For example, at $r{=}4$ a 410M looped model performs on par with a 580M non-looped model, but incurs the training cost of a 1B non-looped one. We demonstrate the utility of $\varphi$ as a diagnostic tool on two case studies: commonly used truncated backpropagation lowers $\varphi$ to $0.38$, indicating that the loop mechanism is poorly trained under truncation, even though validation loss decreases. Conversely, hyperconnections raise $\varphi$ to $0.65$, a genuine capacity gain. Our method separates true loop improvements from training-side gains, a distinction raw validation loss cannot make.

📄 PDF Abstract BibTeX arXiv:2604.21106

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

How Much is Brain Data Worth for Machine Learning?

2026-05-10 · Lane Lewis, Zhixin Wang, David Schwab, Xaq Pitkow arxiv

If a person can solve a task, can measuring their brain make it easier to train a model to solve that task too? Recent NeuroAI work suggests that supplementing task training with neural recordings can modestly improve mo…

Stabilizing Recurrent Dynamics for Test-Time Scalable Latent Reasoning in Looped Language Models

2026-05-26 · Xiao-Wen Yang, Ziyu Han, Xi-Hua Zhang, Wen-Da Wei 외 arxiv

Looped Language Models (LoopLMs) enable efficient latent reasoning through depth recurrence, yet exhibit unreliable test-time scaling behavior: performance often peaks at a certain iteration depth and then collapses with…

Mathematical Reasoning

Getting ViT in Shape: Scaling Laws for Compute-Optimal Model Design

2023-05-22 · NeurIPS 2023 11 · Ibrahim Alabdulmohsin, Xiaohua Zhai, Alexander Kolesnikov, Lucas Beyer

Scaling laws have been recently employed to derive compute-optimal model size (number of parameters) for a given compute duration. We advance and refine such methods to infer compute-optimal model shapes, such as width a…

image-classificationImage ClassificationVisual Question Answering (VQA)

How Long Does Infinite Width Last? Signal Propagation in Long-Range Linear Recurrences

2026-05-06 · Mariia Seleznova arxiv

We study signal propagation in linear recurrent models at finite width. While existing signal propagation theory relies predominantly on the infinite-width limit, it remains unclear for how long that approximation remain…

Iterative Orthogonalization Scaling Laws

2025-05-06 · Devan Selvaraj

The muon optimizer has picked up much attention as of late as a possible replacement to the seemingly omnipresent Adam optimizer. Recently, care has been taken to document the scaling laws of hyper-parameters under muon …