paper-with-me

홈 › Papers

Unveiling the Role of Pretraining in Direct Speech Translation

2024-09-26 · Belen Alastruey, Gerard I. Gállego, Marta R. Costa-jussà

Direct speech-to-text translation systems encounter an important drawback in data scarcity. A common solution consists on pretraining the encoder on automatic speech recognition, hence losing efficiency in the training process. In this study, we compare the training dynamics of a system using a pretrained encoder, the conventional approach, and one trained from scratch. We observe that, throughout the training, the randomly initialized model struggles to incorporate information from the speech inputs for its predictions. Hence, we hypothesize that this issue stems from the difficulty of effectively training an encoder for direct speech translation. While a model trained from scratch needs to learn acoustic and semantic modeling simultaneously, a pretrained one can just focus on the latter. Based on these findings, we propose a subtle change in the decoder cross-attention to integrate source information from earlier steps in training. We show that with this change, the model trained from scratch can achieve comparable performance to the pretrained one, while reducing the training time.

📄 PDF Abstract BibTeX arXiv:2409.18044

Code (0)

등록된 구현이 없습니다.

Tasks

Automatic Speech RecognitionDecoderspeech-recognitionSpeech RecognitionSpeech-to-TextSpeech-to-Text TranslationTranslation

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Effectively pretraining a speech translation decoder with Machine Translation data

2020-11-01 · EMNLP 2020 11 · Ashkan Alinejad, Anoop Sarkar

Directly translating from speech to text using an end-to-end approach is still challenging for many language pairs due to insufficient data. Although pretraining the encoder parameters using the Automatic Speech Recognit…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)DecoderMachine Translation+5

Revisiting End-to-End Speech-to-Text Translation From Scratch

2022-06-09 · Biao Zhang, Barry Haddow, Rico Sennrich

End-to-end (E2E) speech-to-text translation (ST) often depends on pretraining its encoder and/or decoder using source transcripts via speech recognition or text translation tasks, without which translation performance dr…

Decoderspeech-recognitionSpeech RecognitionSpeech-to-Text+2

On the Locality of Attention in Direct Speech Translation

2022-04-19 · ACL 2022 5 · Belen Alastruey, Javier Ferrando, Gerard I. Gállego, Marta R. Costa-jussà

Transformers have achieved state-of-the-art results across multiple NLP tasks. However, the self-attention mechanism complexity scales quadratically with the sequence length, creating an obstacle for tasks involving long…

Translation

Harnessing Indirect Training Data for End-to-End Automatic Speech Translation: Tricks of the Trade

2019-09-14 · EMNLP (IWSLT) 2019 11 · Juan Pino, Liezl Puzon, Jiatao Gu, Xutai Ma 외

For automatic speech translation (AST), end-to-end approaches are outperformed by cascaded models that transcribe with automatic speech recognition (ASR), then translate with machine translation (MT). A major cause of th…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)automatic-speech-translationData Augmentation+4

XLS-R: Self-supervised Cross-lingual Speech Representation Learning at Scale

2021-11-17 · Arun Babu, Changhan Wang, Andros Tjandra, Kushal Lakhotia 외

This paper presents XLS-R, a large-scale model for cross-lingual speech representation learning based on wav2vec 2.0. We train models with up to 2B parameters on nearly half a million hours of publicly available speech a…

Language IdentificationRepresentation Learningspeech-recognitionSpeech Recognition+2