SOTAVerified

Speechformer: Reducing Information Loss in Direct Speech Translation

2021-09-09EMNLP 2021Code Available0· sign in to hype

Sara Papi, Marco Gaido, Matteo Negri, Marco Turchi

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Transformer-based models have gained increasing popularity achieving state-of-the-art performance in many research fields including speech translation. However, Transformer's quadratic complexity with respect to the input sequence length prevents its adoption as is with audio signals, which are typically represented by long sequences. Current solutions resort to an initial sub-optimal compression based on a fixed sampling of raw audio features. Therefore, potentially useful linguistic information is not accessible to higher-level layers in the architecture. To solve this issue, we propose Speechformer, an architecture that, thanks to reduced memory usage in the attention layers, avoids the initial lossy compression and aggregates information only at a higher level according to more informed linguistic criteria. Experiments on three language pairs (en->de/es/nl) show the efficacy of our solution, with gains of up to 0.8 BLEU on the standard MuST-C corpus and of up to 4.0 BLEU in a low resource scenario.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
MuST-C EN->DESpeechformerCase-sensitive sacreBLEU23.6Unverified
MuST-C EN->ESSpeechformerCase-sensitive sacreBLEU28.5Unverified
MuST-C EN->NLSpeechformerCase-sensitive sacreBLEU27.7Unverified

Reproductions