A cascade of Whisper and NLLB, adapted with prefix training and streaming policies, achieves 29.8 BLEU on the IWSLT 2025 simultaneous speech translation test set.
InfiniSST: Simultaneous Translation of Unbounded Speech with Large Language Model
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Simultaneous translation of unbounded streaming speech remains a challenging problem due to the need for effectively processing the history speech context and past translations so that quality and latency, including computation overhead, can be balanced. Most prior works assume pre-segmented speech, limiting their real-world applicability. In this paper, we propose InfiniSST, a novel approach that formulates SST as a multi-turn dialogue task, enabling seamless translation of unbounded speech. We construct translation trajectories and robust segments from MuST-C with multi-latency augmentation during training and develop a key-value (KV) cache management strategy to facilitate efficient inference. Experiments on MuST-C En-Es, En-De, and En-Zh demonstrate that InfiniSST reduces computation-aware latency by 0.5 to 1 second while maintaining the same translation quality compared to baselines. Ablation studies further validate the contributions of our data construction and cache management strategy. We release the code and demo at https://github.com/LeiLiLab/InfiniSST
fields
cs.CL 1years
2025 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
MLLP-VRAIN UPV system for the IWSLT 2025 Simultaneous Speech Translation Translation task
A cascade of Whisper and NLLB, adapted with prefix training and streaming policies, achieves 29.8 BLEU on the IWSLT 2025 simultaneous speech translation test set.