ARCQuant: Boosting NVFP4 Quantization with Augmented Residual Channels for LLMs
Haoqian Meng, Yilun Luo, Yafei Zhao, Wenyuan Liu, Peng Zhang, Xindian Ma

TL;DR
ARCQuant enhances NVFP4 quantization for LLMs by using augmented residual channels, enabling efficient, hardware-friendly inference with minimal accuracy loss and significant speed improvements.
Contribution
It introduces a novel residual channel augmentation technique that maintains a unified NVFP4 format, improving quantization accuracy and hardware efficiency for LLM inference.
Findings
Achieves state-of-the-art accuracy comparable to full-precision models.
Provides up to 3x speedup on GPU hardware.
Maintains a strict unified NVFP4 format with minimal overhead.
Abstract
The emergence of fine-grained numerical formats like NVFP4 presents new opportunities for efficient Large Language Model (LLM) inference. However, it is difficult to adapt existing Post-Training Quantization (PTQ) strategies to these formats: rotation-based methods compromise fine-grained block isolation; smoothing techniques struggle with significant 4-bit quantization errors; and mixed-precision approaches often conflict with hardware constraints on unified-precision computation. To address these challenges, we propose ARCQuant, a framework that boosts NVFP4 performance via Augmented Residual Channels. Distinct from methods that compromise block isolation or hardware uniformity, ARCQuant maintains a strictly unified NVFP4 format by augmenting the activation matrix with quantized residual channels. This design integrates the error compensation process directly into the matrix reduction…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Parallel Computing and Optimization Techniques
