Distilling the Knowledge of BERT for CTC-based ASR
Hayato Futami, Hirofumi Inaguma, Masato Mimura, Shinsuke Sakai,, Tatsuya Kawahara

TL;DR
This paper introduces a method to distill BERT's knowledge into CTC-based speech recognition models, enhancing accuracy without sacrificing inference speed by aligning frame-level CTC predictions with BERT's token-level representations.
Contribution
It presents a novel knowledge distillation approach for CTC-based ASR that maintains fast inference while leveraging BERT's language understanding.
Findings
Improved recognition accuracy on CSJ and TED-LIUM2 datasets.
No additional inference latency introduced.
Effective alignment of CTC paths with BERT tokens.
Abstract
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…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSpeech Recognition and Synthesis · Natural Language Processing Techniques · Speech and dialogue systems
MethodsRefunds@Expedia|||How do I get a full refund from Expedia? · Multi-Head Attention · Attention Is All You Need · Linear Layer · WordPiece · Layer Normalization · Softmax · Residual Connection · Linear Warmup With Linear Decay · Adam
