CLMay 5, 2022

Efficient yet Competitive Speech Translation: FBK@IWSLT2022

arXiv:2205.02629v1645 citationsh-index: 47
Originality Incremental advance
AI Analysis

This work addresses cost efficiency for speech translation systems, presenting incremental improvements in training methods.

The paper tackled reducing model training costs for speech translation without sacrificing quality, showing that ASR pre-training is not essential and achieving a 1 BLEU improvement with data filtering and a high score of 26.7 BLEU on MuST-C en-de.

The primary goal of this FBK's systems submission to the IWSLT 2022 offline and simultaneous speech translation tasks is to reduce model training costs without sacrificing translation quality. As such, we first question the need of ASR pre-training, showing that it is not essential to achieve competitive results. Second, we focus on data filtering, showing that a simple method that looks at the ratio between source and target characters yields a quality improvement of 1 BLEU. Third, we compare different methods to reduce the detrimental effect of the audio segmentation mismatch between training data manually segmented at sentence level and inference data that is automatically segmented. Towards the same goal of training cost reduction, we participate in the simultaneous task with the same model trained for offline ST. The effectiveness of our lightweight training strategy is shown by the high score obtained on the MuST-C en-de corpus (26.7 BLEU) and is confirmed in high-resource data conditions by a 1.6 BLEU improvement on the IWSLT2020 test set over last year's winning system.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes