Do larger models actually learn simpler functions?
Can we measure whether bigger neural networks discover simpler underlying functions despite having more parameters? This matters because it challenges the assumption that model size directly correlates with learned complexity.
A long-suspected but hard-to-demonstrate idea in deep learning is that large neural networks learn functions far simpler than their parameter counts could express. The obstacle was measurement: every prior compression scheme inflated its estimate with quantities unrelated to learning, so scaling a model always looked like it added complexity even if the learned function stayed simple. Requential coding — whose code length is independent of parameter count and data entropy — removes that inflation, and once you can measure honestly, a striking result appears. Holding loss fixed, larger models and ensembles compress to much smaller sizes despite having more parameters, and the compression advantage grows with scale.
This is direct evidence for the simplicity-bias story and reframes what scaling buys. The naive reading of scaling laws is that capability comes from added expressive capacity. But this result says the opposite can hold at fixed performance: the bigger network is representing something simpler, not more elaborate. That rhymes with — and supplies a compression-side measurement for — the claim that Why do larger models learn rare tasks better?: in both stories scale does not mean "more complex function," it means a cleaner, less-interfering, more compressible one. It also tightens the vault's compression thread, since Can text-trained models compress images better than specialized tools? — here compressed model size, not compressed data, becomes the probe. The practical upshot: model size is a poor proxy for learned complexity, and a bigger model can be the more parsimonious explanation of the data.
Related concepts in this collection 3
This note in its neighbourhood — explore the map, then jump to a related concept in the list below.
Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph
-
Can we measure what a model truly learned?
Existing compression methods confound learning with irrelevant factors like model size and data entropy. Can we isolate a pure measure of what a model actually learned from its training?
the estimator that makes this measurement possible
-
Why do larger models learn rare tasks better?
Does model size enable learning of infrequent, complex tasks through greater representational capacity, or through some other mechanism? Understanding this matters for deciding whether scaling or data design is the more efficient lever.
a parallel "scale means simpler not more expressive" argument
-
Can text-trained models compress images better than specialized tools?
Do general-purpose language models trained only on text outperform domain-specific compressors like PNG and FLAC on their native data? This tests whether compression ability is universal or requires domain specialization.
the compression-generalization link this probes from the model-size side
Related papers in this collection 8
Papers most semantically related to this note, ranked by cosine similarity in the embedding space.
- Requential Coding: Pushing the Limits of Model Compression with Self-Generated Training Data
- Why Larger Models Learn More: Effects of Capacity, Interference, and Rare-Task Retention
- Language Modeling is Compression
- Scaling Laws for Neural Language Models
- Questioning Representational Optimism in Deep Learning: The Fractured Entangled Representation Hypothesis
- Titans: Learning to Memorize at Test Time
- Open Problems in Mechanistic Interpretability
- Scaling can lead to compositional generalization
Original note title
holding loss fixed larger models and ensembles compress to smaller sizes not larger — more parameters can encode a simpler learned function