paper-with-me

Papers

High Performance Sequence-to-Sequence Model for Streaming Speech Recognition

2020-03-22 · Thai-Son Nguyen, Ngoc-Quan Pham, Sebastian Stueker, Alex Waibel

Recently sequence-to-sequence models have started to achieve state-of-the-art performance on standard speech recognition tasks when processing audio data in batch mode, i.e., the complete audio data is available when starting processing. However, when it comes to performing run-on recognition on an input stream of audio data while producing recognition results in real-time and with low word-based latency, these models face several challenges. For many techniques, the whole audio sequence to be decoded needs to be available at the start of the processing, e.g., for the attention mechanism or the bidirectional LSTM (BLSTM). In this paper, we propose several techniques to mitigate these problems. We introduce an additional loss function controlling the uncertainty of the attention mechanism, a modified beam search identifying partial, stable hypotheses, ways of working with BLSTM in the encoder, and the use of chunked BLSTM. Our experiments show that with the right combination of these techniques, it is possible to perform run-on speech recognition with low word-based latency without sacrificing in word error rate performance.

📄 PDF Abstract BibTeX arXiv:2003.10022

Code (0)

등록된 구현이 없습니다.

Tasks

speech-recognitionSpeech RecognitionVocal Bursts Intensity Prediction

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Streaming Sequence-to-Sequence Learning with Delayed Streams Modeling

2025-09-10 · Neil Zeghidour, Eugene Kharitonov, Manu Orsini, Václav Volhejn 외 arxiv

We introduce Delayed Streams Modeling (DSM), a flexible formulation for streaming, multimodal sequence-to-sequence learning. Sequence-to-sequence generation is often cast in an offline manner, where the model consumes th…

Speech Recognition

Efficient Encoders for Streaming Sequence Tagging

2023-01-23 · Ayush Kaushal, Aditya Gupta, Shyam Upadhyay, Manaal Faruqui

A naive application of state-of-the-art bidirectional encoders for streaming sequence tagging would require encoding each token from scratch for each new token in an incremental streaming input (like transcribed speech).…

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

CTC-TTS: LLM-based dual-streaming text-to-speech with CTC alignment

2026-02-23 · Hanwen Liu, Saierdaer Yusuyin, Hao Huang, Zhijian Ou arxiv

Large-language-model (LLM)-based text-to-speech (TTS) systems can generate natural speech, but most are not designed for low-latency dual-streaming synthesis. High-quality dual-streaming TTS depends on accurate text--spe…

CTC-GMM: CTC guided modality matching for fast and accurate streaming speech translation

2024-10-07 · Rui Zhao, Jinyu Li, Ruchao Fan, Matt Post

Models for streaming speech translation (ST) can achieve high accuracy and low latency if they're developed with vast amounts of paired audio in the source language and written text in the target language. Yet, these tex…

GPUMachine TranslationTranslation