High-Fidelity Simultaneous Speech-To-Speech Translation
Tom Labiausse, Laurent Mazaré, Edouard Grave, Patrick Pérez, Alexandre Défossez, Neil Zeghidour
TL;DR
Hibiki addresses the challenge of high-quality simultaneous speech-to-speech translation by introducing a decoder-only, multistream architecture that jointly models source and target audio streams to emit text and audio tokens in real time. It combines a neural audio codec (Mimi) with a joint token model (RQ-Transformer) and a text stream (Inner Monologue) to enable causal, low-latency translation, augmented by contextual alignment learned from synthetic data. The paper introduces alignment-based data synthesis (contextual alignment, silence insertion, alignment-aware TTS) and voice-transfer conditioning with classifier-free guidance to improve speaker fidelity, achieving state-of-the-art translation quality and naturalness on French-English while supporting batched GPU inference and real-time on-device deployment. Practical impact includes scalable streaming deployment, high-quality interpretation-like experiences, and publicly released models and data, advancing real-time, high-fidelity S2ST technology with strong cross-lingual voice transfer capabilities.
Abstract
We introduce Hibiki, a decoder-only model for simultaneous speech translation. Hibiki leverages a multistream language model to synchronously process source and target speech, and jointly produces text and audio tokens to perform speech-to-text and speech-to-speech translation. We furthermore address the fundamental challenge of simultaneous interpretation, which unlike its consecutive counterpart, where one waits for the end of the source utterance to start translating, adapts its flow to accumulate just enough context to produce a correct translation in real-time, chunk by chunk. To do so, we introduce a weakly-supervised method that leverages the perplexity of an off-the-shelf text translation system to identify optimal delays on a per-word basis and create aligned synthetic data. After supervised training, Hibiki performs adaptive, simultaneous speech translation with vanilla temperature sampling. On a French-English simultaneous speech translation task, Hibiki demonstrates state-of-the-art performance in translation quality, speaker fidelity and naturalness. Moreover, the simplicity of its inference process makes it compatible with batched translation and even real-time on-device deployment. We provide examples as well as models and inference code.
