ASCLSDJul 1, 2021

ESPnet-ST IWSLT 2021 Offline Speech Translation System

arXiv:2107.00636v2713 citations
AI Analysis

This work addresses speech-to-text translation for multilingual communication, but it is incremental as it builds on existing ESPnet-ST systems with specific enhancements.

The paper tackled offline speech translation by improving training data, architecture, and audio segmentation, achieving 31.4 BLEU on a multi-reference test set and 21.2/19.3 BLEU on single references.

This paper describes the ESPnet-ST group's IWSLT 2021 submission in the offline speech translation track. This year we made various efforts on training data, architecture, and audio segmentation. On the data side, we investigated sequence-level knowledge distillation (SeqKD) for end-to-end (E2E) speech translation. Specifically, we used multi-referenced SeqKD from multiple teachers trained on different amounts of bitext. On the architecture side, we adopted the Conformer encoder and the Multi-Decoder architecture, which equips dedicated decoders for speech recognition and translation tasks in a unified encoder-decoder model and enables search in both source and target language spaces during inference. We also significantly improved audio segmentation by using the pyannote.audio toolkit and merging multiple short segments for long context modeling. Experimental evaluations showed that each of them contributed to large improvements in translation performance. Our best E2E system combined all the above techniques with model ensembling and achieved 31.4 BLEU on the 2-ref of tst2021 and 21.2 BLEU and 19.3 BLEU on the two single references of tst2021.

Foundations

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

Your Notes