paper-with-me

홈 › Papers

Non-autoregressive End-to-end Speech Translation with Parallel Autoregressive Rescoring

2021-09-09 · Hirofumi Inaguma, Yosuke Higuchi, Kevin Duh, Tatsuya Kawahara, Shinji Watanabe

This article describes an efficient end-to-end speech translation (E2E-ST) framework based on non-autoregressive (NAR) models. End-to-end speech translation models have several advantages over traditional cascade systems such as inference latency reduction. However, conventional AR decoding methods are not fast enough because each token is generated incrementally. NAR models, however, can accelerate the decoding speed by generating multiple tokens in parallel on the basis of the token-wise conditional independence assumption. We propose a unified NAR E2E-ST framework called Orthros, which has an NAR decoder and an auxiliary shallow AR decoder on top of the shared encoder. The auxiliary shallow AR decoder selects the best hypothesis by rescoring multiple candidates generated from the NAR decoder in parallel (parallel AR rescoring). We adopt conditional masked language model (CMLM) and a connectionist temporal classification (CTC)-based model as NAR decoders for Orthros, referred to as Orthros-CMLM and Orthros-CTC, respectively. We also propose two training methods to enhance the CMLM decoder. Experimental evaluations on three benchmark datasets with six language directions demonstrated that Orthros achieved large improvements in translation quality with a very small overhead compared with the baseline NAR model. Moreover, the Conformer encoder architecture enabled large quality improvements, especially for CTC-based models. Orthros-CTC with the Conformer encoder increased decoding speed by 3.63x on CPU with translation quality comparable to that of an AR model.

📄 PDF Abstract BibTeX arXiv:2109.04411

Code (0)

등록된 구현이 없습니다.

Tasks

CPUDecoderLanguage ModellingTranslation

Similar Papers 제목 키워드 기반

LT-LM: a novel non-autoregressive language model for single-shot lattice rescoring

2021-04-06 · Anton Mitrofanov, Mariya Korenevskaya, Ivan Podluzhny, Yuri Khokhlov 외

Neural network-based language models are commonly used in rescoring approaches to improve the quality of modern automatic speech recognition (ASR) systems. Most of the existing methods are computationally expensive since…

ARCAutomatic Speech RecognitionAutomatic Speech Recognition (ASR)Language Modeling+3

Transformer-Encoder Trees for Efficient Multilingual Machine Translation and Speech Translation

2025-09-22 · Yiwen Guan, Jacob Whitehill arxiv

Multilingual translation suffers from computational redundancy, especially when translating into multiple languages simultaneously. In addition, translation quality can suffer for low-resource languages. To address this,…

Machine TranslationSpeech Recognition

The Volctrans GLAT System: Non-autoregressive Translation Meets WMT21

2021-09-23 · WMT (EMNLP) 2021 11 · Lihua Qian, Yi Zhou, Zaixiang Zheng, Yaoming Zhu 외

This paper describes the Volctrans' submission to the WMT21 news translation shared task for German->English translation. We build a parallel (i.e., non-autoregressive) translation system using the Glancing Transformer, …

Translation

Non-autoregressive Error Correction for CTC-based ASR with Phone-conditioned Masked LM

2022-09-08 · Hayato Futami, Hirofumi Inaguma, Sei Ueno, Masato Mimura 외

Connectionist temporal classification (CTC) -based models are attractive in automatic speech recognition (ASR) because of their non-autoregressive nature. To take advantage of text-only data, language model (LM) integrat…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Domain AdaptationLanguage Modeling+3

TranSpeech: Speech-to-Speech Translation With Bilateral Perturbation

2022-05-25 · Rongjie Huang, Jinglin Liu, Huadai Liu, Yi Ren 외

Direct speech-to-speech translation (S2ST) with discrete units leverages recent progress in speech representation learning. Specifically, a sequence of discrete representations derived in a self-supervised manner are pre…

Representation LearningRhythmSpeech Representation LearningSpeech Synthesis+2