Nanoscaling Floating-Point (NxFP): NanoMantissa, Adaptive Microexponents, and Code Recycling for Direct-Cast Compression of Large Language Models
Yun-Chen Lo, Gu-Yeon Wei, David Brooks
TL;DR
This work tackles the memory bottlenecks of ever-larger LLMs by advancing direct-cast compression through Nanoscaling Floating-Point (NxFP), which integrates NanoMantissa, Adaptive Microexponent, and Code Recycling to outperform Microscaling (MxFP) at ultra-low bitwidths. The proposed NxFP framework improves quantization accuracy (up to $MSE$ reductions of $\sim$23\% from NanoMantissa alone and up to $0.64$ perplexity points in inference) and reduces memory footprint (up to $16\%$) while maintaining or enhancing reasoning accuracy (up to $30.2\%$ MMLU gains) across multiple modern LLMs. A practical on-the-fly dequantization pathway enables deployment on off-the-shelf hardware, offering a frictionless route to efficient inference with direct-cast compression. Overall, NxFP delivers superior perplexity, accuracy, and footprint trade-offs for sub-6-bit quantization, facilitating scalable, hardware-friendly LLM deployment.
Abstract
As cutting-edge large language models (LLMs) continue to transform various industries, their fast-growing model size and sequence length have led to memory traffic and capacity challenges. Recently, AMD, Arm, Intel, Meta, Microsoft, NVIDIA, and Qualcomm have proposed a Microscaling standard (Mx), which augments block floating-point with microexponents to achieve promising perplexity-to-footprint trade-offs. However, the Microscaling suffers from significant perplexity degradation on modern LLMs with less than six bits. This paper profiles modern LLMs and identifies three main challenges of low-bit Microscaling format, i.e., inaccurate tracking of outliers, vacant quantization levels, and wasted binary code. In response, Nanoscaling (NxFP) proposes three techniques, i.e., NanoMantissa, Adaptive Microexponent, and Code Recycling to enable better accuracy and smaller memory footprint than state-of-the-art MxFP. Experimental results on direct-cast inference across various modern LLMs demonstrate that our proposed methods outperform state-of-the-art MxFP by up to 0.64 in perplexity and by up to 30% in accuracy on MMLU benchmarks. Furthermore, NxFP reduces memory footprint by up to 16% while achieving comparable perplexity as MxFP.
