paper-with-me

홈 › Papers

Characterizing the Impact of NVFP4 Quantization for Low-Power Edge AI Deployment

2026-06-03 · Ovishake Sen, Venkata Nithin Kamineni, Daniel Lobo, Swarup Bhunia, Rickard Ewetz, Baibhab Chatterjee arxiv

Energy-efficient neural-network inference at the edge requires reducing arithmetic cost, memory traffic, computation energy, and storage overhead while maintaining acceptable accuracy. This paper presents an ablation-focused study of NVFP4 quantization for edge-efficient neural networks, with emphasis on the relationship between activation precision, weight precision, block-size scaling, retraining, and model accuracy. NVFP4 activations are represented using 4-bit FP4 data, an FP8 block scale, and an FP32 tensor scale, enabling ultra-low precision inference while preserving activation dynamic range. A block-size ablation over six edge-efficient models shows that block size B = 16 provides a practical accuracy/storage trade-off, requiring only 4.5078 bits per input for N = 4096. A weight precision ablation further shows that FP8 and FP16 weights provide only modest gains over FP4 weights under the same NVFP4 activation path, suggesting that activation quantization and scaling dominate much of the accuracy behavior. To isolate the benefit of the NVFP4 data type, this work compares conventional unscaled FP4 activation inference and NVFP4 activation inference with and without retraining. The results show that conventional FP4 inference collapses accuracy for most compact models, while NVFP4 without retraining already recovers substantial accuracy by restoring activation dynamic range through FP8 block scaling and FP32 tensor scaling. When combined with retraining, NVFP4 achieves the best accuracy across the evaluated models, demonstrating the effectiveness of scaling-aware FP4 (NVFP4) inference. These findings provide general design guidance for hardware-software co-design of low power edge inference across a broad range of accelerator platforms, including GPUs, Tensor Cores, FPGAs, domain-specific AI accelerators, near-memory computing systems, and emerging edge-computing architectures.

📄 PDF Abstract BibTeX arXiv:2606.06527

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Diagnosing FP4 inference: a layer-wise and block-wise sensitivity analysis of NVFP4 and MXFP4

2026-03-05 · Musa Cim, Burak Topcu, Mahmut Taylan Kandemir arxiv

Quantization addresses the high resource demand for large language models (LLMs) by alleviating memory pressure and bandwidth congestion and providing significantly scaled compute power with a tolerable impact on accurac…

FAAR: Format-Aware Adaptive Rounding for NVFP4

2026-03-23 · Hanglin Li, Shuchang Tian, Chen Lin, Zhiyong Zhao 외 arxiv

Deploying large language models (LLMs) on edge devices requires extremely low-bit quantization. Ultra-low precision formats such as NVFP4 offer a promising solution for reducing memory footprint and accelerating computat…

Unveiling the Potential of Quantization with MXFP4: Strategies for Quantization Error Reduction

2026-01-30 · Jatin Chhugani, Geonhwa Jeong, Bor-Yiing Su, Yunjie Pan 외 arxiv

Large Language Models (LLMs) have intensified the need for low-precision formats that enable efficient, large-scale inference. The Open Compute Project (OCP) Microscaling (MX) standard is attractive due to its favorable …

A Comprehensive Evaluation on Quantization Techniques for Large Language Models

2025-07-23 · Yutong Liu, Cairong Zhao, Guosheng Hu arxiv

For large language models (LLMs), post-training quantization (PTQ) can significantly reduce memory footprint and computational overhead. Model quantization is rapidly evolving. Though many papers report breakthrough resu…

Bridging the Gap Between Promise and Performance for Microscaling FP4 Quantization

2025-09-27 · Vage Egiazarian, Roberto L. Castro, Denis Kuznedelev, Andrei Panferov 외 arxiv

The recent hardware-accelerated microscaling 4-bit floating-point formats such as MXFP4 and NVFP4, supported on NVIDIA and AMD GPUs, promise to revolutionize large language model (LLM) inference. Yet, their practical ben…