CLSDASJun 1, 2021

Multilingual Speech Translation with Unified Transformer: Huawei Noah's Ark Lab at IWSLT 2021

arXiv:2106.00197v2712 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of efficient multilingual speech translation for applications like real-time communication, though it is incremental as it builds on existing transformer and multi-task learning methods.

The paper tackles multilingual speech translation by using a unified transformer architecture that integrates data from speech and text modalities and multiple tasks, achieving significantly better results than bilingual baselines on supervised language pairs and reasonable results on zero-shot pairs.

This paper describes the system submitted to the IWSLT 2021 Multilingual Speech Translation (MultiST) task from Huawei Noah's Ark Lab. We use a unified transformer architecture for our MultiST model, so that the data from different modalities (i.e., speech and text) and different tasks (i.e., Speech Recognition, Machine Translation, and Speech Translation) can be exploited to enhance the model's ability. Specifically, speech and text inputs are firstly fed to different feature extractors to extract acoustic and textual features, respectively. Then, these features are processed by a shared encoder--decoder architecture. We apply several training techniques to improve the performance, including multi-task learning, task-level curriculum learning, data augmentation, etc. Our final system achieves significantly better results than bilingual baselines on supervised language pairs and yields reasonable results on zero-shot language pairs.

Foundations

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

Your Notes