🤖 AI Summary
Existing MoE models suffer severe accuracy degradation under ultra-low-bit quantization (e.g., 3-bit), hindering their efficient deployment on edge devices. Method: This paper proposes a lightweight low-rank compensation hybrid architecture tailored for MoE’s dense-sparse mixture structure. It introduces (1) the first hybrid low-rank compensation mechanism explicitly designed for MoE’s dual-path topology; (2) adaptive rank allocation coupled with data-free iterative calibration for efficient parameter recovery; and (3) a Tensor Core–optimized custom 3-bit tensor kernel integrated with sparse routing co-optimization. Contribution/Results: The method incurs negligible memory overhead while achieving near–full-precision accuracy for 3-bit quantized state-of-the-art MoE models across multiple benchmarks. It significantly reduces inference latency, enabling practical, high-efficiency edge deployment of large-parameter MoE models.
📝 Abstract
A critical approach for efficiently deploying Mixture-of-Experts (MoE) models with massive parameters is quantization. However, state-of-the-art MoE models suffer from non-negligible accuracy loss with extreme quantization, such as under 4 bits. To address this, we introduce MiLo, a novel method that augments highly quantized MoEs with a mixture of low-rank compensators. These compensators consume only a small amount of additional memory but significantly recover accuracy loss from extreme quantization. MiLo also identifies that MoEmodels exhibit distinctive characteristics across weights due to their hybrid dense-sparse architectures, and employs adaptive rank selection policies along with iterative optimizations to close the accuracy gap. MiLo does not rely on calibration data, allowing it to generalize to different MoE models and datasets without overfitting to a calibration set. To avoid the hardware inefficiencies of extreme quantization, such as 3-bit, MiLo develops Tensor Core-friendly 3-bit kernels, enabling measured latency speedups on 3-bit quantized MoE models. Our evaluation shows that MiLo outperforms existing methods on SoTA MoE models across various tasks.