English

StreamUni: Achieving Streaming Speech Translation with a Unified Large Speech-Language Model

Computation and Language 2025-07-15 v2 Sound Audio and Speech Processing

Abstract

Streaming speech translation (StreamST) requires determining appropriate timing, known as policy, to generate translations while continuously receiving source speech inputs, balancing low latency with high translation quality. However, existing StreamST methods typically operate on sentence-level speech segments, referred to as simultaneous speech translation (SimulST). In practice, they require collaboration with segmentation models to accomplish StreamST, where the truncated speech segments constrain SimulST models to make policy decisions and generate translations based on limited contextual information. Moreover, SimulST models struggle to learn effective policies due to the complexity of speech inputs and cross-lingual generation. To address these challenges, we propose StreamUni, which achieves StreamST through a unified Large Speech-Language Model (LSLM). Specifically, StreamUni incorporates speech Chain-of-Thought (CoT) in guiding the LSLM to generate multi-stage outputs. Leveraging these multi-stage outputs, StreamUni simultaneously accomplishes speech segmentation, policy decision, and translation generation, completing StreamST without requiring massive policy-specific training. Additionally, we propose a streaming CoT training method that enhances low-latency policy decisions and generation capabilities using limited CoT data. Experiments demonstrate that our approach achieves state-of-the-art performance on StreamST tasks.

Keywords

Cite

@article{arxiv.2507.07803,
  title  = {StreamUni: Achieving Streaming Speech Translation with a Unified Large Speech-Language Model},
  author = {Shoutao Guo and Xiang Li and Mengge Liu and Wei Chen and Yang Feng},
  journal= {arXiv preprint arXiv:2507.07803},
  year   = {2025}
}

Comments

The code is at https://github.com/ictnlp/StreamUni; The model is at https://huggingface.co/ICTNLP/StreamUni-Phi4

R2 v1 2026-07-01T03:54:55.288Z