CLLGSDASNov 5, 2018

Leveraging Weakly Supervised Data to Improve End-to-End Speech-to-Text Translation

arXiv:1811.02050v2172 citations
Originality Incremental advance
AI Analysis

This work addresses data scarcity in speech translation, which is a challenge for researchers and developers in multilingual communication systems, though it appears incremental as it builds on existing methods for leveraging weakly supervised data.

The paper tackles the problem of limited training data for end-to-end speech translation by using pre-trained models to convert weakly supervised data into synthetic speech-to-translation pairs, showing that this approach is more effective than multi-task learning and can train high-quality models with only weakly supervised datasets, achieving improved performance with synthetic data from unlabeled sources.

End-to-end Speech Translation (ST) models have many potential advantages when compared to the cascade of Automatic Speech Recognition (ASR) and text Machine Translation (MT) models, including lowered inference latency and the avoidance of error compounding. However, the quality of end-to-end ST is often limited by a paucity of training data, since it is difficult to collect large parallel corpora of speech and translated transcript pairs. Previous studies have proposed the use of pre-trained components and multi-task learning in order to benefit from weakly supervised training data, such as speech-to-transcript or text-to-foreign-text pairs. In this paper, we demonstrate that using pre-trained MT or text-to-speech (TTS) synthesis models to convert weakly supervised data into speech-to-translation pairs for ST training can be more effective than multi-task learning. Furthermore, we demonstrate that a high quality end-to-end ST model can be trained using only weakly supervised datasets, and that synthetic data sourced from unlabeled monolingual text or speech can be used to improve performance. Finally, we discuss methods for avoiding overfitting to synthetic speech with a quantitative ablation study.

Foundations

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

Your Notes