paper-with-me

Papers

Four Over Six: More Accurate NVFP4 Quantization with Adaptive Block Scaling

2025-12-01 · Jack Cook, Junxian Guo, Guangxuan Xiao, Yujun Lin, Keith Wyss, Mahdi Nazemi, Asit Mishra, Carlo del Mundo, Tijmen Blankevoort, Song Han arxiv

As large language models have grown larger, interest has grown in low-precision numerical formats such as NVFP4 as a way to improve speed and reduce memory usage. However, quantizing models to NVFP4 remains challenging as the lack of precision generally degrades model performance. In this work, we address this issue with Four Over Six (4/6), a modification to the block-scaled NVFP4 quantization algorithm that yields reduced quantization error. Unlike integer formats, floating point formats have non-uniform step sizes which create larger quantization error on larger values. 4/6 takes advantage of this by adaptively scaling some blocks to smaller FP4 values, making the distribution of representable values more uniform and reducing quantization error for near-maximal values. We show that 4/6 can be implemented efficiently on modern hardware accelerators, resulting in performance gains during both pre-training and inference with minimal computational overhead. In pre-training experiments with the Nemotron 3 Nano 30B-A3B model architecture, we find that 4/6 brings training loss closer to BF16 compared to models trained with current state-of-the-art NVFP4 training recipes. Our code is available at https://github.com/mit-han-lab/fouroversix.

📄 PDF Abstract BibTeX arXiv:2512.02010

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SOAR: Scale Optimization for Accurate Reconstruction in NVFP4 Quantization

2026-05-12 · Chengzhu Bao, Xianglong Yan, Zhiteng Li, Guangshuo Qin 외 arxiv

NVFP4 has recently emerged as an efficient 4-bit microscaling format for large language models (LLMs), offering superior numerical fidelity with native hardware support. However, existing methods often yield suboptimal p…

Quartet II: Accurate LLM Pre-Training in NVFP4 by Improved Unbiased Gradient Estimation

2026-01-30 · Andrei Panferov, Erik Schultheis, Soroush Tabesh, Dan Alistarh arxiv

The NVFP4 lower-precision format, supported in hardware by NVIDIA Blackwell GPUs, promises to allow, for the first time, end-to-end fully-quantized pre-training of massive models such as LLMs. Yet, existing quantized tra…

ScaleSweep: Accurate NVFP4 Post-Training Quantization of LLMs via Block Scale Initialization

2026-05-30 · Li Lin, Xiaojun Wan arxiv

NVFP4 is a recently introduced hardware-supported FP4 format that improves the fidelity of 4-bit quantization through fine-grained block scales. However, existing NVFP4 scale initialization methods still primarily rely o…

ReSET: Accurate Latency-Critical NVFP4 Reasoning via Step-Aware Temperature Scaling

2026-06-11 · Sihwa Lee, Janghwan Lee, Donghoon Yoo, Jae Gon Kim 외 arxiv

Large reasoning models (LRMs) improve complex problem-solving by generating long intermediate reasoning traces, but this substantially increases inference costs. NVFP4 inference offers a promising approach to reduce both…

Adaptive Block-Scaled Data Types

2026-03-30 · Jack Cook, Hyemin S. Lee, Kathryn Le, Junxian Guo 외 arxiv

NVFP4 has grown increasingly popular as a 4-bit format for quantizing large language models due to its hardware support and its ability to retain useful information with relatively few bits per parameter. However, the fo…