CLLGSDASJul 7, 2021

End-to-End Rich Transcription-Style Automatic Speech Recognition with Semi-Supervised Learning

arXiv:2107.05382v11 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of transcribing spontaneous speech phenomena like fillers and laughter for ASR applications, but it is incremental as it builds on existing end-to-end methods with a novel training approach.

The paper tackles the problem of building accurate rich transcription-style automatic speech recognition (RT-ASR) systems for spontaneous speech, where large-scale rich transcription datasets are unavailable, by proposing a semi-supervised learning method that uses a limited rich transcription dataset and a large-scale common transcription dataset, with experiments showing its effectiveness.

We propose a semi-supervised learning method for building end-to-end rich transcription-style automatic speech recognition (RT-ASR) systems from small-scale rich transcription-style and large-scale common transcription-style datasets. In spontaneous speech tasks, various speech phenomena such as fillers, word fragments, laughter and coughs, etc. are often included. While common transcriptions do not give special awareness to these phenomena, rich transcriptions explicitly convert them into special phenomenon tokens as well as textual tokens. In previous studies, the textual and phenomenon tokens were simultaneously estimated in an end-to-end manner. However, it is difficult to build accurate RT-ASR systems because large-scale rich transcription-style datasets are often unavailable. To solve this problem, our training method uses a limited rich transcription-style dataset and common transcription-style dataset simultaneously. The Key process in our semi-supervised learning is to convert the common transcription-style dataset into a pseudo-rich transcription-style dataset. To this end, we introduce style tokens which control phenomenon tokens are generated or not into transformer-based autoregressive modeling. We use this modeling for generating the pseudo-rich transcription-style datasets and for building RT-ASR system from the pseudo and original datasets. Our experiments on spontaneous ASR tasks showed the effectiveness of the proposed method.

Foundations

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

Your Notes