CLAug 9, 2021

The HW-TSC's Offline Speech Translation Systems for IWSLT 2021 Evaluation

arXiv:2108.03845v1
AI Analysis

This is an incremental improvement for speech translation systems in a specific evaluation context.

The paper tackles the IWSLT-2021 offline speech translation task by building a cascade system with speaker diarization, ASR, and MT modules, achieving a BLEU score of 24.6 on the test set.

This paper describes our work in participation of the IWSLT-2021 offline speech translation task. Our system was built in a cascade form, including a speaker diarization module, an Automatic Speech Recognition (ASR) module and a Machine Translation (MT) module. We directly use the LIUM SpkDiarization tool as the diarization module. The ASR module is trained with three ASR datasets from different sources, by multi-source training, using a modified Transformer encoder. The MT module is pretrained on the large-scale WMT news translation dataset and fine-tuned on the TED corpus. Our method achieves 24.6 BLEU score on the 2021 test set.

Foundations

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

Your Notes