paper-with-me

Papers

Knowledge Transfer from Pre-trained Language Models to Cif-based Speech Recognizers via Hierarchical Distillation

2023-01-30 · Minglun Han, Feilong Chen, Jing Shi, Shuang Xu, Bo Xu

Large-scale pre-trained language models (PLMs) have shown great potential in natural language processing tasks. Leveraging the capabilities of PLMs to enhance automatic speech recognition (ASR) systems has also emerged as a promising research direction. However, previous works may be limited by the inflexible structures of PLMs and the insufficient utilization of PLMs. To alleviate these problems, we propose the hierarchical knowledge distillation (HKD) on the continuous integrate-and-fire (CIF) based ASR models. To transfer knowledge from PLMs to the ASR models, HKD employs cross-modal knowledge distillation with contrastive loss at the acoustic level and knowledge distillation with regression loss at the linguistic level. Compared with the original CIF-based model, our method achieves 15% and 9% relative error rate reduction on the AISHELL-1 and LibriSpeech datasets, respectively.

📄 PDF Abstract BibTeX arXiv:2301.13003

Code (2)

MingLunHan/CIF-PyTorch 공식 구현 pytorch
minglunhan/cif-hieradist pytorch

Tasks

Automatic Speech RecognitionKnowledge DistillationLanguage Modellingspeech-recognitionSpeech RecognitionTransfer Learning

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 제목 키워드 기반

Knowledge Transfer from Large-scale Pretrained Language Models to End-to-end Speech Recognizers

2022-02-16 · Yotaro Kubo, Shigeki Karita, Michiel Bacchiani

End-to-end speech recognition is a promising technology for enabling compact automatic speech recognition (ASR) systems since it can unify the acoustic and language model into a single neural network. However, as a drawb…

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

Speech Recognition with Augmented Synthesized Speech

2019-09-25 · Andrew Rosenberg, Yu Zhang, Bhuvana Ramabhadran, Ye Jia 외

Recent success of the Tacotron speech synthesis architecture and its variants in producing natural sounding multi-speaker synthesized speech has raised the exciting possibility of replacing expensive, manually transcribe…

Data AugmentationDiversityRobust Speech Recognitionspeech-recognition+2

Hearing Lips: Improving Lip Reading by Distilling Speech Recognizers

2019-11-26 · Ya Zhao, Rui Xu, Xinchao Wang, Peng Hou 외

Lip reading has witnessed unparalleled development in recent years thanks to deep learning and the availability of large-scale datasets. Despite the encouraging results achieved, the performance of lip reading, unfortuna…

Knowledge DistillationLipreadingLip Readingspeech-recognition+1

Improved training for online end-to-end speech recognition systems

2017-11-06 · Suyoun Kim, Michael L. Seltzer, Jinyu Li, Rui Zhao

Achieving high accuracy with end-to-end speech recognizers requires careful parameter initialization prior to training. Otherwise, the networks may fail to find a good local optimum. This is particularly true for online …

speech-recognitionSpeech Recognition

Deep LSTM Spoken Term Detection using Wav2Vec 2.0 Recognizer

2022-10-21 · Jan Švec, Jan Lehečka, Luboš Šmídl

In recent years, the standard hybrid DNN-HMM speech recognizers are outperformed by the end-to-end speech recognition systems. One of the very promising approaches is the grapheme Wav2Vec 2.0 model, which uses the self-s…

Language ModelingLanguage Modellingspeech-recognitionSpeech Recognition+1