paper-with-me

Papers

Dynamic Chunk Convolution for Unified Streaming and Non-Streaming Conformer ASR

2023-04-18 · Xilai Li, Goeric Huybrechts, Srikanth Ronanki, Jeff Farris, Sravan Bodapati

Recently, there has been an increasing interest in unifying streaming and non-streaming speech recognition models to reduce development, training and deployment cost. The best-known approaches rely on either window-based or dynamic chunk-based attention strategy and causal convolutions to minimize the degradation due to streaming. However, the performance gap still remains relatively large between non-streaming and a full-contextual model trained independently. To address this, we propose a dynamic chunk-based convolution replacing the causal convolution in a hybrid Connectionist Temporal Classification (CTC)-Attention Conformer architecture. Additionally, we demonstrate further improvements through initialization of weights from a full-contextual model and parallelization of the convolution and self-attention modules. We evaluate our models on the open-source Voxpopuli, LibriSpeech and in-house conversational datasets. Overall, our proposed model reduces the degradation of the streaming mode over the non-streaming full-contextual model from 41.7% and 45.7% to 16.7% and 26.2% on the LibriSpeech test-clean and test-other datasets respectively, while improving by a relative 15.5% WER over the previous state-of-the-art unified model.

📄 PDF Abstract BibTeX arXiv:2304.09325

Code (0)

등록된 구현이 없습니다.

Tasks

speech-recognitionSpeech Recognition

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Causal Convolution Causal convolutions are a type of convolution used for temporal data which ensures the model cannot violate the ordering in…

Similar Papers 제목 키워드 기반

Reducing the Offline-Streaming Gap for Unified ASR Transducer with Consistency Regularization

2026-04-21 · Andrei Andrusenko, Vladimir Bataev, Lilit Grigoryan, Nune Tadevosyan 외 arxiv

Unification of automatic speech recognition (ASR) systems reduces development and maintenance costs, but training a single model to perform well in both offline and low-latency streaming settings remains challenging. We …

Speech Recognition

DualVC 2: Dynamic Masked Convolution for Unified Streaming and Non-Streaming Voice Conversion

2023-09-27 · Ziqian Ning, Yuepeng Jiang, Pengcheng Zhu, Shuai Wang 외

Voice conversion is becoming increasingly popular, and a growing number of application scenarios require models with streaming inference capabilities. The recently proposed DualVC attempts to achieve this objective throu…

DecoderKnowledge DistillationVoice Conversion

DCTX-Conformer: Dynamic context carry-over for low latency unified streaming and non-streaming Conformer ASR

2023-06-13 · Goeric Huybrechts, Srikanth Ronanki, Xilai Li, Hadis Nosrati 외

Conformer-based end-to-end models have become ubiquitous these days and are commonly used in both streaming and non-streaming automatic speech recognition (ASR). Techniques like dual-mode and dynamic chunk training helpe…

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

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

SSCFormer: Push the Limit of Chunk-wise Conformer for Streaming ASR Using Sequentially Sampled Chunks and Chunked Causal Convolution

2022-11-21 · Fangyuan Wang, Bo Xu

Currently, the chunk-wise schemes are often used to make Automatic Speech Recognition (ASR) models to support streaming deployment. However, existing approaches are unable to capture the global context, lack support for …

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