Integer-only Zero-shot Quantization for Efficient Speech Recognition
Sehoon Kim, Amir Gholami, Zhewei Yao, Nicholas Lee, Patrick Wang,, Aniruddha Nrusimha, Bohan Zhai, Tianren Gao, Michael W. Mahoney, Kurt Keutzer

TL;DR
This paper introduces an integer-only zero-shot quantization method for speech recognition models, enabling efficient deployment on edge hardware without requiring real data for calibration.
Contribution
The authors propose a novel zero-shot quantization approach that uses synthetic data for calibration, eliminating the need for real data and enabling integer-only inference for ASR models.
Findings
Achieves negligible WER degradation without real data.
Up to 2.35x speedup on T4 GPU.
4x model compression with less than 1% WER increase.
Abstract
End-to-end neural network models achieve improved performance on various automatic speech recognition (ASR) tasks. However, these models perform poorly on edge hardware due to large memory and computation requirements. While quantizing model weights and/or activations to low-precision can be a promising solution, previous research on quantizing ASR models is limited. In particular, the previous approaches use floating-point arithmetic during inference and thus they cannot fully exploit efficient integer processing units. Moreover, they require training and/or validation data during quantization, which may not be available due to security or privacy concerns. To address these limitations, we propose an integer-only, zero-shot quantization scheme for ASR models. In particular, we generate synthetic data whose runtime statistics resemble the real data, and we use it to calibrate models…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSpeech Recognition and Synthesis · Advanced Neural Network Applications · Music and Audio Processing
