Improving End-to-End Speech Translation by Imitation-Based Knowledge Distillation with Synthetic Transcripts
Rebekka Hubert, Artem Sokolov, Stefan Riezler

TL;DR
This paper introduces an imitation learning method for end-to-end speech translation that uses a neural machine translation teacher to correct errors without manual transcripts, improving translation quality.
Contribution
It proposes a novel imitation learning approach where a teacher NMT system corrects errors of an AST student without manual transcripts, enhancing translation performance.
Findings
Achieved about 4 BLEU points improvement over baseline.
Effectively corrected errors in automatic transcriptions.
Demonstrated on English-German datasets.
Abstract
End-to-end automatic speech translation (AST) relies on data that combines audio inputs with text translation outputs. Previous work used existing large parallel corpora of transcriptions and translations in a knowledge distillation (KD) setup to distill a neural machine translation (NMT) into an AST student model. While KD allows using larger pretrained models, the reliance of previous KD approaches on manual audio transcripts in the data pipeline restricts the applicability of this framework to AST. We present an imitation learning approach where a teacher NMT system corrects the errors of an AST student without relying on manual transcripts. We show that the NMT teacher can recover from errors in automatic transcriptions and is able to correct erroneous translations of the AST student, leading to improvements of about 4 BLEU points over the standard AST end-to-end baseline on the…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Speech Recognition and Synthesis
MethodsKnowledge Distillation
