ResearchPod Summary
Large language models (LLMs) are increasingly deployed using 4-bit floating-point (FP4) formats like MXFP4 and NVFP4 to reduce memory and computational costs. However, maintaining model accuracy at this precision is difficult because existing methods force both quantization and dequantization scales to conform to rigid, hardware-mandated discrete formats. This paper investigates whether relaxing these constraints on the quantization scale—which is only used during training—can improve model performance without introducing inference overhead.
The authors propose FOCUS, a post-training quantization (PTQ) framework that treats the quantization scale as a learnable parameter. The framework introduces two key innovations:
Because these coefficients are only used during the offline quantization phase, they are discarded after training. The resulting model remains fully compatible with standard hardware, ensuring no additional latency or computational overhead during inference.
FOCUS achieves state-of-the-art accuracy across multiple LLM families and benchmarks for both MXFP4 and NVFP4 formats. For instance, on the Qwen3-4B model, FOCUS recovers 98.2% of the original FP16 zero-shot accuracy under the NVFP4 format, consistently outperforming existing baselines. The authors demonstrate that by exploiting the freedom of the quantization scale, the model can better approximate the original weight distributions without requiring complex, overhead-heavy transformations like Hadamard rotations.
This work provides a practical, high-performance solution for deploying massive LLMs on modern hardware accelerators. By proving that quantization scales do not need to be identical to dequantization scales, the authors open a new optimization path that improves model fidelity without sacrificing the efficiency benefits of native hardware-supported FP4 formats.
AI-generated third-party summary by ResearchPod. Not official content or an endorsement by the paper authors or affiliated organizations.