paper-with-me

Papers

Cross Attention Augmented Transducer Networks for Simultaneous Translation

2021-11-01 · EMNLP 2021 11 · Dan Liu, Mengge Du, Xiaoxi Li, Ya Li, Enhong Chen

This paper proposes a novel architecture, Cross Attention Augmented Transducer (CAAT), for simultaneous translation. The framework aims to jointly optimize the policy and translation models. To effectively consider all possible READ-WRITE simultaneous translation action paths, we adapt the online automatic speech recognition (ASR) model, RNN-T, but remove the strong monotonic constraint, which is critical for the translation task to consider reordering. To make CAAT work, we introduce a novel latency loss whose expectation can be optimized by a forward-backward algorithm. We implement CAAT with Transformer while the general CAAT architecture can also be implemented with other attention-based encoder-decoder frameworks. Experiments on both speech-to-text (S2T) and text-to-text (T2T) simultaneous translation tasks show that CAAT achieves significantly better latency-quality trade-offs compared to the state-of-the-art simultaneous translation approaches.

📄 PDF Abstract BibTeX

Code (1)

danliu2/caat 공식 구현 pytorch

Tasks

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Decoderspeech-recognitionSpeech RecognitionSpeech-to-TextTranslation

Similar Papers 제목 키워드 기반

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

Streaming Simultaneous Speech Translation with Augmented Memory Transformer

2020-10-30 · Xutai Ma, Yongqiang Wang, Mohammad Javad Dousti, Philipp Koehn 외

Transformer-based models have achieved state-of-the-art performance on speech translation tasks. However, the model architecture is not efficient enough for streaming scenarios since self-attention is computed over an en…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition+1

Learning Monotonic Attention in Transducer for Streaming Generation

2024-11-26 · Zhengrui Ma, Yang Feng, Min Zhang

Streaming generation models are increasingly utilized across various fields, with the Transducer architecture being particularly popular in industrial applications. However, its input-synchronous decoding mechanism prese…

SimulLR: Simultaneous Lip Reading Transducer with Attention-Guided Adaptive Memory

2021-08-31 · Zhijie Lin, Zhou Zhao, Haoyuan Li, Jinglin Liu 외

Lip reading, aiming to recognize spoken sentences according to the given video of lip movements without relying on the audio stream, has attracted great interest due to its application in many scenarios. Although prior w…

Lip Reading

Label-Synchronous Neural Transducer for E2E Simultaneous Speech Translation

2024-06-06 · Keqi Deng, Philip C. Woodland

While the neural transducer is popular for online speech recognition, simultaneous speech translation (SST) requires both streaming and re-ordering capabilities. This paper presents the LS-Transducer-SST, a label-synchro…

es-enspeech-recognitionSpeech RecognitionTranslation