← Latest papers
🤖 machine learning

InfoQuant: Shaping Activation Distributions for Low-Bit LLM Quantization

InfoQuant is a training-free post-training quantization method that employs Peak Suppression Orthogonal Transformation (PSOT) and adaptive outlier-token selection to reshape activation distributions into a compact, well-dispersed form, thereby significantly reducing quantization error and outperforming existing low-bit LLM deployment baselines.

Original authors: Ke Li, Dong An, Xiaoling Zang, Can Ye, Liang Xie, Qibo Qiu, Chen Shen, Xiaofei He, Wenxiao Wang

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

Original authors: Ke Li, Dong An, Xiaoling Zang, Can Ye, Liang Xie, Qibo Qiu, Chen Shen, Xiaofei He, Wenxiao Wang

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 "Too-Tall" Box

Imagine you have a giant, chaotic pile of sand (this represents the data inside a Large Language Model, or LLM). You want to pack this sand into a small, neat box to save space and make it easier to carry (this is quantization—shrinking the model so it runs faster and uses less memory).

Usually, most of the sand is a normal, manageable height. But, there are a few giant spikes of sand sticking way up into the sky (these are called outliers).

Because of these few giant spikes, you are forced to use a huge box to fit everything in. Once you put the sand in that huge box, the "normal" sand at the bottom gets squished into a tiny, flat layer. When you try to take the sand out later, you can't tell the difference between the different layers of normal sand because they've all been flattened into the same spot. The model loses its ability to "think" clearly.

The Old Solutions: Flattening the Spikes

Previous methods tried to fix this by:

  1. Smashing the spikes: Trying to cut the top off the giant sand piles.
  2. Moving the spikes: Shifting the heavy sand from one spot to another.

The problem is that even if you cut the spikes, the remaining sand might still be clumped together in a way that doesn't fit well into the small box. You might have a smaller box, but the sand is still bunched up in a way that makes it hard to distinguish between different grains.

The New Idea: INFOQUANT

The authors of this paper, INFOQUANT, realized that the goal isn't just to make the sand "smaller." The goal is to make the sand look like it was designed for the box.

They ask a new question: "What does a pile of sand look like that fits perfectly into a small box?"

Their answer: It needs to be short (so it fits in the box) but also spread out evenly (so you can see every grain of sand).

How INFOQUANT Works (The 3-Step Recipe)

1. The "Spin and Spread" (Peak Suppression Orthogonal Transformation)
Imagine the sand is in a spinning top. The authors use a special mathematical trick (an orthogonal rotation) to spin the sand.

  • What it does: It takes those giant spikes and spreads their energy out across the whole pile.
  • The Result: The giant spikes disappear, and the sand becomes a smooth, wide hill. Crucially, the hill is now shorter (fits in the box) but wider (the sand is spread out so you can distinguish the layers).

2. The "Smart Scout" (Adaptive Outlier-Token Selection)
Sometimes, the sand pile has a few weird, noisy spots that look like spikes but aren't really important. If you try to fix those, you might mess up the good parts.

  • What it does: INFOQUANT has a "scout" that looks at the sand and says, "Okay, that spike there is real and dangerous, let's fix that. But that tiny bump over there? Ignore it."
  • The Result: The model focuses its energy on fixing the real problems, making the process more robust and less likely to get confused by noise.

3. The "Fine-Tuning Clip" (Learnable Activation Clipping)
After spinning and spreading the sand, the authors do one last check. They adjust the exact size of the box to make sure the sand fits perfectly without any gaps or crushing.

  • The Result: The final package is optimized for the specific size of the box, ensuring no information is lost in the corners.

Why This Matters

The paper tested this on famous AI models (like LLaMA-2 and LLaMA-3).

  • The Result: When they shrunk the models down to 4-bit (a very small size, like shrinking a 100-page book down to a postcard), INFOQUANT kept 97% of the original intelligence.
  • The Comparison: Previous methods lost much more intelligence when shrinking to this size. INFOQUANT managed to keep the "postcard" readable and useful, whereas others turned it into a blurry scribble.

The Bottom Line

Think of INFOQUANT as a master packer. Instead of just trying to force a messy, spiky pile of sand into a small box (which crushes the details), they first reshape the pile so it naturally fits the box perfectly. They make the pile short enough to fit, but spread out enough to keep all the details visible.

This allows us to run huge, powerful AI models on smaller, cheaper computers without losing their "brainpower."

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 →