paper-with-me

Papers

Fast-MD: Fast Multi-Decoder End-to-End Speech Translation with Non-Autoregressive Hidden Intermediates

2021-09-27 · Hirofumi Inaguma, Siddharth Dalmia, Brian Yan, Shinji Watanabe

The multi-decoder (MD) end-to-end speech translation model has demonstrated high translation quality by searching for better intermediate automatic speech recognition (ASR) decoder states as hidden intermediates (HI). It is a two-pass decoding model decomposing the overall task into ASR and machine translation sub-tasks. However, the decoding speed is not fast enough for real-world applications because it conducts beam search for both sub-tasks during inference. We propose Fast-MD, a fast MD model that generates HI by non-autoregressive (NAR) decoding based on connectionist temporal classification (CTC) outputs followed by an ASR decoder. We investigated two types of NAR HI: (1) parallel HI by using an autoregressive Transformer ASR decoder and (2) masked HI by using Mask-CTC, which combines CTC and the conditional masked language model. To reduce a mismatch in the ASR decoder between teacher-forcing during training and conditioning on CTC outputs during testing, we also propose sampling CTC outputs during training. Experimental evaluations on three corpora show that Fast-MD achieved about 2x and 4x faster decoding speed than that of the na\"ive MD model on GPU and CPU with comparable translation quality. Adopting the Conformer encoder and intermediate CTC loss further boosts its quality without sacrificing decoding speed.

📄 PDF Abstract BibTeX arXiv:2109.12804

Code (1)

aigc-audio/audiogpt pytorch

Tasks

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)CPUDecoderGPULanguage ModellingMachine Translationspeech-recognitionSpeech RecognitionTranslation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

DASpeech: Directed Acyclic Transformer for Fast and High-quality Speech-to-Speech Translation

2023-10-11 · NeurIPS 2023 11 · Qingkai Fang, Yan Zhou, Yang Feng

Direct speech-to-speech translation (S2ST) translates speech from one language into another using a single model. However, due to the presence of linguistic and acoustic diversity, the target speech follows a complex mul…

Decoderfr-enKnowledge DistillationSpeech-to-Speech Translation+1

RETURNN as a Generic Flexible Neural Toolkit with Application to Translation and Speech Recognition

2018-05-14 · ACL 2018 7 · Albert Zeyer, Tamer Alkhouli, Hermann Ney

We compare the fast training and decoding speed of RETURNN of attention models for translation, due to fast CUDA LSTM kernels, and a fast pure TensorFlow beam search decoder. We show that a layer-wise pretraining scheme …

Decoderspeech-recognitionSpeech RecognitionTranslation

Espresso: A Fast End-to-end Neural Speech Recognition Toolkit

2019-09-18 · Yiming Wang, Tongfei Chen, Hainan Xu, Shuoyang Ding 외

We present Espresso, an open-source, modular, extensible end-to-end neural automatic speech recognition (ASR) toolkit based on the deep learning library PyTorch and the popular neural machine translation toolkit fairseq.…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Data AugmentationDecoder+6

Fast Conformer with Linearly Scalable Attention for Efficient Speech Recognition

2023-05-08 · Dima Rekesh, Nithin Rao Koluguri, Samuel Kriman, Somshubra Majumdar 외

Conformer-based models have become the dominant end-to-end architecture for speech processing tasks. With the objective of enhancing the conformer architecture for efficient training and inference, we carefully redesigne…

Automatic Speech RecognitionDecoderspeech-recognitionSpeech Recognition+2

AlignAtt4LLM: Fast AlignAtt for Decoder-Only LLMs at IWSLT 2026 Simultaneous Speech Translation Task

2026-06-02 · Quentin Fuxa, Dominik Macháček arxiv

We describe AlignAtt4LLM, an IWSLT 2026 simultaneous speech translation system for English to German, Italian, and Chinese. The system is a synchronous cascade: Qwen3-ASR with forced alignment produces an incrementally u…