pith. sign in

arxiv: 2408.09430 · v1 · pith:7LFRH53Bnew · submitted 2024-08-18 · 💻 cs.CL · cs.AI

FASST: Fast LLM-based Simultaneous Speech Translation

classification 💻 cs.CL cs.AI
keywords speechtranslationfasstinputsimultaneousstreamingbestfast
0
0 comments X
read the original abstract

Simultaneous speech translation (SST) takes streaming speech input and generates text translation on the fly. Existing methods either have high latency due to recomputation of input representations, or fall behind of offline ST in translation quality. In this paper, we propose FASST, a fast large language model based method for streaming speech translation. We propose blockwise-causal speech encoding and consistency mask, so that streaming speech input can be encoded incrementally without recomputation. Furthermore, we develop a two-stage training strategy to optimize FASST for simultaneous inference. We evaluate FASST and multiple strong prior models on MuST-C dataset. Experiment results show that FASST achieves the best quality-latency trade-off. It outperforms the previous best model by an average of 1.5 BLEU under the same latency for English to Spanish translation.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. DOA: Training-Free Decoder-Only Attention Policy for Long-Form Simultaneous Translation with SpeechLLMs

    cs.CL 2026-05 unverdicted novelty 6.0

    DOA derives a proxy alignment from decoder self-attention to support training-free long-form simultaneous speech-to-text translation with off-the-shelf SpeechLLMs.