TL;DR
LiteASR introduces a low-rank compression scheme for ASR encoders that reduces inference costs by over 50% while maintaining high transcription accuracy, enabling more efficient deployment of models like Whisper.
Contribution
The paper presents a novel low-rank approximation method for ASR encoders that significantly reduces computational costs without sacrificing accuracy.
Findings
Over 50% reduction in encoder size for Whisper large-v3
Achieves better transcription accuracy than Whisper medium
Establishes a new Pareto frontier of accuracy and efficiency
Abstract
Modern automatic speech recognition (ASR) models, such as OpenAI's Whisper, rely on deep encoder-decoder architectures, and their encoders are a critical bottleneck for efficient deployment due to high computational intensity. We introduce LiteASR, a low-rank compression scheme for ASR encoders that significantly reduces inference costs while maintaining transcription accuracy. Our approach leverages the strong low-rank properties observed in intermediate activations: by applying principal component analysis (PCA) with a small calibration dataset, we approximate linear transformations with a chain of low-rank matrix multiplications, and further optimize self-attention to work in reduced dimensionality. Evaluation results show that our method can compress Whisper large-v3's encoder size by over 50%, matching Whisper medium's size with better transcription accuracy, thereby establishing a…
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
- 🤗efficient-speech/lite-whisper-large-v3-fastmodel· 9 dl· ♡ 39 dl♡ 3
- 🤗efficient-speech/lite-whisper-large-v3model· 23 dl· ♡ 723 dl♡ 7
- 🤗efficient-speech/lite-whisper-large-v3-accmodel· 38 dl· ♡ 638 dl♡ 6
- 🤗efficient-speech/lite-whisper-large-v3-turbo-accmodel· 7.2k dl· ♡ 127.2k dl♡ 12
- 🤗efficient-speech/lite-whisper-large-v3-turbomodel· 138 dl· ♡ 11138 dl♡ 11
- 🤗efficient-speech/lite-whisper-large-v3-turbo-fastmodel· 23 dl· ♡ 323 dl♡ 3
- 🤗efficient-speech/lite-whisper-tiny-accmodel· 14 dl14 dl
- 🤗efficient-speech/lite-whisper-tinymodel· 15 dl15 dl
- 🤗efficient-speech/lite-whisper-tiny-fastmodel· 32 dl· ♡ 132 dl♡ 1
- 🤗efficient-speech/lite-whisper-base-accmodel· 5 dl5 dl
Videos
