paper-with-me

Papers

Multi-stage Progressive Compression of Conformer Transducer for On-device Speech Recognition

2022-10-01 · Jash Rathod, Nauman Dawalatabad, Shatrughan Singh, Dhananjaya Gowda

The smaller memory bandwidth in smart devices prompts development of smaller Automatic Speech Recognition (ASR) models. To obtain a smaller model, one can employ the model compression techniques. Knowledge distillation (KD) is a popular model compression approach that has shown to achieve smaller model size with relatively lesser degradation in the model performance. In this approach, knowledge is distilled from a trained large size teacher model to a smaller size student model. Also, the transducer based models have recently shown to perform well for on-device streaming ASR task, while the conformer models are efficient in handling long term dependencies. Hence in this work we employ a streaming transducer architecture with conformer as the encoder. We propose a multi-stage progressive approach to compress the conformer transducer model using KD. We progressively update our teacher model with the distilled student model in a multi-stage setup. On standard LibriSpeech dataset, our experimental results have successfully achieved compression rates greater than 60% without significant degradation in the performance compared to the larger teacher model.

📄 PDF Abstract BibTeX arXiv:2210.00169

Code (0)

등록된 구현이 없습니다.

Tasks

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Knowledge DistillationModel Compressionspeech-recognitionSpeech Recognition

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Efficient Training of Neural Transducer for Speech Recognition

2022-04-22 · Wei Zhou, Wilfried Michel, Ralf Schlüter, Hermann Ney

As one of the most popular sequence-to-sequence modeling approaches for speech recognition, the RNN-Transducer has achieved evolving performance with more and more sophisticated neural network models of growing size and …

GPUspeech-recognitionSpeech Recognition

Phonetic-assisted Multi-Target Units Modeling for Improving Conformer-Transducer ASR system

2022-11-03 · Li Li, Dongxing Xu, Haoran Wei, Yanhua Long

Exploiting effective target modeling units is very important and has always been a concern in end-to-end automatic speech recognition (ASR). In this work, we propose a phonetic-assisted multi target units (PMU) modeling …

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Representation Learningspeech-recognition+1

Efficient conformer: Progressive downsampling and grouped attention for automatic speech recognition

2021-08-31 · Maxime Burchi, Valentin Vielzeuf

The recently proposed Conformer architecture has shown state-of-the-art performances in Automatic Speech Recognition by combining convolution with attention to model both local and global dependencies. In this paper, we …

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

Modular Domain Adaptation for Conformer-Based Streaming ASR

2023-05-22 · Qiujia Li, Bo Li, Dongseong Hwang, Tara N. Sainath 외

Speech data from different domains has distinct acoustic and linguistic characteristics. It is common to train a single multidomain model such as a Conformer transducer for speech recognition on a mixture of data from al…

Domain Adaptationspeech-recognitionSpeech Recognition

A comparative analysis between Conformer-Transducer, Whisper, and wav2vec2 for improving the child speech recognition

2023-11-07 · Andrei Barcovschi, Rishabh Jain, Peter Corcoran

Automatic Speech Recognition (ASR) systems have progressed significantly in their performance on adult speech data; however, transcribing child speech remains challenging due to the acoustic differences in the characteri…

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