paper-with-me

홈 › Papers

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

2022-01-26 · Tu Anh Dinh, Danni Liu, Jan Niehues

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.

📄 PDF Abstract BibTeX arXiv:2201.11172

Code (1)

tuanh23/multimodalst 공식 구현 pytorch

Tasks

Data AugmentationMachine TranslationTranslation

Similar Papers 제목 키워드 기반

RosettaSpeech: Zero-Shot Speech-to-Speech Translation without Parallel Speech

2025-11-26 · Zhisheng Zheng, Xiaohang Sun, Tuan Dinh, Abhishek Yanamandra 외 arxiv

End-to-end speech-to-speech translation (S2ST) systems typically struggle with a critical data bottleneck: the scarcity of parallel speech-to-speech corpora. To overcome this, we introduce RosettaSpeech, a novel zero-sho…

Speech-to-Speech TranslationMachine Translation

Speech-to-Speech Translation with Discrete-Unit-Based Style Transfer

2023-09-14 · Yongqi Wang, Jionghao Bai, Rongjie Huang, RuiQi Li 외

Direct speech-to-speech translation (S2ST) with discrete self-supervised representations has achieved remarkable accuracy, but is unable to preserve the speaker timbre of the source speech. Meanwhile, the scarcity of hig…

In-Context LearningLanguage ModelingLanguage ModellingSpeech-to-Speech Translation+2

Zero-shot Speech Translation

2021-07-13 · Tu Anh Dinh

Speech Translation (ST) is the task of translating speech in one language into text in another language. Traditional cascaded approaches for ST, using Automatic Speech Recognition (ASR) and Machine Translation (MT) syste…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Machine Translationspeech-recognition+2

Pushing the Limits of Zero-shot End-to-End Speech Translation

2024-02-16 · Ioannis Tsiamas, Gerard I. Gállego, José A. R. Fonollosa, Marta R. Costa-jussà

Data scarcity and the modality gap between the speech and text modalities are two major obstacles of end-to-end Speech Translation (ST) systems, thus hindering their performance. Prior work has attempted to mitigate thes…

Speech-to-TextSpeech-to-Text TranslationTranslation

T-Modules: Translation Modules for Zero-Shot Cross-Modal Machine Translation

2022-05-24 · Paul-Ambroise Duquenne, Hongyu Gong, Benoît Sagot, Holger Schwenk

We present a new approach to perform zero-shot cross-modal transfer between speech and text for translation tasks. Multilingual speech and text are encoded in a joint fixed-size representation space. Then, we compare dif…

DecoderMachine Translationtext-to-speechText to Speech+2