← Latest papers
💬 NLP

RaZeR: Pushing the Limits of NVFP4 Quantization with Redundant Zero Remapping

The paper proposes RaZeR, an enhanced numerical format that improves 4-bit LLM quantization accuracy by repurposing redundant bits from the FP4 zero representation and FP8 block scaling factor to support additional quantization values, achieving significant perplexity reductions over native NVFP4.

Original authors: Yuzong Chen, Xilai Dai, Jake Hyun, Chi-Chih Chang, Wonsuk Jang, Yuheng Wu, Thierry Tambe, Jae-sun Seo, Mohamed S. Abdelfattah

Published 2026-02-03
📖 4 min read☕ Coffee break read

Original authors: Yuzong Chen, Xilai Dai, Jake Hyun, Chi-Chih Chang, Wonsuk Jang, Yuheng Wu, Thierry Tambe, Jae-sun Seo, Mohamed S. Abdelfattah

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 Picture: Packing a Suitcase

Imagine you are trying to fit a massive wardrobe (a Large Language Model, or LLM) into a tiny carry-on suitcase (the limited memory of a computer chip). To make it fit, you have to compress the clothes. This is called quantization.

Recently, a new way of packing called NVFP4 was introduced. It's like a very efficient folding technique that saves a lot of space and makes the clothes easy to grab quickly. However, the researchers behind this paper noticed that even this efficient method had a few "empty pockets" inside the suitcase that weren't being used.

RaZeR is a new technique that finds those empty pockets, fills them with something useful, and makes the suitcase hold even more information without making it any bigger.


The Problem: Two "Empty Pockets"

The researchers found two specific types of wasted space in the current NVFP4 system:

  1. The "Double Zero" Mistake:
    In the current system, the number "zero" is written down twice: once as a "positive zero" and once as a "negative zero."

    • Analogy: Imagine you are packing a suitcase and you have two identical tags that both say "Empty Space." You only need one tag to mean "nothing here." Having two is a waste of space. In math, having both positive and negative zeros is redundant because they mean the exact same thing.
  2. The "Unused Sign" on the Scale:
    NVFP4 uses a "scaling factor" (a ruler) to measure groups of numbers. This ruler is stored in a format that allows for negative numbers. However, because the ruler is always positive in this specific context, the "negative" part of the storage is just sitting there doing nothing.

    • Analogy: It's like using a thermometer that can measure both hot and cold, but you are only ever measuring hot soup. The "cold" side of the thermometer is just dead weight.

The Solution: RaZeR (Redundant Zero Remapping)

The team, led by Yuzong Chen and colleagues, created RaZeR to fix these issues. Here is how they did it:

  • Step 1: Reclaim the Space. They took the "extra" space from the double zero and the unused sign bit on the ruler.
  • Step 2: Create a "Special Value." Instead of wasting that space, they used it to create a new, special number that the system can now represent.
    • Analogy: Imagine your suitcase has a hidden compartment you didn't know about. RaZeR opens that compartment and puts a "magic tool" inside. This tool helps you pack items that were previously too awkward to fit.
  • Step 3: Smart Selection. They figured out exactly which special number works best. They found that adding the number 5 (and -5) to the list of available numbers bridges a gap in the system, allowing for much more accurate packing of the "clothes" (the AI model's data).

The Results: Smarter Packing, Same Size

The paper claims that by using RaZeR:

  • Accuracy Improved: The AI model makes fewer mistakes. In technical terms, the "perplexity" (a measure of confusion) dropped significantly. Compared to the standard NVFP4 method, RaZeR reduced errors by about 30-35%.
  • No Extra Space Needed: The suitcase is exactly the same size. They didn't add more memory; they just rearranged what was already there to be more efficient.
  • Speed: They built special computer programs (called "kernels") and even designed a blueprint for future computer chips (tensor cores) that can use this new method just as fast as the old one.

Why It Matters

Think of the current AI models as giant libraries. To read them quickly, you need to shrink the books.

  • Old Way (NVFP4): You shrink the books, but you accidentally throw away a few pages because the folding method wasn't perfect.
  • RaZeR Way: You use the same folding method, but you realize you were holding a page upside down. You flip it, and suddenly, you have all the pages back, and the book is still the same size.

The paper concludes that RaZeR allows AI models to run faster and more accurately on current and future computer chips, without needing bigger or more expensive hardware. It essentially gets "more bang for the buck" out of the existing technology.

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 →