← Latest papers
💻 computer science

Same Architecture, Different Capacity: Optimizer-Induced Spectral Scaling Laws

This paper demonstrates that the choice of optimizer fundamentally alters the spectral scaling laws of Transformer models, revealing that optimizers like Muon can achieve significantly better utilization of spectral capacity in hard-to-learn regimes compared to AdamW, thereby establishing optimization as a critical, independent axis of representation scaling that rivals architectural design.

Original authors: Nandan Kumar Jha, Brandon Reagen

Published 2026-05-22
📖 5 min read🧠 Deep dive

Original authors: Nandan Kumar Jha, Brandon Reagen

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are building a massive library (a Large Language Model) to store and retrieve human knowledge. You have a blueprint for the library's shelves (the Architecture), and you have a librarian who organizes the books (the Optimizer).

For years, researchers believed that if you just made the library bigger (adding more shelves/parameters) and fed it more books (data), the librarian's job would automatically get better in a predictable way. They assumed the type of librarian didn't matter much, as long as they were doing the job.

This paper argues that who the librarian is matters just as much as how big the library is. In fact, the librarian determines how the new shelves are actually used.

Here is the breakdown of the paper's findings using simple analogies:

1. The Two Types of "Library Capacity"

The researchers looked at how the model uses its internal "brain space" (specifically the Feed-Forward Networks, or FFNs). They measured this in two ways:

  • Soft Rank (The "Spread"): Imagine a library where books are scattered evenly across every single shelf. The space is used broadly, but maybe not deeply. This is "diffuse" capacity.
  • Hard Rank (The "Focus"): Imagine a library where the most important, rare, and complex books are packed tightly onto specific, high-quality shelves, while other shelves are empty. This is "dominant" capacity. It's about having a few very strong ways to represent complex ideas.

2. The Problem with the "Standard Librarian" (AdamW)

The most common librarian, AdamW, is good at spreading books out. When you give it a bigger library (more width), it fills up the shelves broadly (Soft Rank goes up).

However, when it comes to the rare and difficult books (the "Tail" tokens—like obscure facts or complex concepts), AdamW struggles to organize them into strong, focused shelves.

  • The Result: Even if you double the size of the library, AdamW doesn't double its ability to handle the hard stuff. It just spreads the confusion out over more space. The paper calls this "weak hard-rank scaling."

3. The "Super Librarian" (Muon)

The researchers tested a different librarian called Muon.

  • The Result: When Muon gets a bigger library, it doesn't just spread things out. It actively builds strong, focused shelves for the rare and difficult books.
  • The Magic: Muon turns added space into usable power much faster. If AdamW's ability to handle hard concepts grows slowly (like a slow walk), Muon's ability grows in a straight line (like a sprint). In the paper's terms, Muon achieves linear scaling where AdamW is stuck in a "weak" growth pattern.

4. The "Perplexity Trap" (Why we missed this before)

You might ask: "If Muon is so much better at organizing, why didn't we notice earlier? Doesn't it just get lower error scores?"

The paper reveals a trap: You can have the same final score with totally different internal structures.

  • If you train the "Standard Librarian" (AdamW) for a very long time, it can eventually match the final test score (perplexity) of the "Super Librarian" (Muon).
  • However: Inside the brain, they are completely different. The Standard Librarian has a messy, diffuse structure. The Super Librarian has a sharp, organized structure.
  • The Takeaway: Just because two models get the same test score doesn't mean they "think" the same way. The Super Librarian is actually building a better internal map of the world, even if the final grade looks similar.

5. The "Rare Book" Problem

Language is like a Zipf's Law distribution: a few words are used constantly (like "the" or "is"), but most words are rare.

  • AdamW is okay with the common words but gets lost with the rare ones.
  • Muon shines specifically with the rare, long-tail knowledge. It scales its ability to handle these rare tokens almost perfectly as the model gets bigger.

6. The Librarian vs. The Blueprint (Architecture)

The researchers asked: "Is the librarian more important than the library design?"
They tested changing the library design (like changing the number of attention heads or removing positional signals).

  • The Finding: Changing the Librarian (the optimizer) had a bigger impact on how the model learned than changing the Blueprint (the architecture).
  • In fact, a "Super Librarian" could make a standard library design work better than a "Standard Librarian" could make a fancy new design work. The librarian and the blueprint are a team; you can't just pick a blueprint and assume any librarian will do.

Summary

The paper concludes that Optimization is a first-class citizen in AI design.

  • Old View: "Make the model bigger, and it will get smarter."
  • New View: "Make the model bigger, but choose the right optimizer to ensure that extra size actually turns into useful, focused intelligence, especially for the hard, rare things."

If you want a model that truly understands the "long tail" of human knowledge, you can't just rely on the standard tools. You need an optimizer that knows how to build strong, focused shelves for the difficult books, not just fill up empty space.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →