The HW-TSC's Offline Speech Translation Systems for IWSLT 2021 Evaluation
Minghan Wang, Yuxia Wang, Chang Su, Jiaxin Guo, Yingtao Zhang, Yujia, Liu, Min Zhang, Shimin Tao, Xingshan Zeng, Liangyou Li, Hao Yang, Ying Qin

TL;DR
This paper presents a cascade speech translation system for IWSLT 2021, integrating diarization, ASR, and MT modules, achieving a BLEU score of 24.6 on the test set.
Contribution
It introduces a multi-source trained Transformer-based ASR and a cascade system with diarization for offline speech translation.
Findings
Achieved 24.6 BLEU score on IWSLT 2021 test set.
Utilized multi-source training for ASR with a modified Transformer.
Integrated LIUM SpkDiarization for speaker diarization.
Abstract
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.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Speech Recognition and Synthesis · Topic Modeling
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Absolute Position Encodings · Position-Wise Feed-Forward Layer · Adam · Dropout · Label Smoothing · Residual Connection · Byte Pair Encoding
