Towards One-bit ASR: Extremely Low-bit Conformer Quantization Using Co-training and Stochastic Precision
Zhaoqing Li, Haoning Xu, Zengrui Jin, Lingwei Meng, Tianzi Wang, Huimeng Wang, Youjun Chen, Mingyu Cui, Shujie Hu, Xunying Liu
TL;DR
This work tackles the challenge of deploying Conformer-based ASR systems under extreme memory and compute constraints by pursuing 2-bit and 1-bit weight quantization. It proposes a quantization-aware training framework that combines tensor-wise learnable scaling, quantization co-training, KL-divergence regularization, and stochastic precision to bridge the performance gap between ultra-low-bit and full-precision models. The authors demonstrate lossless quantization for both 2-bit and 1-bit Conformer models on Switchboard and LibriSpeech, achieving up to 16.2x–16.6x overall compression while maintaining statistically indistinguishable WER from the full-precision baselines. The approach shares weights across bit-widths, requires only negligible extra quantization parameters, and outperforms existing ASR quantization methods, offering practical impact for resource-constrained deployment and potential applicability to other quantization settings.
Abstract
Model compression has become an emerging need as the sizes of modern speech systems rapidly increase. In this paper, we study model weight quantization, which directly reduces the memory footprint to accommodate computationally resource-constrained applications. We propose novel approaches to perform extremely low-bit (i.e., 2-bit and 1-bit) quantization of Conformer automatic speech recognition systems using multiple precision model co-training, stochastic precision, and tensor-wise learnable scaling factors to alleviate quantization incurred performance loss. The proposed methods can achieve performance-lossless 2-bit and 1-bit quantization of Conformer ASR systems trained with the 300-hr Switchboard and 960-hr LibriSpeech corpus. Maximum overall performance-lossless compression ratios of 16.2 and 16.6 times are achieved without a statistically significant increase in the word error rate (WER) over the full precision baseline systems, respectively.
