← Latest papers
🤖 machine learning

Learning Rate Transfer in Normalized Transformers

This paper introduces ν\nuGPT, a novel parameterization of the Normalized Transformer that leverages alignment exponents to achieve learning rate transfer across model width, depth, and token horizon, addressing a key limitation of the original nGPT.

Original authors: Boris Shigida, Boris Hanin, Andrey Gromov

Published 2026-05-01
📖 6 min read🧠 Deep dive

Original authors: Boris Shigida, Boris Hanin, Andrey Gromov

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

The Big Picture: The "Goldilocks" Problem

Imagine you are baking a giant cake (a massive AI model). You have a recipe for a small cupcake (a tiny model). You know exactly how much sugar and heat (hyperparameters like the learning rate) work for the cupcake.

The problem? If you just blindly double the ingredients for a bigger cake, it might burn or stay raw. In AI, when researchers make models bigger (wider or deeper), the "perfect" settings for the small model usually stop working for the big one. You have to start from scratch and guess the new settings, which is slow and expensive.

This paper introduces a new way to bake these "cakes" (called nGPT models) so that the settings you find for a small model work perfectly for a giant one without any extra guessing. They call this new recipe νGPT (pronounced "nu-GPT").


The Ingredients: What is nGPT?

First, the authors are working with a specific type of AI called nGPT (Normalized Transformer).

  • The Old Way: Traditional AI models are like a car with a very sensitive engine. If you push the gas too hard (high learning rate), the engine blows up. If you push too soft, it goes nowhere. To keep it safe, you need a "brake" called weight decay and you need to "warm up" the engine slowly before driving fast.
  • The nGPT Way: The nGPT model is like a car with a self-stabilizing suspension. It naturally keeps its speed and balance in check. Because of this, it doesn't need the "brakes" (weight decay) or the "warm-up." It trains faster and is more efficient.

The Catch: Even though nGPT is great, the authors found that its "speed settings" (learning rates) still didn't transfer well. If you tuned the speed for a small nGPT, and then tried to use those same settings for a huge nGPT, the big one would perform poorly.

The Solution: The νGPT Recipe

The authors created νGPT. Think of this as a new set of instructions on how to scale your ingredients based on the size of the cake.

They discovered three specific rules to make the settings "transfer" perfectly:

1. The Token Horizon Rule (The "Distance" Rule)

  • The Concept: Imagine you are teaching a dog. If you only walk it for 10 minutes, you can run fast. If you plan to walk it for 10 hours, you need to start slower so it doesn't get exhausted.
  • The Finding: The paper found that as the AI "walks" longer (processes more data tokens), the learning rate shouldn't drop as fast as people thought. Instead of dropping like a heavy stone, it should drop like a feather floating down.
  • The Math: They found the speed should decrease by the cube root of the time walked (specifically, 1/31/3 power), not the square root (1/21/2) that other theories suggested.

2. The Width Rule (The "Team Size" Rule)

  • The Concept: Imagine a choir. If you double the number of singers (width), the sound gets louder. If you don't adjust the conductor's volume (learning rate), the choir might get too loud and distort, or too quiet to hear.
  • The Finding: The authors realized that in these specific models, the "voices" (activations) and the "singers" (weights) don't align perfectly. They are partially aligned.
  • The Fix: They adjusted the learning rate for the hidden parts of the model to drop by a specific amount (3/43/4 power) as the model gets wider. This is different from previous theories (like μ\muP) which assumed the voices and singers were perfectly aligned. By assuming they are only partially aligned, they found a "sweet spot" that works better.

3. The Depth Rule (The "Layer" Rule)

  • The Concept: Imagine a relay race. If you add more runners (layers) to the team, does the baton pass faster or slower?
  • The Finding: Surprisingly, for this specific type of model, the learning rate for the hidden layers doesn't need to change much as you add more layers. The model is naturally stable. However, they did find that the "starter" settings (initialization) for the very first and last layers need a tiny tweak to keep the race smooth.

The Results: Why It Matters

The authors tested this new νGPT recipe against the old one.

  • The Old Way (nGPT): When they made the model bigger, the performance curve was messy. The "best" learning rate for a small model was the "worst" for a big model.
  • The New Way (νGPT): When they made the model bigger, the performance curve was perfect. The learning rate that worked for the small model worked for the big model, and the bigger model performed just as well (or slightly better) than if they had tuned it from scratch.

Summary Analogy

Think of the Learning Rate as the volume knob on a radio.

  • Old Theory: "If you buy a bigger speaker (wider model), you must turn the volume knob down by half."
  • The Paper's Discovery: "Actually, because of how this specific speaker works, you only need to turn the volume knob down by a specific, calculated amount (the 3/43/4 rule) to get the perfect sound. If you follow this rule, you can buy a speaker 100 times bigger, and the same volume setting will sound perfect."

What They Did NOT Claim

  • They did not say this makes AI smarter or able to do new things (like curing diseases).
  • They did not say this works for every type of AI model (it is specific to Normalized Transformers/nGPT).
  • They did not claim this eliminates the need for tuning entirely; it just means you can tune a small model and trust it will work for a big one.

In short: The paper provides a mathematical "translation guide" that lets engineers take the settings from a small, fast AI and apply them to a massive AI with confidence, saving time and computing power.

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 →