Sequence-to-Sequence Models Can Directly Translate Foreign Speech
Ron J. Weiss, Jan Chorowski, Navdeep Jaitly, Yonghui Wu, Zhifeng Chen

TL;DR
This paper demonstrates that a modified sequence-to-sequence neural network can directly translate speech from one language to text in another without intermediate transcription, achieving state-of-the-art results on Spanish-English translation.
Contribution
It introduces a unified end-to-end speech translation model that outperforms traditional cascaded systems and leverages multi-task training for improved accuracy.
Findings
State-of-the-art BLEU score on Fisher Spanish-English dataset
End-to-end model outperforms cascade systems by 1.8 BLEU points
Multi-task training with shared encoder improves performance by 1.4 BLEU points
Abstract
We present a recurrent encoder-decoder deep neural network architecture that directly translates speech in one language into text in another. The model does not explicitly transcribe the speech into text in the source language, nor does it require supervision from the ground truth source language transcription during training. We apply a slightly modified sequence-to-sequence with attention architecture that has previously been used for speech recognition and show that it can be repurposed for this more complex task, illustrating the power of attention-based models. A single model trained end-to-end obtains state-of-the-art performance on the Fisher Callhome Spanish-English speech translation task, outperforming a cascade of independently trained sequence-to-sequence speech recognition and machine translation models by 1.8 BLEU points on the Fisher test set. In addition, we find that…
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
