paper-with-me

Papers

Shifted Chunk Encoder for Transformer Based Streaming End-to-End ASR

2022-03-29 · Fangyuan Wang, Bo Xu

Currently, there are mainly three kinds of Transformer encoder based streaming End to End (E2E) Automatic Speech Recognition (ASR) approaches, namely time-restricted methods, chunk-wise methods, and memory-based methods. Generally, all of them have limitations in aspects of linear computational complexity, global context modeling, and parallel training. In this work, we aim to build a model to take all these three advantages for streaming Transformer ASR. Particularly, we propose a shifted chunk mechanism for the chunk-wise Transformer which provides cross-chunk connections between chunks. Therefore, the global context modeling ability of chunk-wise models can be significantly enhanced while all the original merits inherited. We integrate this scheme with the chunk-wise Transformer and Conformer, and identify them as SChunk-Transformer and SChunk-Conformer, respectively. Experiments on AISHELL-1 show that the SChunk-Transformer and SChunk-Conformer can respectively achieve CER 6.43% and 5.77%. And the linear complexity makes them possible to train with large batches and infer more efficiently. Our models can significantly outperform their conventional chunk-wise counterparts, while being competitive, with only 0.22 absolute CER drop, when compared with U2 which has quadratic complexity. A better CER can be achieved if compared with existing chunk-wise or memory-based methods, such as HS-DACS and MMA. Code is released.

📄 PDF Abstract BibTeX arXiv:2203.15206

Code (1)

wangfangyuan/SChunk-Encoder 공식 구현 pytorch

Tasks

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

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Position-Wise Feed-Forward Layer 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Shifted Chunk Transformer for Spatio-Temporal Representational Learning

2021-08-26 · NeurIPS 2021 12 · Xuefan Zha, Wentao Zhu, Tingxun Lv, Sen yang 외

Spatio-temporal representational learning has been widely adopted in various fields such as action recognition, video object segmentation, and action anticipation. Previous spatio-temporal representational learning appro…

Action AnticipationAction Recognitionimage-classificationImage Classification+3

Dynamic Latency for CTC-Based Streaming Automatic Speech Recognition With Emformer

2022-03-29 · Jingyu Sun, Guiping Zhong, Dinghao Zhou, Baoxiang Li

An inferior performance of the streaming automatic speech recognition models versus non-streaming model is frequently seen due to the absence of future context. In order to improve the performance of the streaming model …

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

Spiralformer: Low Latency Encoder for Streaming Speech Recognition with Circular Layer Skipping and Early Exiting

2025-10-01 · Emiru Tsunoo, Hayato Futami, Yosuke Kashiwagi, Siddhant Arora 외 arxiv

For streaming speech recognition, a Transformer-based encoder has been widely used with block processing. Although many studies addressed improving emission latency of transducers, little work has been explored for impro…

Speech 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

Developing Real-time Streaming Transformer Transducer for Speech Recognition on Large-scale Dataset

2020-10-22 · Xie Chen, Yu Wu, Zhenghao Wang, Shujie Liu 외

Recently, Transformer based end-to-end models have achieved great success in many areas including speech recognition. However, compared to LSTM models, the heavy computational cost of the Transformer during inference is …

Decoderspeech-recognitionSpeech Recognition