CLSDASJan 26, 2022

Tackling data scarcity in speech translation using zero-shot multilingual machine translation techniques

arXiv:2201.11172v17 citations
Originality Incremental advance
AI Analysis

This addresses the problem of limited training data for speech translation researchers, though it is incremental as it adapts existing text translation methods.

The paper tackled data scarcity in speech translation by applying zero-shot multilingual machine translation techniques, achieving improvements of up to +12.9 BLEU points over direct end-to-end ST and +3.1 BLEU points over fine-tuned models.

Recently, end-to-end speech translation (ST) has gained significant attention as it avoids error propagation. However, the approach suffers from data scarcity. It heavily depends on direct ST data and is less efficient in making use of speech transcription and text translation data, which is often more easily available. In the related field of multilingual text translation, several techniques have been proposed for zero-shot translation. A main idea is to increase the similarity of semantically similar sentences in different languages. We investigate whether these ideas can be applied to speech translation, by building ST models trained on speech transcription and text translation data. We investigate the effects of data augmentation and auxiliary loss function. The techniques were successfully applied to few-shot ST using limited ST data, with improvements of up to +12.9 BLEU points compared to direct end-to-end ST and +3.1 BLEU points compared to ST models fine-tuned from ASR model.

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