paper-with-me

Papers

Knowledge Distillation from Non-streaming to Streaming ASR Encoder using Auxiliary Non-streaming Layer

2023-08-31 · Kyuhong Shim, Jinkyu Lee, Simyung Chang, Kyuwoong Hwang

Streaming automatic speech recognition (ASR) models are restricted from accessing future context, which results in worse performance compared to the non-streaming models. To improve the performance of streaming ASR, knowledge distillation (KD) from the non-streaming to streaming model has been studied, mainly focusing on aligning the output token probabilities. In this paper, we propose a layer-to-layer KD from the teacher encoder to the student encoder. To ensure that features are extracted using the same context, we insert auxiliary non-streaming branches to the student and perform KD from the non-streaming teacher layer to the non-streaming auxiliary layer. We design a special KD loss that leverages the autoregressive predictive coding (APC) mechanism to encourage the streaming model to predict unseen future contexts. Experimental results show that the proposed method can significantly reduce the word error rate compared to previous token probability distillation methods.

📄 PDF Abstract BibTeX arXiv:2308.16415

Code (0)

등록된 구현이 없습니다.

Tasks

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Knowledge Distillationspeech-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 제목 키워드 기반

Joint Optimization of Streaming and Non-Streaming Automatic Speech Recognition with Multi-Decoder and Knowledge Distillation

2024-05-22 · Muhammad Shakeel, Yui Sudo, Yifan Peng, Shinji Watanabe

End-to-end (E2E) automatic speech recognition (ASR) can operate in two modes: streaming and non-streaming, each with its pros and cons. Streaming ASR processes the speech frames in real-time as it is being received, whil…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)DecoderKnowledge Distillation+2

Streaming Transformer ASR with Blockwise Synchronous Inference

2020-06-25 · Emiru Tsunoo, Yosuke Kashiwagi, Shinji Watanabe

The Transformer self-attention network has recently shown promising performance as an alternative to recurrent neural networks in end-to-end (E2E) automatic speech recognition (ASR) systems. However, Transformer has a dr…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)DecoderKnowledge Distillation+2

Streaming T5-based Text-to-Speech Synthesis with Limited Lookahead

2026-06-20 · Muyang Du, Jason Roche, Junjie Lai arxiv

Streaming text-to-speech synthesis in cascaded LLM-TTS systems still faces latency challenges as most TTS models require full context before initiating generation. We present S5-TTS, a streaming variant of T5-TTS that en…

Text-To-Speech Synthesis

Reducing the gap between streaming and non-streaming Transducer-based ASR by adaptive two-stage knowledge distillation

2023-06-27 · Haitao Tang, Yu Fu, Lei Sun, Jiabin Xue 외

Transducer is one of the mainstream frameworks for streaming speech recognition. There is a performance gap between the streaming and non-streaming transducer models due to limited context. To reduce this gap, an effecti…

Knowledge Distillationspeech-recognitionSpeech Recognition

Knowledge Distillation from Multiple Foundation Models for End-to-End Speech Recognition

2023-03-20 · Xiaoyu Yang, Qiujia Li, Chao Zhang, Philip C. Woodland

Although large foundation models pre-trained by self-supervised learning have achieved state-of-the-art performance in many tasks including automatic speech recognition (ASR), knowledge distillation (KD) is often require…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Knowledge DistillationSelf-Supervised Learning+2