ASCLSDFeb 3, 2020

End-to-End Automatic Speech Recognition Integrated With CTC-Based Voice Activity Detection

arXiv:2002.00551v259 citations
AI Analysis

This work addresses the need for efficient speech interfaces and transcription in real-time or long recordings, though it is incremental as it builds on existing CTC/attention architectures.

The paper tackled the problem of integrating voice activity detection with end-to-end automatic speech recognition for online and long audio applications, achieving an RTF less than 0.2 and outperforming baseline methods on unsegmented data.

This paper integrates a voice activity detection (VAD) function with end-to-end automatic speech recognition toward an online speech interface and transcribing very long audio recordings. We focus on connectionist temporal classification (CTC) and its extension of CTC/attention architectures. As opposed to an attention-based architecture, input-synchronous label prediction can be performed based on a greedy search with the CTC (pre-)softmax output. This prediction includes consecutive long blank labels, which can be regarded as a non-speech region. We use the labels as a cue for detecting speech segments with simple thresholding. The threshold value is directly related to the length of a non-speech region, which is more intuitive and easier to control than conventional VAD hyperparameters. Experimental results on unsegmented data show that the proposed method outperformed the baseline methods using the conventional energy-based and neural-network-based VAD methods and achieved an RTF less than 0.2. The proposed method is publicly available.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes