paper-with-me

Papers

SMELT: Scaling Laws for Compute-Matched MoE Looped Transformers

2026-09-01 · Shaowen Wang, Ge Zhang, Kairong Luo, Yuhao Wu, Shaofan Liu, Jiaheng Liu, Wenhao Huang, Shen Yan, Jian Li hf

Looped Transformers increase effective depth by iterating a shared block of layers, but most evaluations compare at fixed model size, conflating architectural advantage with extra FLOPs. We study looping on Mixture-of-Experts Transformers while closely matching per-token FLOPs, total non-embedding parameters, and KV cache. Through a series of ablations, we arrive at a recipe we call SMELT (Sparse MoE Transformer, middle layers Loop Twice), which loops the middle half of layers twice while matching the unlooped Baseline on all three budgets. We scale SMELT across four sizes up to 54B non-embedding parameters and fit a separate Chinchilla-style scaling law for each architecture. SMELT's loss drops faster with compute, saving 6.8--18.0\% of training FLOPs on the compute-optimal frontier. The advantage transfers to downstream benchmarks beyond what validation loss predicts, is largest on Code, and grows with sample length and the number of in-context examples. Mechanistic analysis shows that the second visit reduces the attention sink and redirects mass toward content-relevant tokens, an inductive bias that may underlie the observed performance gains. These results show that looping can improve Transformers even under budget matching, offering a practical recipe that turns depth reuse into measurable gains.

📄 PDF Abstract BibTeX arXiv:2609.01343

Code (3)

Valiant-Cat/hfpaper
iwaag/study-arxiv-trend
jinuk0211/Looped-transformer

Similar 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}…

Parcae: Scaling Laws For Stable Looped Language Models

2026-04-14 · Hayden Prairie, Zachary Novack, Taylor Berg-Kirkpatrick, Daniel Y. Fu arxiv

Traditional fixed-depth architectures scale quality by increasing training FLOPs, typically through increased parameterization, at the expense of a higher memory footprint, or data. A potential alternative is looped arch…

A Dual-Path Architecture for Scaling Compute and Capacity in LLMs

2026-05-28 · Markus Frey, Behzad Shomali, Joachim Koehler, Mehdi Ali arxiv

Looped transformers apply a shared block multiple times and have emerged as a parameter-efficient route to scaling compute in language models. However, at fixed FLOPs a looped model has strictly less capacity than a base…

Reasoning with Latent Thoughts: On the Power of Looped Transformers

2025-02-24 · Nikunj Saunshi, Nishanth Dikkala, Zhiyuan Li, Sanjiv Kumar 외

Large language models have shown remarkable reasoning abilities and scaling laws suggest that large parameter count, especially along the depth axis, is the primary driver. In this work, we make a stronger claim -- many …

Language ModelingLanguage ModellingMathMemorization

Sparse Layers are Critical to Scaling Looped Language Models

2026-05-09 · Ryan Lee, Jacob Biloki, Edward J. Hu, Jonathan May arxiv

Looped language models repeat a set of transformer layers through depth, reducing memory costs and providing natural early-exit points at loop boundaries. However, looped models do not scale as favorably as standard tran…