paper-with-me

Papers

SimulSpeech: End-to-End Simultaneous Speech to Text Translation

2020-07-01 · ACL 2020 6 · Yi Ren, Jinglin Liu, Xu Tan, Chen Zhang, Tao Qin, Zhou Zhao, Tie-Yan Liu

In this work, we develop SimulSpeech, an end-to-end simultaneous speech to text translation system which translates speech in source language to text in target language concurrently. SimulSpeech consists of a speech encoder, a speech segmenter and a text decoder, where 1) the segmenter builds upon the encoder and leverages a connectionist temporal classification (CTC) loss to split the input streaming speech in real time, 2) the encoder-decoder attention adopts a wait-$k$ strategy for simultaneous translation. SimulSpeech is more challenging than previous cascaded systems (with simultaneous automatic speech recognition (ASR) and simultaneous neural machine translation (NMT)). We introduce two novel knowledge distillation methods to ensure the performance: 1) Attention-level knowledge distillation transfers the knowledge from the multiplication of the attention matrices of simultaneous NMT and ASR models to help the training of the attention mechanism in SimulSpeech; 2) Data-level knowledge distillation transfers the knowledge from the full-sentence NMT model and also reduces the complexity of data distribution to help on the optimization of SimulSpeech. Experiments on MuST-C English-Spanish and English-German spoken language translation datasets show that SimulSpeech achieves reasonable BLEU scores and lower delay compared to full-sentence end-to-end speech to text translation (without simultaneous translation), and better performance than the two-stage cascaded simultaneous translation model in terms of BLEU scores and translation delay.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)DecoderKnowledge DistillationMachine TranslationNMTSentenceSimultaneous Speech-to-Text Translationspeech-recognitionSpeech RecognitionSpeech-to-TextSpeech-to-Text TranslationTranslation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

High-Fidelity Simultaneous Speech-To-Speech Translation

2025-02-05 · Tom Labiausse, Laurent Mazaré, Edouard Grave, Patrick Pérez 외

We introduce Hibiki, a decoder-only model for simultaneous speech translation. Hibiki leverages a multistream language model to synchronously process source and target speech, and jointly produces text and audio tokens t…

DecoderSimultaneous Speech-to-Speech TranslationSpeech-to-Speech TranslationSpeech-to-Text+1

SimulMT to SimulST: Adapting Simultaneous Text Translation to End-to-End Simultaneous Speech Translation

2020-11-03 · Asian Chapter of the Association for Computational Linguistics 2020 · Xutai Ma, Juan Pino, Philipp Koehn

Simultaneous text translation and end-to-end speech translation have recently made great progress but little work has combined these tasks together. We investigate how to adapt simultaneous text translation methods such …

Translation

The USTC-NELSLIP Systems for Simultaneous Speech Translation Task at IWSLT 2021

2021-07-01 · ACL (IWSLT) 2021 8 · Dan Liu, Mengge Du, Xiaoxi Li, Yuchen Hu 외

This paper describes USTC-NELSLIP's submissions to the IWSLT2021 Simultaneous Speech Translation task. We proposed a novel simultaneous translation model, Cross Attention Augmented Transducer (CAAT), which extends conven…

Data AugmentationSpeech-to-TextTranslation

ON-TRAC Consortium for End-to-End and Simultaneous Speech Translation Challenge Tasks at IWSLT 2020

2020-05-24 · WS 2020 7 · Maha Elbayad, Ha Nguyen, Fethi Bougares, Natalia Tomashenko 외

This paper describes the ON-TRAC Consortium translation systems developed for two challenge tracks featured in the Evaluation Campaign of IWSLT 2020, offline speech translation and simultaneous speech translation. ON-TRA…

Data AugmentationDecoderSpeech-to-TextTranslation

SimulEval: An Evaluation Toolkit for Simultaneous Translation

2020-07-31 · EMNLP 2020 11 · Xutai Ma, Mohammad Javad Dousti, Changhan Wang, Jiatao Gu 외

Simultaneous translation on both text and speech focuses on a real-time and low-latency scenario where the model starts translating before reading the complete source input. Evaluating simultaneous translation models is …

Translation