CLLGSDASMay 19, 2023

AlignAtt: Using Attention-based Audio-Translation Alignments as a Guide for Simultaneous Speech Translation

arXiv:2305.11408v337 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of low-latency translation for speech-to-text applications, representing an incremental improvement over existing methods.

The paper tackled the problem of simultaneous speech translation by proposing AlignAtt, a policy that uses attention-based audio-translation alignments to guide the model, resulting in gains of 2 BLEU points and latency reductions of 0.5s to 0.8s across 8 languages.

Attention is the core mechanism of today's most used architectures for natural language processing and has been analyzed from many perspectives, including its effectiveness for machine translation-related tasks. Among these studies, attention resulted to be a useful source of information to get insights about word alignment also when the input text is substituted with audio segments, as in the case of the speech translation (ST) task. In this paper, we propose AlignAtt, a novel policy for simultaneous ST (SimulST) that exploits the attention information to generate source-target alignments that guide the model during inference. Through experiments on the 8 language pairs of MuST-C v1.0, we show that AlignAtt outperforms previous state-of-the-art SimulST policies applied to offline-trained models with gains in terms of BLEU of 2 points and latency reductions ranging from 0.5s to 0.8s across the 8 languages.

Code Implementations2 repos
Foundations

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

Your Notes