paper-with-me

Papers

M-Adapter: Modality Adaptation for End-to-End Speech-to-Text Translation

2022-07-03 · Jinming Zhao, Hao Yang, Ehsan Shareghi, Gholamreza Haffari

End-to-end speech-to-text translation models are often initialized with pre-trained speech encoder and pre-trained text decoder. This leads to a significant training gap between pre-training and fine-tuning, largely due to the modality differences between speech outputs from the encoder and text inputs to the decoder. In this work, we aim to bridge the modality gap between speech and text to improve translation quality. We propose M-Adapter, a novel Transformer-based module, to adapt speech representations to text. While shrinking the speech sequence, M-Adapter produces features desired for speech-to-text translation via modelling global and local dependencies of a speech sequence. Our experimental results show that our model outperforms a strong baseline by up to 1 BLEU score on the Must-C En$\rightarrow$DE dataset.\footnote{Our code is available at https://github.com/mingzi151/w2v2-st.}

📄 PDF Abstract BibTeX arXiv:2207.00952

Code (1)

mingzi151/w2v2-st 공식 구현 pytorch

Tasks

DecoderSpeech-to-TextSpeech-to-Text TranslationTranslation

Similar Papers 제목 키워드 기반

Scheduled Interleaved Speech-Text Training for Speech-to-Speech Translation with LLMs

2025-06-12 · Hayato Futami, Emiru Tsunoo, Yosuke Kashiwagi, Yuki Ito 외

Speech-to-speech translation (S2ST) has been advanced with large language models (LLMs), which are fine-tuned on discrete speech units. In such approaches, modality adaptation from text to speech has been an issue. LLMs …

Speech-to-Speech Translationtext-to-speechText to SpeechTranslation

Improving Language and Modality Transfer in Translation by Character-level Modeling

2025-05-30 · Ioannis Tsiamas, David Dale, Marta R. Costa-jussà

Current translation systems, despite being highly multilingual, cover only 5% of the world's languages. Expanding language coverage to the long-tail of low-resource languages requires data-efficient methods that rely on …

Speech-to-TextSpeech-to-Text TranslationTransfer LearningTranslation

Bridging the Modality Gap for Speech-to-Text Translation

2020-10-28 · Yuchen Liu, Junnan Zhu, Jiajun Zhang, Chengqing Zong

End-to-end speech translation aims to translate speech in one language into text in another language via an end-to-end way. Most existing methods employ an encoder-decoder structure with a single encoder to learn acousti…

DecoderSpeech-to-TextSpeech-to-Text TranslationTranslation

Granite-speech: open-source speech-aware LLMs with strong English ASR capabilities

2025-05-13 · George Saon, Avihu Dekel, Alexander Brooks, Tohru Nagano 외

Granite-speech LLMs are compact and efficient speech language models specifically designed for English ASR and automatic speech translation (AST). The models were trained by modality aligning the 2B and 8B parameter vari…

automatic-speech-translationBenchmarking

CMU's IWSLT 2024 Simultaneous Speech Translation System

2024-08-14 · Xi Xu, Siqi Ouyang, Brian Yan, Patrick Fernandes 외

This paper describes CMU's submission to the IWSLT 2024 Simultaneous Speech Translation (SST) task for translating English speech to German text in a streaming manner. Our end-to-end speech-to-text (ST) system integrates…

DecoderSpeech-to-TextTranslation