← Latest papers
🤖 machine learning

Normalized Architectures are Natively 4-Bit

This paper demonstrates that nGPT, an architecture constraining weights and hidden states to a unit hypersphere, enables stable and efficient end-to-end 4-bit training by naturally enhancing signal-to-noise ratios through constructive signal accumulation, thereby eliminating the need for complex precision-preserving interventions.

Original authors: Maxim Fishman, Brian Chmiel, Ron Banner, Daniel Soudry, Boris Ginsburg

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

Original authors: Maxim Fishman, Brian Chmiel, Ron Banner, Daniel Soudry, Boris Ginsburg

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 Problem: Cracking the Code with Low Precision

Imagine you are trying to build a massive, incredibly complex Lego castle (a Large Language Model). Usually, you use giant, sturdy bricks (high-precision math) to make sure the castle stands tall and doesn't crumble.

However, to make the castle faster to build and cheaper to store, engineers want to use tiny, fragile 4-bit Lego bricks. The problem is that when you use these tiny bricks with standard designs, the castle often collapses or becomes wobbly. To fix this, builders usually have to add expensive scaffolding, extra glue, and complex measuring tools (like "Randomized Hadamard Transforms" and "per-tensor scaling") just to keep the structure from falling apart. These fixes slow everything down.

The Solution: A New Blueprint (nGPT)

This paper introduces a new blueprint called nGPT. Instead of trying to patch up the fragile 4-bit bricks with extra glue, the authors changed the shape of the bricks themselves.

In nGPT, every piece of the model is forced to stay on a "unit hypersphere."

  • The Analogy: Imagine a standard Lego brick can be any size, from a tiny pebble to a giant boulder. This makes it hard to stack them neatly if they are all tiny.
  • The nGPT Twist: In nGPT, every brick is forced to be exactly the same size and shape, like a perfect marble. They are all constrained to sit on the surface of an invisible sphere.

The paper claims that because of this shape constraint, the model is natively robust. It can be built entirely out of the tiny 4-bit bricks without needing any of the extra scaffolding or glue. It just works.

Why Does It Work? The "Chorus" Effect

The researchers asked: Why does this sphere shape make the model so strong?

They looked at how the model does math. It does this by taking thousands of numbers, multiplying them, and adding them all up (a "dot product").

  1. The Standard Way (GPT): Imagine a choir of 4,000 singers. In a standard model, the singers are all singing different notes at different volumes. When you add them up, the noise (mistakes made by the tiny 4-bit bricks) cancels out, but the actual song (the signal) gets lost in the chaos. The signal is weak.
  2. The nGPT Way: Because all the singers (numbers) are forced to be the same size (on the sphere), they naturally start to sing in a slightly coordinated way. They aren't perfectly in sync, but they have a weak, positive correlation.
    • The Analogy: It's like a crowd doing "The Wave" in a stadium. Even if the wave is small, because everyone is moving in the same general direction, the wave builds up into a huge, powerful motion.
    • The Result: In nGPT, the "signal" (the intended math) builds up constructively, like a coordinated wave. The "noise" (the errors from the tiny bricks) still cancels itself out like random chatter.

This creates a much clearer signal. The paper calls this a higher Signal-to-Noise Ratio (SNR).

The "Flat Landscape" Benefit

Because the signal is so strong and clear, the model becomes very stable.

  • The Analogy: Imagine walking on a mountain.
    • Standard Model: It's like walking on a jagged, rocky cliff. If you take a slightly wrong step (a bad learning rate or a tiny math error), you might fall off a ledge. You have to be very careful.
    • nGPT Model: It's like walking on a wide, flat plateau. You can take big steps or small steps, and you won't fall off. You can walk in any direction without worrying about crashing.

This means engineers don't have to spend hours tweaking the "learning rate" (how fast the model learns). The settings that work for the big, heavy bricks also work perfectly for the tiny 4-bit bricks.

What They Tested

The authors didn't just talk about theory; they built and tested these models:

  • Small Scale: They tested a 1.2 billion parameter model.
  • Large Scale: They tested massive "Mixture of Experts" models with up to 30 billion parameters.
  • The Result: In every case, the nGPT models trained successfully using only 4-bit math. They didn't need the extra "glue" (RHT or scaling) that standard models require. In fact, the nGPT models were often more accurate and faster because they didn't have to do the extra work to fix the math errors.

The Bottom Line

The paper argues that we shouldn't just try to fix low-precision math with complicated patches. Instead, we should design the architecture itself to be "quantization-ready." By forcing the model into a spherical shape, the math naturally becomes robust enough to handle the tiny 4-bit bricks, making AI faster, cheaper, and easier to train without losing quality.

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 →