paper-with-me

홈 › Papers

Distilling the Knowledge of BERT for CTC-based ASR

2022-09-05 · Hayato Futami, Hirofumi Inaguma, Masato Mimura, Shinsuke Sakai, Tatsuya Kawahara

Connectionist temporal classification (CTC) -based models are attractive because of their fast inference in automatic speech recognition (ASR). Language model (LM) integration approaches such as shallow fusion and rescoring can improve the recognition accuracy of CTC-based ASR by taking advantage of the knowledge in text corpora. However, they significantly slow down the inference of CTC. In this study, we propose to distill the knowledge of BERT for CTC-based ASR, extending our previous study for attention-based ASR. CTC-based ASR learns the knowledge of BERT during training and does not use BERT during testing, which maintains the fast inference of CTC. Different from attention-based models, CTC-based models make frame-level predictions, so they need to be aligned with token-level predictions of BERT for distillation. We propose to obtain alignments by calculating the most plausible CTC paths. Experimental evaluations on the Corpus of Spontaneous Japanese (CSJ) and TED-LIUM2 show that our method improves the performance of CTC-based ASR without the cost of inference speed.

📄 PDF Abstract BibTeX arXiv:2209.02030

Code (0)

등록된 구현이 없습니다.

Tasks

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Language ModelingLanguage Modellingspeech-recognitionSpeech Recognition

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
WordPiece 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Distilling HuBERT with LSTMs via Decoupled Knowledge Distillation

2023-09-18 · Danilo de Oliveira, Timo Gerkmann

Much research effort is being applied to the task of compressing the knowledge of self-supervised models, which are powerful, yet large and memory consuming. In this work, we show that the original method of knowledge di…

Automatic Speech RecognitionKnowledge Distillationspeech-recognitionSpeech Recognition

Distilling Knowledge Learned in BERT for Text Generation

2019-11-10 · ACL 2020 6 · Yen-Chun Chen, Zhe Gan, Yu Cheng, Jingzhou Liu 외

Large-scale pre-trained language model such as BERT has achieved great success in language understanding tasks. However, it remains an open question how to utilize BERT for language generation. In this paper, we present …

Language ModelingLanguage ModellingMachine TranslationMasked Language Modeling+4

Marginal Utility Diminishes: Exploring the Minimum Knowledge for BERT Knowledge Distillation

2021-06-10 · ACL 2021 5 · Yuanxin Liu, Fandong Meng, Zheng Lin, Weiping Wang 외

Recently, knowledge distillation (KD) has shown great success in BERT compression. Instead of only learning from the teacher's soft label as in conventional KD, researchers find that the rich information contained in the…

Knowledge Distillation

Distilling the Knowledge of Romanian BERTs Using Multiple Teachers

2021-12-23 · LREC 2022 6 · Andrei-Marius Avram, Darius Catrina, Dumitru-Clementin Cercel, Mihai Dascălu 외

Running large-scale pre-trained language models in computationally constrained environments remains a challenging problem yet to be addressed, while transfer learning from these models has become prevalent in Natural Lan…

Dialect IdentificationGPUKnowledge Distillationnamed-entity-recognition+8

SpikeBERT: A Language Spikformer Learned from BERT with Knowledge Distillation

2023-08-29 · Changze Lv, Tianlong Li, Jianhan Xu, Chenxi Gu 외

Spiking neural networks (SNNs) offer a promising avenue to implement deep neural networks in a more energy-efficient way. However, the network architectures of existing SNNs for language tasks are still simplistic and re…

Knowledge Distillationtext-classificationText Classification