CLMay 25, 2020

Adapting End-to-End Speech Recognition for Readable Subtitles

arXiv:2005.12143v1999 citations
Originality Incremental advance
AI Analysis

This work addresses the need for more readable subtitles in applications with limited screen space, though it is incremental as it builds on existing ASR methods with compression.

The paper tackles the problem of adapting automatic speech recognition (ASR) for readable subtitles by incorporating output compression, achieving improved performance in terms of WER and ROUGE scores through explicit modeling of length constraints in an end-to-end system.

Automatic speech recognition (ASR) systems are primarily evaluated on transcription accuracy. However, in some use cases such as subtitling, verbatim transcription would reduce output readability given limited screen size and reading time. Therefore, this work focuses on ASR with output compression, a task challenging for supervised approaches due to the scarcity of training data. We first investigate a cascaded system, where an unsupervised compression model is used to post-edit the transcribed speech. We then compare several methods of end-to-end speech recognition under output length constraints. The experiments show that with limited data far less than needed for training a model from scratch, we can adapt a Transformer-based ASR model to incorporate both transcription and compression capabilities. Furthermore, the best performance in terms of WER and ROUGE scores is achieved by explicitly modeling the length constraints within the end-to-end ASR system.

Code Implementations1 repo
Foundations

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

Your Notes