CLLGSDASNov 4, 2018

Towards Unsupervised Speech-to-Text Translation

arXiv:1811.01307v145 citations
Originality Incremental advance
AI Analysis

This enables translation for language pairs with few or no bilingual resources, though it is incremental as it builds on existing unsupervised techniques.

The paper tackles the problem of speech-to-text translation without labeled data by using only monolingual speech and text corpora, achieving BLEU scores comparable to supervised end-to-end models.

We present a framework for building speech-to-text translation (ST) systems using only monolingual speech and text corpora, in other words, speech utterances from a source language and independent text from a target language. As opposed to traditional cascaded systems and end-to-end architectures, our system does not require any labeled data (i.e., transcribed source audio or parallel source and target text corpora) during training, making it especially applicable to language pairs with very few or even zero bilingual resources. The framework initializes the ST system with a cross-modal bilingual dictionary inferred from the monolingual corpora, that maps every source speech segment corresponding to a spoken word to its target text translation. For unseen source speech utterances, the system first performs word-by-word translation on each speech segment in the utterance. The translation is improved by leveraging a language model and a sequence denoising autoencoder to provide prior knowledge about the target language. Experimental results show that our unsupervised system achieves comparable BLEU scores to supervised end-to-end models despite the lack of supervision. We also provide an ablation analysis to examine the utility of each component in our system.

Foundations

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

Your Notes