paper-with-me

Papers

LiteASR: Efficient Automatic Speech Recognition with Low-Rank Approximation

2025-02-27 · Keisuke Kamahori, Jungo Kasai, Noriyuki Kojima, Baris Kasikci

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 the reduced dimension. 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 new Pareto-optimal frontier of efficiency and performance. The code of LiteASR is available at https://github.com/efeslab/LiteASR.

📄 PDF Abstract BibTeX arXiv:2502.20583

Code (1)

efeslab/liteasr 공식 구현 pytorch

Tasks

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)DecoderLow-rank compressionspeech-recognitionSpeech Recognition

Similar Papers 제목 키워드 기반

Neural Language Model Pruning for Automatic Speech Recognition

2023-10-05 · Leonardo Emili, Thiago Fraga-Silva, Ernest Pusateri, Markus Nußbaum-Thom 외

We study model pruning methods applied to Transformer-based neural network language models for automatic speech recognition. We explore three aspects of the pruning frame work, namely criterion, method and scheduler, ana…

Automatic Speech RecognitionLanguage ModelingLanguage Modellingspeech-recognition+1

Attention based on-device streaming speech recognition with large speech corpus

2020-01-02 · Kwangyoun Kim, Kyungmin Lee, Dhananjaya Gowda, Junmo Park 외

In this paper, we present a new on-device automatic speech recognition (ASR) system based on monotonic chunk-wise attention (MoChA) models trained with large (> 10K hours) corpus. We attained around 90% of a word recogni…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Data AugmentationQuantization+2

Low-rank Gradient Approximation For Memory-Efficient On-device Training of Deep Neural Network

2020-01-24 · Mary Gooneratne, Khe Chai Sim, Petr Zadrazil, Andreas Kabel 외

Training machine learning models on mobile devices has the potential of improving both privacy and accuracy of the models. However, one of the major obstacles to achieving this goal is the memory limitation of mobile dev…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition

Submodular Rank Aggregation on Score-based Permutations for Distributed Automatic Speech Recognition

2020-01-27 · Jun Qi, Chao-Han Huck Yang, Javier Tejedor

Distributed automatic speech recognition (ASR) requires to aggregate outputs of distributed deep neural network (DNN)-based models. This work studies the use of submodular functions to design a rank aggregation on score-…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition

Improving Black-box Speech Recognition using Semantic Parsing

2017-11-01 · IJCNLP 2017 11 · Rodolfo Corona, Jesse Thomason, Raymond Mooney

Speech is a natural channel for human-computer interaction in robotics and consumer applications. Natural language understanding pipelines that start with speech can have trouble recovering from speech recognition errors…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Language ModelingLanguage Modelling+5