SimulSeamless: FBK at IWSLT 2024 Simultaneous Speech Translation
Sara Papi, Marco Gaido, Matteo Negri, Luisa Bentivogli
TL;DR
SimulST requires balancing translation quality and latency in live scenarios. The authors repurpose an off-the-shelf SeamlessM4T model using the AlignAtt cross-attention policy to enable simultaneous translation without additional training. Their SimulSeamless system achieves competitive results across multiple language pairs in IWSLT 2024, while covering more than 143 source languages and 200 target languages. The work provides a generic, readily deployable approach and releases the code under Apache 2.0.
Abstract
This paper describes the FBK's participation in the Simultaneous Translation Evaluation Campaign at IWSLT 2024. For this year's submission in the speech-to-text translation (ST) sub-track, we propose SimulSeamless, which is realized by combining AlignAtt and SeamlessM4T in its medium configuration. The SeamlessM4T model is used "off-the-shelf" and its simultaneous inference is enabled through the adoption of AlignAtt, a SimulST policy based on cross-attention that can be applied without any retraining or adaptation of the underlying model for the simultaneous task. We participated in all the Shared Task languages (English->{German, Japanese, Chinese}, and Czech->English), achieving acceptable or even better results compared to last year's submissions. SimulSeamless, covering more than 143 source languages and 200 target languages, is released at: https://github.com/hlt-mt/FBK-fairseq/.
