CLAISDASJun 11, 2024

Can We Achieve High-quality Direct Speech-to-Speech Translation without Parallel Speech Data?

arXiv:2406.07289v129 citations
Originality Incremental advance
AI Analysis

This addresses the data scarcity issue in speech-to-speech translation for applications like real-time communication, though it is incremental as it builds on existing two-pass models.

The paper tackles the problem of training direct speech-to-speech translation models without requiring parallel speech data by proposing ComSpeech, which integrates pretrained speech-to-text translation and text-to-speech models, and ComSpeech-ZS, a zero-shot training method using only non-parallel data. Results show ComSpeech outperforms previous models when parallel data is available, and ComSpeech-ZS lags by only 0.7 ASR-BLEU without it, outperforming cascaded models.

Recently proposed two-pass direct speech-to-speech translation (S2ST) models decompose the task into speech-to-text translation (S2TT) and text-to-speech (TTS) within an end-to-end model, yielding promising results. However, the training of these models still relies on parallel speech data, which is extremely challenging to collect. In contrast, S2TT and TTS have accumulated a large amount of data and pretrained models, which have not been fully utilized in the development of S2ST models. Inspired by this, in this paper, we first introduce a composite S2ST model named ComSpeech, which can seamlessly integrate any pretrained S2TT and TTS models into a direct S2ST model. Furthermore, to eliminate the reliance on parallel speech data, we propose a novel training method ComSpeech-ZS that solely utilizes S2TT and TTS data. It aligns representations in the latent space through contrastive learning, enabling the speech synthesis capability learned from the TTS data to generalize to S2ST in a zero-shot manner. Experimental results on the CVSS dataset show that when the parallel speech data is available, ComSpeech surpasses previous two-pass models like UnitY and Translatotron 2 in both translation quality and decoding speed. When there is no parallel speech data, ComSpeech-ZS lags behind \name by only 0.7 ASR-BLEU and outperforms the cascaded models.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes