paper-with-me

홈 › Papers

Does Translation-Enhanced Speech Encoder Pre-training Affect Speech LLMs?

2026-06-24 · Tomoya Mizumoto, Yusuke Fujita arxiv

Connecting a pre-trained speech encoder to a Large Language Model (LLM) is the standard architecture for building Speech LLMs. However, a structural misalignment exists between the encoder and the LLM. Unlike encoders based on automatic speech recognition, which often produce representations in separate language-specific spaces, LLMs operate within a unified language-agnostic space. A mechanism is required to align the encoder's language-specific representations with the LLM's shared space. We argue that speech translation provides a principled way to achieve this. Unlike monolingual transcription, translation requires the model to bridge different languages and learn language-agnostic representations. We experimentally evaluate the impact of incorporating translation objectives into speech encoder pre-training. Our results demonstrate that translation-enhanced pre-training improves cross-modal integration and leads to superior performance across downstream Speech LLM tasks.

📄 PDF Abstract BibTeX arXiv:2606.25444

Code (0)

등록된 구현이 없습니다.

Tasks

Speech Recognition

Similar Papers 제목 키워드 기반

Enhanced Direct Speech-to-Speech Translation Using Self-supervised Pre-training and Data Augmentation

2022-04-06 · Sravya Popuri, Peng-Jen Chen, Changhan Wang, Juan Pino 외

Direct speech-to-speech translation (S2ST) models suffer from data scarcity issues as there exists little parallel S2ST data, compared to the amount of data available for conventional cascaded systems that consist of aut…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Data AugmentationDecoder+9

Sequence-to-Sequence Models Can Directly Translate Foreign Speech

2017-03-24 · Ron J. Weiss, Jan Chorowski, Navdeep Jaitly, Yonghui Wu 외

We present a recurrent encoder-decoder deep neural network architecture that directly translates speech in one language into text in another. The model does not explicitly transcribe the speech into text in the source la…

DecoderMachine TranslationSequence-To-Sequence Speech Recognitionspeech-recognition+2

Towards a Deep Understanding of Multilingual End-to-End Speech Translation

2023-10-31 · Haoran Sun, Xiaohu Zhao, Yikun Lei, Shaolin Zhu 외

In this paper, we employ Singular Value Canonical Correlation Analysis (SVCCA) to analyze representations learnt in a multilingual end-to-end speech translation model trained over 22 languages. SVCCA enables us to estima…

Machine TranslationTranslation

Transforming LLMs into Cross-modal and Cross-lingual Retrieval Systems

2024-04-02 · Frank Palma Gomez, Ramon Sanabria, Yun-Hsuan Sung, Daniel Cer 외

Large language models (LLMs) are trained on text-only data that go far beyond the languages with paired speech and text data. At the same time, Dual Encoder (DE) based retrieval systems project queries and documents into…

Machine TranslationRetrievalText Matching

BERT-JAM: Boosting BERT-Enhanced Neural Machine Translation with Joint Attention

2020-11-09 · Zhebin Zhang, Sai Wu, Dawei Jiang, Gang Chen

BERT-enhanced neural machine translation (NMT) aims at leveraging BERT-encoded representations for translation tasks. A recently proposed approach uses attention mechanisms to fuse Transformer's encoder and decoder layer…

DecoderMachine TranslationNMTTranslation