← Latest papers
🤖 machine learning

MXSens: Sensitivity-Aware Mixed-Precision Quantization for Efficient LLM Inference

MXSens is a training-free, sensitivity-aware mixed-precision quantization method that assigns variable mantissa bitwidths (4/6/8) to LLM weights based on column- and layer-wise sensitivity, effectively mitigating outlier-induced accuracy degradation while leveraging hardware-efficient microscaling formats to outperform existing state-of-the-art baselines.

Original authors: Simla Burcu Harma, Danila Mishin, Zhengyuan Su, Ayan Chakraborty, Elizaveta Kostenok, Dongho Ha, Babak Falsafi, Martin Jaggi, Yunho Oh, Amir Yazdanbakhsh

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

Original authors: Simla Burcu Harma, Danila Mishin, Zhengyuan Su, Ayan Chakraborty, Elizaveta Kostenok, Dongho Ha, Babak Falsafi, Martin Jaggi, Yunho Oh, Amir Yazdanbakhsh

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

Imagine you are trying to fit a massive, intricate library of knowledge into a tiny, portable backpack. This is the daily challenge for the super-smart computer brains known as Large Language Models (LLMs). These models are brilliant at writing stories, solving riddles, and chatting with us, but they are incredibly heavy, requiring huge amounts of memory and energy to run. To make them light enough to carry around, scientists use a trick called "quantization." Think of this like compressing a high-definition movie into a smaller file size. Instead of storing every single, perfect shade of color, you round them off to the nearest available color on a limited palette. This makes the file tiny and fast to play, but if you round off too much, the picture gets blurry and the details get lost.

The trouble is that these computer brains have a few "loud" voices that scream much louder than everyone else. In the world of numbers, these are called "outliers." They are rare, extreme values that throw off the whole system, making the compression messy and causing the model to make silly mistakes. For a while, researchers tried to fix this by shuffling the data around (like rotating a puzzle) or by using a mix of big and small file sizes. But these methods were often clunky, requiring the computer to constantly stop and translate numbers back and forth, which slowed everything down. Now, a new team of researchers has proposed a smarter way to pack the backpack, one that listens to the specific needs of every single piece of information without slowing the trip down.

The paper introduces a new method called MXSens, which acts like a very attentive librarian. Instead of treating every book in the library the same way, MXSens first takes a quick look to see which books are the most fragile or important. It discovered that not all "loud" voices are created equal. Some are rare, screaming extremes that need a lot of space to be understood clearly, while others are just slightly louder than the crowd and can get by with a little less room.

MXSens uses a clever three-tier system to handle this. It assigns the most sensitive, extreme parts of the model a generous 8-bit space (like a large, sturdy box), the moderately sensitive parts a medium 6-bit space (a medium box), and the calm, quiet parts a tight 4-bit space (a small, efficient pouch). This happens without needing to retrain the model or change its brain structure; it just rearranges how the data is stored based on how sensitive each part is to being squished. The researchers found that this approach works beautifully with a new hardware-friendly format called MXINT, which is already supported by modern computer chips.

The results are quite impressive. When tested on massive models like LLaMA-2-70B and LLaMA-3-8B, MXSens managed to keep the model's "voice" clear and accurate while using very little space. Specifically, under a strict W4A4KV4 setting (meaning weights, activations, and key-value caches are all quantized), the method achieved a perplexity score of 3.77 for LLaMA-2-70B and 7.63 for LLaMA-3-8B on the WikiText-2 dataset. Perplexity is a measure of how confused the model is; lower is better. These scores were significantly better than other top methods, proving that by paying attention to the specific sensitivity of different parts of the model, you can get the best of both worlds: a tiny, fast model that still thinks clearly.

The authors suggest that this method is a major step forward because it avoids the heavy overhead of constantly translating numbers, which has slowed down other similar techniques. By using the natural block structure of the new hardware formats, MXSens can mix these different precision levels (4, 6, and 8 bits) seamlessly. The study shows that this sensitivity-guided approach allows for a much better balance between saving space and keeping the model smart, potentially making powerful AI accessible on devices that don't have massive memory banks.

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 →