paper-with-me

Papers

Decoder-only Architecture for Streaming End-to-end Speech Recognition

2024-06-23 · Emiru Tsunoo, Hayato Futami, Yosuke Kashiwagi, Siddhant Arora, Shinji Watanabe

Decoder-only language models (LMs) have been successfully adopted for speech-processing tasks including automatic speech recognition (ASR). The LMs have ample expressiveness and perform efficiently. This efficiency is a suitable characteristic for streaming applications of ASR. In this work, we propose to use a decoder-only architecture for blockwise streaming ASR. In our approach, speech features are compressed using CTC output and context embedding using blockwise speech subnetwork, and are sequentially provided as prompts to the decoder. The decoder estimates the output tokens promptly at each block. To this end, we also propose a novel training scheme using random-length prefix prompts to make the model robust to the truncated prompts caused by blockwise processing. An experimental comparison shows that our proposed decoder-only streaming ASR achieves 8% relative word error rate reduction in the LibriSpeech test-other set while being twice as fast as the baseline model.

📄 PDF Abstract BibTeX arXiv:2406.16107

Code (0)

등록된 구현이 없습니다.

Tasks

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Decoderspeech-recognitionSpeech Recognition

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Speech ReaLLM -- Real-time Streaming Speech Recognition with Multimodal LLMs by Teaching the Flow of Time

2024-06-13 · Frank Seide, Morrie Doulaty, Yangyang Shi, Yashesh Gaur 외

We introduce Speech ReaLLM, a new ASR architecture that marries "decoder-only" ASR with the RNN-T to make multimodal LLM architectures capable of real-time streaming. This is the first "decoder-only" ASR architecture des…

Decoderspeech-recognitionSpeech Recognition

Stateful Conformer with Cache-based Inference for Streaming Automatic Speech Recognition

2023-12-27 · Vahid Noroozi, Somshubra Majumdar, Ankur Kumar, Jagadeesh Balam 외

In this paper, we propose an efficient and accurate streaming speech recognition model based on the FastConformer architecture. We adapted the FastConformer architecture for streaming applications through: (1) constraini…

Automatic Speech RecognitionDecoderspeech-recognitionSpeech Recognition

Streaming automatic speech recognition with the transformer model

2020-01-08 · Niko Moritz, Takaaki Hori, Jonathan Le Roux

Encoder-decoder based sequence-to-sequence models have demonstrated state-of-the-art results in end-to-end automatic speech recognition (ASR). Recently, the transformer architecture, which uses self-attention to model te…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Decodermodel+2

Unified Streaming and Non-streaming Two-pass End-to-end Model for Speech Recognition

2020-12-10 · BinBin Zhang, Di wu, Zhuoyuan Yao, Xiong Wang 외

In this paper, we present a novel two-pass approach to unify streaming and non-streaming end-to-end (E2E) speech recognition in a single model. Our model adopts the hybrid CTC/attention architecture, in which the conform…

DecoderSentencespeech-recognitionSpeech Recognition

WeNet: Production oriented Streaming and Non-streaming End-to-End Speech Recognition Toolkit

2021-02-02 · Zhuoyuan Yao, Di wu, Xiong Wang, BinBin Zhang 외

In this paper, we propose an open source, production first, and production ready speech recognition toolkit called WeNet in which a new two-pass approach is implemented to unify streaming and non-streaming end-to-end (E2…

Decoderspeech-recognitionSpeech Recognition