Skip to content

Layer-looping scaling laws — Hayden Prairie tweet

Hayden Prairie (UCSD / Together) posts a thread announcing scaling laws for layer looping — applying a shared block of transformer layers iteratively during training rather than stacking unique layers. The headline claims are (a) predictable, fittable scaling laws exist for the loop count, (b) looping can match the quality of a transformer with twice the parameter count at the same parameter budget, and (c) for a fixed parameter budget, data and loop count should be scaled in tandem. The tweet links to a chart (thread continues) but no public paper URL is attached in the visible portion of the thread.

  • A predictable scaling law exists for layer looping during training, where looping a block of layers multiple times scales effective FLOPs without scaling parameter count [tweet body].
  • At a fixed parameter budget, looping allows matching the quality of a transformer with twice the parameter count [tweet body].
  • For a fixed parameter budget, the scaling-law recommendation is to scale data and loop count together — i.e., more looping should be paired with more data, not used as a substitute [tweet body].

The tweet is an announcement and does not describe the method in detail beyond “looping blocks of layers during training” and mentioning that scaling laws were fit. No equations, architecture diagrams, or experimental settings are shown in the visible portion of the thread; the attached image (chart) presumably shows the scaling-law fit but is not transcribed here. A follow-up paper or project page is not linked in the visible content.

The tweet asserts a quality match with a 2× parameter transformer under iso-parameter looping, and the existence of a clean data × loop-count scaling rule. No specific architecture, dataset, parameter range, or numeric FID/loss values are stated in the visible portion of the thread.

This is a second data point on the wiki that layer looping has predictable scaling-law structure — the first being ELT: Elastic Looped Transformers for Visual Generation (ELT), which showed power-law scaling in unique-layer count LbL_b across model widths in the visual-generation setting and demonstrated that a weight-shared block can match or beat a 2× larger unshared transformer on ImageNet-256 (FID 2.83 at 1.1B vs 3.43 at 2.1B at matched effective depth). Prairie’s tweet is the LLM-pretraining analog — same qualitative story (looping ≈ 2× free parameters in quality), now with a “scale data and looping together” prescription that contrasts with the parameter-only Chinchilla framing surveyed on Hyperparameter scaling laws. The “data and looping in tandem” rule is the new piece: ELT does not explicitly fit a data × loop-count surface, so if Prairie’s law generalizes, it complements ELT by adding the data axis.

  • Looped Transformers — concept page covering the looped-Transformer thread (ELT + this tweet + Hyperloop).
  • ELT: Elastic Looped Transformers for Visual Generation — concurrent looped-transformer work in visual generation; reports 4× parameter reduction at iso-quality on ImageNet-256 and power-law scaling in LbL_b.
  • Hyperloop Transformers — LLM-side looped Transformer with loop-boundary hyper-connections; over-trained 240M result (Table 2) is a concrete datapoint on the data × loop-count surface Prairie describes.
  • Hyperparameter scaling laws — the Prairie scaling law adds loop-count LL as an explicit scaling-law dimension, alongside the (N,D,r,η)(N, D, r, \eta) axes already discussed there.
  • Inference-Time Scaling — ELT’s Any-Time inference framing treats loop count as a deployment-time lever; Prairie’s law treats it as a training-time lever — open whether the same LL axis governs both regimes.