CLAIMMSDASMay 14, 2022

Multiformer: A Head-Configurable Transformer-Based Model for Direct Speech Translation

arXiv:2205.07100v1627 citationsh-index: 35
Originality Incremental advance
AI Analysis

This work improves direct speech translation for NLP applications, but it is incremental as it builds on existing attention mechanisms.

The paper tackled the problem of applying Transformer models to speech translation by addressing issues like long sequences and redundancy, resulting in a model that outperformed the baseline by up to 0.7 BLEU.

Transformer-based models have been achieving state-of-the-art results in several fields of Natural Language Processing. However, its direct application to speech tasks is not trivial. The nature of this sequences carries problems such as long sequence lengths and redundancy between adjacent tokens. Therefore, we believe that regular self-attention mechanism might not be well suited for it. Different approaches have been proposed to overcome these problems, such as the use of efficient attention mechanisms. However, the use of these methods usually comes with a cost, which is a performance reduction caused by information loss. In this study, we present the Multiformer, a Transformer-based model which allows the use of different attention mechanisms on each head. By doing this, the model is able to bias the self-attention towards the extraction of more diverse token interactions, and the information loss is reduced. Finally, we perform an analysis of the head contributions, and we observe that those architectures where all heads relevance is uniformly distributed obtain better results. Our results show that mixing attention patterns along the different heads and layers outperforms our baseline by up to 0.7 BLEU.

Foundations

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

Your Notes