← Latest papers
🤖 AI

Fitting Is Not Enough: Smoothness in Extremely Quantized LLMs

This paper reveals that extremely quantized large language models suffer from systematic smoothness degradation leading to poor generation quality, and proposes a smoothness-preserving principle that yields performance gains beyond mere numerical accuracy improvements.

Original authors: Yuzhuang Xu, Xu Han, Yuxuan Li, Pengzhan Li, Wanxiang Che

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

Original authors: Yuzhuang Xu, Xu Han, Yuxuan Li, Pengzhan Li, Wanxiang Che

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 Idea: It's Not Just About Accuracy, It's About "Smoothness"

Imagine you have a giant, incredibly smart library (a Large Language Model or LLM) that knows almost everything. However, this library is so huge and heavy that it costs a fortune to run. To make it cheaper, you decide to shrink the books down to tiny, rough drafts. This process is called quantization.

Usually, when people shrink these models, they focus entirely on making sure the words in the rough drafts are as accurate as possible. They ask, "Did we keep the right facts?"

This paper argues that's not enough.

The authors discovered that when you shrink these models down to extremely small sizes (like 1 or 2 bits), the models don't just lose accuracy; they lose smoothness.

Analogy 1: The Bumpy Road vs. The Smooth Highway

Think of the model's decision-making process as driving a car.

  • A "Smooth" Model: Is like driving on a smooth highway. If you nudge the steering wheel slightly (a tiny change in the input), the car stays on the road. It reacts predictably.
  • A "Rough" (Quantized) Model: Is like driving on a rocky, bumpy dirt path. If you nudge the steering wheel just a tiny bit, the car might suddenly swerve off the road or spin out.

The paper shows that as models get smaller, the road gets bumpier. The model becomes hypersensitive. A tiny change in the question makes the model give a completely different, often worse, answer. This "bumpiness" is what the authors call smoothness degradation.

The Problem: The "Tree of Possibilities" Collapses

When an AI writes a sentence, it doesn't just pick one word; it considers a whole tree of possibilities for the next word.

  • The Original Model: Has a lush, wide tree with many healthy branches. It can easily find the best path to a good sentence.
  • The Tiny Quantized Model: The authors found that the "bumpiness" causes the tree to dry up. The branches that used to be good options suddenly look terrible. The tree becomes sparse and withered.

Because the tree is so sparse, the model has fewer good options to choose from. It gets stuck in a corner, leading to lower-quality writing, even if the math inside the model seems "correct" on paper.

The Solution: Keeping the Road Smooth

The authors tried two simple fixes to make the road smoother again, depending on how the model was built:

  1. For Models Already Trained (Post-Training Quantization):

    • The Fix: They added a rule called LGP (Learnable Gradient Preservation).
    • The Analogy: Imagine you are shrinking a map. Usually, you just shrink the lines to fit the paper. But this method says, "Wait, we also need to make sure the direction the map points to doesn't get twisted." They forced the shrinking process to keep the "directions" (gradients) consistent with the original, smooth map.
  2. For Models Being Trained from Scratch (Quantization-Aware Training):

    • The Fix: They added a rule called LGR (Loss of Gradient Regularization).
    • The Analogy: Imagine teaching a student to drive on a bumpy road. Instead of just telling them "stay on the road," you also tell them, "Don't jerk the wheel." They added a penalty during training if the model started jerking the wheel (becoming sensitive to small changes).

The Results: Why It Matters

The paper tested these fixes on models like LLaMA and Qwen.

  • The Surprise: Even though they didn't explicitly try to make the model "smarter" (more accurate in terms of raw numbers), making the model "smoother" actually made it perform better.
  • The Takeaway: In the world of tiny, compressed AI models, smoothness is a secret ingredient. You can't just focus on fitting the data perfectly; you have to ensure the model reacts gently and predictably to changes.

Summary

The paper says: "Stop just trying to make the numbers fit perfectly when shrinking AI models. If you don't keep the model 'smooth' (stable and predictable), it will break down and give bad answers. By adding a little bit of 'smoothness' to the shrinking process, we get much better results."

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 →