paper-with-me

홈 › Papers

State-of-the-Art Speech Recognition Using Multi-Stream Self-Attention With Dilated 1D Convolutions

2019-10-01 · Kyu J. Han, Ramon Prieto, Kaixing Wu, Tao Ma

Self-attention has been a huge success for many downstream tasks in NLP, which led to exploration of applying self-attention to speech problems as well. The efficacy of self-attention in speech applications, however, seems not fully blown yet since it is challenging to handle highly correlated speech frames in the context of self-attention. In this paper we propose a new neural network model architecture, namely multi-stream self-attention, to address the issue thus make the self-attention mechanism more effective for speech recognition. The proposed model architecture consists of parallel streams of self-attention encoders, and each stream has layers of 1D convolutions with dilated kernels whose dilation rates are unique given stream, followed by a self-attention layer. The self-attention mechanism in each stream pays attention to only one resolution of input speech frames and the attentive computation can be more efficient. In a later stage, outputs from all the streams are concatenated then linearly projected to the final embedding. By stacking the proposed multi-stream self-attention encoder blocks and rescoring the resultant lattices with neural network language models, we achieve the word error rate of 2.2% on the test-clean dataset of the LibriSpeech corpus, the best number reported thus far on the dataset.

📄 PDF Abstract BibTeX arXiv:1910.00716

Code (1)

s-omranpour/Pytorch-Speech-Recognition pytorch

Tasks

speech-recognitionSpeech Recognition

Similar Papers 제목 키워드 기반

Self-supervised learning with bi-label masked speech prediction for streaming multi-talker speech recognition

2022-11-10 · Zili Huang, Zhuo Chen, Naoyuki Kanda, Jian Wu 외

Self-supervised learning (SSL), which utilizes the input data itself for representation learning, has achieved state-of-the-art results for various downstream speech tasks. However, most of the previous studies focused o…

Representation LearningSelf-Supervised Learningspeech-recognitionSpeech Recognition

Linear Time Complexity Conformers with SummaryMixing for Streaming Speech Recognition

2024-09-11 · Titouan Parcollet, Rogier Van Dalen, Shucong Zhang, Sourav Batthacharya

Automatic speech recognition (ASR) with an encoder equipped with self-attention, whether streaming or non-streaming, takes quadratic time in the length of the speech utterance. This slows down training and decoding, incr…

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

ASAPP-ASR: Multistream CNN and Self-Attentive SRU for SOTA Speech Recognition

2020-05-21 · Jing Pan, Joshua Shapiro, Jeremy Wohlwend, Kyu J. Han 외

In this paper we present state-of-the-art (SOTA) performance on the LibriSpeech corpus with two novel neural network architectures, a multistream CNN for acoustic modeling and a self-attentive simple recurrent unit (SRU)…

Data AugmentationDiversityLanguage ModelingLanguage Modelling+2

Self-supervised Learning with Random-projection Quantizer for Speech Recognition

2022-02-03 · Chung-Cheng Chiu, James Qin, Yu Zhang, Jiahui Yu 외

We present a simple and effective self-supervised learning approach for speech recognition. The approach learns a model to predict the masked speech signals, in the form of discrete labels generated with a random-project…

Self-Supervised Learningspeech-recognitionSpeech Recognition

Dual Causal/Non-Causal Self-Attention for Streaming End-to-End Speech Recognition

2021-07-02 · Niko Moritz, Takaaki Hori, Jonathan Le Roux

Attention-based end-to-end automatic speech recognition (ASR) systems have recently demonstrated state-of-the-art results for numerous tasks. However, the application of self-attention and attention-based encoder-decoder…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Decoderspeech-recognition+1