Incorporating VAD into ASR System by Multi-task Learning
Meng Li, Xia Yan, Feng Lin

TL;DR
This paper introduces a multi-task learning framework that integrates voice activity detection into end-to-end speech recognition, enhancing accuracy and efficiency by jointly training both tasks and leveraging VAD information.
Contribution
The paper presents a novel multi-task learning approach that incorporates VAD into ASR, improving performance and robustness over traditional independent systems.
Findings
Outperforms baseline ASR on English and Chinese datasets.
Better handles unsegmented speech data compared to GMM/DNN-based VAD systems.
Reduces computational cost by discarding non-speech parts during inference.
Abstract
When we use End-to-end automatic speech recognition (E2E-ASR) system for real-world applications, a voice activity detection (VAD) system is usually needed to improve the performance and to reduce the computational cost by discarding non-speech parts in the audio. Usually ASR and VAD systems are trained and utilized independently to each other. In this paper, we present a novel multi-task learning (MTL) framework that incorporates VAD into the ASR system. The proposed system learns ASR and VAD jointly in the training stage. With the assistance of VAD, the ASR performance improves as its connectionist temporal classification (CTC) loss function can leverage the VAD alignment information. In the inference stage, the proposed system removes non-speech parts at low computational cost and recognizes speech parts with high robustness. Experimental results on segmented speech data show that by…
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 · Music and Audio Processing · Speech and Audio Processing
