← Latest papers
🤖 machine learning

The Stability of Singular Distribution: A Spectral Perspective on the Two-Phase Dynamics of Language Model Pre-training

This paper identifies the Stability of Singular Distribution (SoSD) as a fundamental spectral phenomenon in language model pre-training, demonstrating that the early stabilization of the normalized singular value spectrum governs the transition to the slow-loss-descent phase and provides a theoretical framework for understanding and optimizing training dynamics across diverse architectures and strategies.

Original authors: Hongtao Zhang, Wenjie Zhou, Chenxi Jia, Wei Chen, Xueqi Cheng

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

Original authors: Hongtao Zhang, Wenjie Zhou, Chenxi Jia, Wei Chen, Xueqi Cheng

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 training a giant, digital brain (a Large Language Model) to speak human language. You might expect this brain to learn at a steady, predictable pace. However, researchers have noticed a strange pattern: the brain learns incredibly fast at the very beginning, and then, for a long time, it seems to crawl forward, making only tiny improvements.

This paper, "The Stability of Singular Distribution," tries to figure out why this happens. The authors propose a new way of looking at the brain's internal mechanics using a concept they call SoSD (Stability of Singular Distribution).

Here is the breakdown using simple analogies:

1. The Two-Phase Journey: The Sprint and the Crawl

Think of training a language model like running a marathon.

  • Phase 1 (The Sprint): At the start, the model learns huge, obvious things very quickly. The "loss" (a measure of how wrong the model is) drops like a stone.
  • Phase 2 (The Crawl): After a while, the model hits a wall. It keeps running, but it only inches forward. The loss drops very slowly.

The big question the paper asks is: What causes the switch from the sprint to the crawl?

2. The Secret Ingredient: The "Shape" of the Brain

Inside the model, there are massive grids of numbers called weight matrices. These are the "weights" that determine how the model thinks.

  • Usually, we think the model learns because these numbers change constantly.
  • The authors discovered something surprising: The overall shape of these numbers (specifically, their "singular value distribution") stops changing very early on.

The Analogy: Imagine a clay sculpture being molded.

  • The Weights: These are the individual grains of clay. They keep shifting and moving around for a long time.
  • The Singular Distribution: This is the overall silhouette or the general shape of the statue.
  • The Discovery: The authors found that the silhouette stabilizes (stops changing shape) very quickly, even though the individual grains of clay are still shifting around inside.

They call this phenomenon SoSD (Stability of Singular Distribution).

3. The Synchronization: When the Shape Stops, the Speed Stops

The most important finding is that the moment the "silhouette" stops changing (SoSD), the model's learning speed immediately switches from the "Sprint" to the "Crawl."

  • Before SoSD: The shape is still being reorganized. This allows the model to make big, rapid improvements.
  • After SoSD: The shape has settled into a stable pattern. Even though the model keeps training, it can no longer make big structural changes. It is now just fine-tuning the details within a fixed shape. This is why progress slows down so much.

4. Why Does This Happen? (The Physics of Learning)

The paper uses math to prove that this is inevitable.

  • As the model trains, the "size" (or norm) of its internal numbers naturally grows larger.
  • Think of this like a gearbox. When the gears are small (early training), a small push (learning step) moves the car a long way.
  • As the gears get huge (later training), that same small push barely moves the car at all.
  • Because the "gears" (the weight norms) keep growing, the model's ability to change its "shape" (singular distribution) gets mathematically restricted. Once it hits a certain size, the shape locks in, and the fast learning ends.

5. How to Hack the System (Learning Strategies)

The authors explain that common training tricks actually work by manipulating this "gearbox" or the "shape stability."

  • Learning Rate Schedules (Slowing Down):

    • What it is: Gradually reducing how big the "push" is during training.
    • The Paper's View: By making the push smaller, you force the "shape" to change more slowly. This prevents the model from locking into a bad shape too early, allowing it to keep learning effectively for longer. It's like shifting to a lower gear to keep climbing a hill.
  • Weight Decay (Keeping it Lean):

    • What it is: A penalty that stops the internal numbers from getting too huge.
    • The Paper's View: If the numbers don't get too big, the "gears" don't get too heavy. This keeps the model's ability to change its shape alive for longer, allowing it to keep improving even in the slow phase.
  • Different Optimizers (Muon vs. Adam):

    • The paper tested a new optimizer called Muon. It found that Muon keeps the "shape" changing more efficiently than the standard Adam optimizer, allowing the model to learn faster and reach a lower error rate, even though the "shape stability" phenomenon still happens.

Summary

The paper argues that the "fast-then-slow" pattern in AI training isn't a bug; it's a fundamental feature of how these models evolve.

  1. Fast Phase: The model is actively reshaping its internal structure.
  2. Slow Phase: The internal structure has stabilized (SoSD), and the model is now just polishing the details.

Understanding this "Stability of Singular Distribution" gives scientists a new lens to see why training slows down and how to tweak the settings (like learning rates) to keep the model learning efficiently for longer.

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 →