paper-with-me

Papers

Streaming Simultaneous Speech Translation with Augmented Memory Transformer

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

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 entire input sequence and the computational cost grows quadratically with the length of the input sequence. Nevertheless, most of the previous work on simultaneous speech translation, the task of generating translations from partial audio input, ignores the time spent in generating the translation when analyzing the latency. With this assumption, a system may have good latency quality trade-offs but be inapplicable in real-time scenarios. In this paper, we focus on the task of streaming simultaneous speech translation, where the systems are not only capable of translating with partial input but are also able to handle very long or continuous input. We propose an end-to-end transformer-based sequence-to-sequence model, equipped with an augmented memory transformer encoder, which has shown great success on the streaming automatic speech recognition task with hybrid or transducer-based models. We conduct an empirical evaluation of the proposed model on segment, context and memory sizes and we compare our approach to a transformer with a unidirectional mask.

📄 PDF Abstract BibTeX arXiv:2011.00033

Code (0)

등록된 구현이 없습니다.

Tasks

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech RecognitionTranslation

Similar Papers 제목 키워드 기반

Shiftable Context: Addressing Training-Inference Context Mismatch in Simultaneous Speech Translation

2023-07-03 · Matthew Raffel, Drew Penney, Lizhong Chen

Transformer models using segment-based processing have been an effective architecture for simultaneous speech translation. However, such models create a context mismatch between training and inference environments, hinde…

Translation

Streaming Attention-Based Models with Augmented Memory for End-to-End Speech Recognition

2020-11-03 · Ching-Feng Yeh, Yongqiang Wang, Yangyang Shi, Chunyang Wu 외

Attention-based models have been gaining popularity recently for their strong performance demonstrated in fields such as machine translation and automatic speech recognition. One major challenge of attention-based models…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Machine Translationspeech-recognition+2

Regularized Entropy Information Adaptation with Temporal-Awareness Networks for Simultaneous Speech Translation

2026-04-10 · Joseph Liu, Nameer Hirschkind, Xiao Yu, Mahesh Kumar Nandwana arxiv

Simultaneous Speech Translation (SimulST) requires balancing high translation quality with low latency. Recent work introduced REINA, a method that trains a Read/Write policy based on estimating the information gain of r…

MLLP-VRAIN UPV systems for the IWSLT 2022 Simultaneous Speech Translation and Speech-to-Speech Translation tasks

2022-05-01 · IWSLT (ACL) 2022 5 · Javier Iranzo-Sánchez, Javier Jorge Cano, Alejandro Pérez-González-de-Martos, Adrián Giménez Pastor 외

This work describes the participation of the MLLP-VRAIN research group in the two shared tasks of the IWSLT 2022 conference: Simultaneous Speech Translation and Speech-to-Speech Translation. We present our streaming-read…

Simultaneous Speech-to-Text TranslationSpeech-to-Speech TranslationTranslation

FASST: Fast LLM-based Simultaneous Speech Translation

2024-08-18 · Siqi Ouyang, Xi Xu, Chinmay Dandekar, Lei LI

Simultaneous speech translation (SST) takes streaming speech input and generates text translation on the fly. Existing methods either have high latency due to recomputation of input representations, or fall behind of off…

Language ModelingLanguage ModellingLarge Language ModelTranslation