Quant.npu: Enabling Efficient Mobile NPU Inference for on-device LLMs via Fully Static Quantization
About
Large language models (LLMs) are increasingly deployed on mobile devices, where Neural Processing Units (NPUs) necessitate fully static quantization for optimal inference efficiency. However, existing post-training quantization (PTQ) methods predominantly rely on dynamic activation quantization, rendering them incompatible with NPU hardware constraints. To bridge the gap between high-fidelity PTQ and NPU-constrained inference, we propose Quant.npu, a integer-only fully static quantization framework. It incorporates learnable quantization parameters and rotation matrices, enabling low-bit activation-weight quantization without runtime quantization parameters re-computation. Crucially, we identify that initialization and selective optimization of quantization parameters is pivotal for optimization stability, as improper initialization and naive joint optimization induce gradient instability that disrupts the optimization of rotation matrices. To address this, we propose a rotation-and-bit-width-aware initialization tailored to diverse activation profiles and a distribution-aware selective optimization (two-stage quantization pipeline) tailored to rotated and unrotated tensors. Furthermore, we introduce a sensitivity-guided adaptive mixed-precision scheme to balance accuracy with inference efficiency. Extensive experiments on real-world mobile NPUs demonstrate that Quant.npu achieves comparable accuracy to state-of-the-art methods, while reducing inference latency by up to 15.1%.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Language Modeling | C4 | Perplexity11.88 | 1688 | |
| Instruction Following | AlpacaEval 2.0 | Win Rate53.59 | 722 | |
| Zero-shot Question Answering | QA Suite (PIQA, Winogrande, HellaSwag, ARC-E, ARC-C, LAMBADA) Zero-shot | PIQA Accuracy77.64 | 56 | |
| Commonsense Reasoning | WinoGrande | Winogrande Score71.9 | 22 | |
| Commonsense Reasoning | HellaSwag TinyLlama-1.1B-Chat v1.0 | HellaSwag Accuracy48.93 | 3 | |
| Language Modeling | C4 TinyLlama-1.1B-Chat v1.0 | Perplexity (C4)11.43 | 3 |