Simultaneous Speech-to-Speech Translation Without Aligned Data

· Source: cs.CL updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Natural Language Processing · Depth: Expert, extended

Summary

Hibiki-Zero is a novel simultaneous speech-to-speech (S2ST) and speech-to-text (S2TT) translation system that eliminates the need for word-level aligned training data. It achieves this by initially training on sentence-level aligned data to learn high-latency speech translation, followed by a reinforcement learning (RL) strategy using GRPO to optimize latency while preserving translation quality. The model, with 3 billion parameters, leverages a multistream architecture and a simple BLEU score-based reward system for RL. Hibiki-Zero demonstrates state-of-the-art performance in translation accuracy, latency, voice transfer, and naturalness across five X-to-English tasks, outperforming baselines like Seamless and Hibiki. It also shows strong adaptability, supporting new input languages with less than 1000 hours of speech data. Model weights, inference code, and a 45-hour multilingual benchmark are publicly released.

Key takeaway

For Machine Learning Engineers developing real-time speech translation systems, Hibiki-Zero offers a compelling approach to overcome data alignment challenges. You should consider adopting its two-stage training, starting with coarse sentence-level alignments and then applying reinforcement learning with BLEU-based process rewards to fine-tune latency and quality. This method significantly simplifies data preparation and enables rapid adaptation to new languages with minimal data, potentially accelerating multilingual S2ST deployment.

Key insights

Simultaneous S2ST/S2TT can achieve state-of-the-art performance without word-level aligned data, using RL to optimize latency.

Principles

Method

Hibiki-Zero trains a base model on sentence-level aligned data, then refines its translation policy using GRPO-based reinforcement learning with process rewards derived from BLEU scores at intermediate translation instants.

In practice

Topics

Code references

Best for: AI Engineer, Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.