← Latest papers
🤖 machine learning

OSAQ: Outlier Self-Absorption for Accurate Low-bit LLM Quantization

The paper proposes OSAQ, a training-free post-training quantization method that leverages the low-rank property of the Hessian's null space to construct an additive weight transformation that suppresses outliers and significantly improves low-bit LLM quantization accuracy without introducing inference overhead.

Original authors: Zhikai Li, Zhen Dong, Xuewen Liu, Jing Zhang, Qingyi Gu

Published 2026-05-07
📖 4 min read☕ Coffee break read

Original authors: Zhikai Li, Zhen Dong, Xuewen Liu, Jing Zhang, Qingyi Gu

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: The "Heavy Backpack"

Imagine a Large Language Model (LLM) like a genius student who knows almost everything. However, this student carries a massive backpack filled with millions of heavy books (parameters). Because the backpack is so heavy, the student moves very slowly and needs a huge room to store it. This makes it expensive and slow to use on regular devices like phones or laptops.

To fix this, engineers try to "shrink" the backpack by summarizing the books into smaller, simpler notes. This is called quantization. Instead of writing every detail with high precision (like 32-bit numbers), they write rougher summaries (like 2-bit or 4-bit numbers).

The Catch: The backpack isn't just full of normal books; it has a few giant, heavy boulders hidden inside (called outliers). These boulders are so heavy that they ruin the attempt to shrink the backpack. If you try to compress the whole bag, these boulders force you to keep the bag huge, or the student starts forgetting things (the model gets stupid).

The Old Solutions: Stretching and Rotating

Previous methods tried to fix this by:

  1. Stretching (Scaling): Trying to pull the boulders apart to make them fit better.
  2. Rotating: Turning the whole backpack so the boulders are in a different spot.

The paper argues that while these tricks help a little, they aren't enough. They are like trying to fit a boulder into a small box by just stretching the box or turning it sideways. The boulder is still there, and it still causes problems.

The New Solution: OSAQ (The "Magic Sponge")

The authors propose a new method called OSAQ (Outlier Self-Absorption). Instead of stretching or rotating, they use a clever trick based on the backpack's internal structure.

1. The "Silent Zones" (The Hessian Null Space)

The researchers discovered that inside the backpack, there are certain directions where the boulders don't actually push back. Imagine the backpack is made of a special foam. If you push on the foam in most directions, it resists. But if you push in specific "silent zones," the foam offers zero resistance.

In math terms, they found a "Null Space" in the model's data structure where changes don't hurt the model's intelligence. It's like finding a secret pocket in the backpack where you can move heavy items around without the backpack feeling the weight.

2. The "Self-Absorption" Trick

OSAQ works like this:

  • It identifies those "silent zones" (the Null Space).
  • It takes the giant boulders (outliers) and adds a little bit of "magic foam" to them.
  • Because this foam is added in a "silent zone," it cancels out the weight of the boulder without changing how the backpack behaves.
  • The boulder effectively disappears (is "absorbed"), leaving behind a smooth, uniform pile of sand that is easy to compress.

The Analogy: Imagine you have a lumpy pillow with a rock inside.

  • Old way: Try to squeeze the pillow harder (scaling) or turn it sideways (rotation). The rock still makes it lumpy.
  • OSAQ way: You realize the pillow has a hidden seam where you can slide a piece of soft clay in. You slide the clay in right next to the rock. The clay fills the gap and makes the rock feel like part of the soft pillow. Now the whole pillow is smooth and easy to squish into a tiny bag.

Why This is a Game-Changer

  1. No Extra Work: The "magic foam" is added directly to the rocks inside the backpack. You don't need to change the straps or the other layers of the bag. It's a "plug-and-play" fix.
  2. Instant Fix: You don't need to retrain the student or spend weeks adjusting the backpack. The math gives you the exact amount of foam to add in one step (a "closed-form solution").
  3. Super Results: When they tested this on 2-bit compression (making the notes extremely tiny), OSAQ made the model 40% smarter (lower perplexity) than the previous best method. It's like shrinking the backpack to the size of a wallet without the student losing any of their genius.

Summary

The paper introduces a way to make AI models smaller and faster by finding "silent zones" in their data where they can smooth out the problematic "boulders" (outliers) without hurting the model's performance. It's a new, efficient way to compress AI that works better than just stretching or rotating the data.

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 →