Efficient and Adaptive Simultaneous Speech Translation with Fully Unidirectional Architecture
Biao Fu, Donglei Yu, Minpeng Liao, Chengxi Li, Yidong Chen, Kai Fan, Xiaodong Shi
TL;DR
This work tackles the challenge of efficient and accurate simultaneous speech translation by introducing EASiST, a fully unidirectional end-to-end framework that unifies streaming speech encoding with LLM-based translation. It features a data curation pipeline that creates multi-latency, semantically aligned interleaved speech-translation samples, a lightweight policy head for adaptive read/write decisions, and a three-stage training procedure that progressively aligns modalities and optimizes translation with policy learning. Empirical results on MuST-C En→De and En→Es demonstrate superior latency-quality trade-offs and robust inference efficiency, surpassing fixed-policy and some adaptive baselines while maintaining competitive offline translation performance. The approach offers practical impact for real-time translation systems by enabling cache-friendly, low-latency inference in an end-to-end architecture, with potential extensions to longer-form input and broader language directions.
Abstract
Simultaneous speech translation (SimulST) produces translations incrementally while processing partial speech input. Although large language models (LLMs) have showcased strong capabilities in offline translation tasks, applying them to SimulST poses notable challenges. Existing LLM-based SimulST approaches either incur significant computational overhead due to repeated encoding of bidirectional speech encoder, or they depend on a fixed read/write policy, limiting the efficiency and performance. In this work, we introduce Efficient and Adaptive Simultaneous Speech Translation (EASiST) with fully unidirectional architecture, including both speech encoder and LLM. EASiST includes a multi-latency data curation strategy to generate semantically aligned SimulST training samples and redefines SimulST as an interleaved generation task with explicit read/write tokens. To facilitate adaptive inference, we incorporate a lightweight policy head that dynamically predicts read/write actions. Additionally, we employ a multi-stage training strategy to align speech-text modalities and optimize both translation and policy behavior. Experiments on the MuST-C En$\rightarrow$De and En$\rightarrow$Es datasets demonstrate that EASiST offers superior latency-quality trade-offs compared to several strong baselines.
