Pushing the Limits of Zero-shot End-to-End Speech Translation
Ioannis Tsiamas, Gerard I. Gállego, José A. R. Fonollosa, Marta R. Costa-jussà
TL;DR
ZeroSwot tackles data scarcity and the speech-text modality gap in end-to-end speech translation by training a dedicated speech encoder to align with a massively multilingual MT model through Optimal Transport and CTC-driven subword compression. At inference, the trained speech encoder replaces the MT embedding layer, enabling zero-shot translation from speech to text across all MT languages without any paired ST data. Empirically, ZeroSwot achieves state-of-the-art zero-shot results on MuST-C and strong performance on CoVoST and FLEURS, while offering efficiency advantages over cascaded approaches; ablations highlight the essential role of the speech embedder and the compression module. The work demonstrates substantial multilingual capacity and modality alignment, with limitations including reliance on ASR data and reduced acoustic prosody utilization, pointing to future work in low-resource and speech-to-speech scenarios.
Abstract
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 these challenges by leveraging external MT data and optimizing distance metrics that bring closer the speech-text representations. However, achieving competitive results typically requires some ST data. For this reason, we introduce ZeroSwot, a method for zero-shot ST that bridges the modality gap without any paired ST data. Leveraging a novel CTC compression and Optimal Transport, we train a speech encoder using only ASR data, to align with the representation space of a massively multilingual MT model. The speech encoder seamlessly integrates with the MT model at inference, enabling direct translation from speech to text, across all languages supported by the MT model. Our experiments show that we can effectively close the modality gap without ST data, while our results on MuST-C and CoVoST demonstrate our method's superiority over not only previous zero-shot models, but also supervised ones, achieving state-of-the-art results.
