paper-with-me

홈 › Papers

Advances in Joint CTC-Attention based End-to-End Speech Recognition with a Deep CNN Encoder and RNN-LM

2017-06-08 · Takaaki Hori, Shinji Watanabe, Yu Zhang, William Chan

We present a state-of-the-art end-to-end Automatic Speech Recognition (ASR) model. We learn to listen and write characters with a joint Connectionist Temporal Classification (CTC) and attention-based encoder-decoder network. The encoder is a deep Convolutional Neural Network (CNN) based on the VGG network. The CTC network sits on top of the encoder and is jointly trained with the attention-based decoder. During the beam search process, we combine the CTC predictions, the attention-based decoder predictions and a separately trained LSTM language model. We achieve a 5-10\% error reduction compared to prior systems on spontaneous Japanese and Chinese speech, and our end-to-end model beats out traditional hybrid ASR systems.

📄 PDF Abstract BibTeX arXiv:1706.02737

Code (6)

Alexander-H-Liu/End-to-end-ASR-Pytorch pytorch
mnm-rnd/elsa-voice-asr pytorch
neil-zeng/asr pytorch
park-cheol/ASR-Transformer pytorch
s3prl/End-to-end-ASR-Pytorch pytorch
sooftware/OpenSpeech pytorch

Tasks

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)DecoderGeneral ClassificationLanguage ModelingLanguage ModellingSpeech Recognition

Methods 이 논문이 사용한 방법론

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…
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…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
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$…
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…
Ethereum Customer Service Number +1-833-534-1729 설명 없음

Similar Papers 제목 키워드 기반

Audio Adversarial Examples for Robust Hybrid CTC/Attention Speech Recognition

2020-07-21

Recent advances in Automatic Speech Recognition (ASR) demonstrated how end-to-end systems are able to achieve state-of-the-art performance. There is a trend towards deeper neural networks, however those ASR models are al…

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

Stream attention-based multi-array end-to-end speech recognition

2018-11-12 · Xiaofei Wang, Ruizhi Li, Sri Harish Mallid, Takaaki Hori 외

Automatic Speech Recognition (ASR) using multiple microphone arrays has achieved great success in the far-field robustness. Taking advantage of all the information that each array shares and contributes is crucial in thi…

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

Attention-Based Recurrent Neural Network Models for Joint Intent Detection and Slot Filling

2016-09-06 · Bing Liu, Ian Lane

Attention-based encoder-decoder neural network models have recently shown promising results in machine translation and speech recognition. In this work, we propose an attention-based neural network model for joint intent…

Decoderintent-classificationIntent ClassificationIntent Detection+2

Multi-encoder multi-resolution framework for end-to-end speech recognition

2018-11-12 · Ruizhi Li, Xiaofei Wang, Sri Harish Mallidi, Takaaki Hori 외

Attention-based methods and Connectionist Temporal Classification (CTC) network have been promising research directions for end-to-end Automatic Speech Recognition (ASR). The joint CTC/Attention model has achieved great …

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

Multichannel End-to-end Speech Recognition

2017-03-14 · ICML 2017 8 · Tsubasa Ochiai, Shinji Watanabe, Takaaki Hori, John R. Hershey

The field of speech recognition is in the midst of a paradigm shift: end-to-end neural networks are challenging the dominance of hidden Markov models as a core technology. Using an attention mechanism in a recurrent enco…

DecoderLanguage ModelingLanguage ModellingSpeech Enhancement+2