Leveraging Broadcast Media Subtitle Transcripts for Automatic Speech Recognition and Subtitling
Jakob Poncelet, Hugo Van hamme
TL;DR
This work tackles weakly supervised ASR by leveraging large-scale TV subtitles alongside verbatim transcripts to train multitask models that produce both verbatim transcriptions and subtitles. It introduces cascaded encoder designs with dual decoders and cross-attention mechanisms, including a shared-task decoder option, and demonstrates that separating the subtitle and verbatim channels yields substantial improvements in WER and subtitle quality for Flemish Dutch. Across scaling experiments with up to 14k hours of subtitled data, the proposed cascaded dual-encoder model achieves state-of-the-art results versus baselines and a strong Whisper comparison, while maintaining far fewer parameters. The approach enables robust, scalable automatic subtitling and high-quality verbatim transcription suitable for downstream NLP applications, with broader implications for cross-domain speech processing and multilingual extensions.
Abstract
The recent advancement of speech recognition technology has been driven by large-scale datasets and attention-based architectures, but many challenges still remain, especially for low-resource languages and dialects. This paper explores the integration of weakly supervised transcripts from TV subtitles into automatic speech recognition (ASR) systems, aiming to improve both verbatim transcriptions and automatically generated subtitles. To this end, verbatim data and subtitles are regarded as different domains or languages, due to their distinct characteristics. We propose and compare several end-to-end architectures that are designed to jointly model both modalities with separate or shared encoders and decoders. The proposed methods are able to jointly generate a verbatim transcription and a subtitle. Evaluation on Flemish (Belgian Dutch) demonstrates that a model with cascaded encoders and separate decoders allows to represent the differences between the two data types most efficiently while improving on both domains. Despite differences in domain and linguistic variations, combining verbatim transcripts with subtitle data leads to notable ASR improvements without the need for extensive preprocessing. Additionally, experiments with a large-scale subtitle dataset show the scalability of the proposed approach. The methods not only improve ASR accuracy but also generate subtitles that closely match standard written text, offering several potential applications.
