paper-with-me

홈 › Papers

Deep Recurrent Neural Networks for Acoustic Modelling

2015-04-07 · William Chan, Ian Lane

We present a novel deep Recurrent Neural Network (RNN) model for acoustic modelling in Automatic Speech Recognition (ASR). We term our contribution as a TC-DNN-BLSTM-DNN model, the model combines a Deep Neural Network (DNN) with Time Convolution (TC), followed by a Bidirectional Long Short-Term Memory (BLSTM), and a final DNN. The first DNN acts as a feature processor to our model, the BLSTM then generates a context from the sequence acoustic signal, and the final DNN takes the context and models the posterior probabilities of the acoustic states. We achieve a 3.47 WER on the Wall Street Journal (WSJ) eval92 task or more than 8% relative improvement over the baseline DNN models.

📄 PDF Abstract BibTeX arXiv:1504.01482

Code (0)

등록된 구현이 없습니다.

Tasks

Acoustic ModellingAutomatic Speech RecognitionAutomatic Speech Recognition (ASR)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…

Similar Papers 제목 키워드 기반

Segmental Recurrent Neural Networks for End-to-end Speech Recognition

2016-03-01 · Liang Lu, Lingpeng Kong, Chris Dyer, Noah A. Smith 외

We study the segmental recurrent neural network for end-to-end acoustic modelling. This model connects the segmental conditional random field (CRF) with a recurrent neural network (RNN) used for feature extraction. Compa…

Acoustic ModellingLanguage ModelingLanguage Modellingspeech-recognition+1

Median-Based Generation of Synthetic Speech Durations using a Non-Parametric Approach

2016-08-22 · Srikanth Ronanki, Oliver Watts, Simon King, Gustav Eje Henter

This paper proposes a new approach to duration modelling for statistical parametric speech synthesis in which a recurrent statistical model is trained to output a phone transition probability at each timestep (acoustic f…

Speech Synthesis

High Order Recurrent Neural Networks for Acoustic Modelling

2018-02-22 · Chao Zhang, Philip Woodland

Vanishing long-term gradients are a major issue in training standard recurrent neural networks (RNNs), which can be alleviated by long short-term memory (LSTM) models with memory cells. However, the extra parameters asso…

Acoustic Modellingspeech-recognitionSpeech RecognitionVocal Bursts Intensity Prediction

BreathRNNet: Breathing Based Authentication on Resource-Constrained IoT Devices using RNNs

2017-09-22 · Jagmohan Chauhan, Suranga Seneviratne, Yining Hu, Archan Misra 외

Recurrent neural networks (RNNs) have shown promising results in audio and speech processing applications due to their strong capabilities in modelling sequential data. In many applications, RNNs tend to outperform conve…

On the Compression of Recurrent Neural Networks with an Application to LVCSR acoustic modeling for Embedded Speech Recognition

2016-03-25 · Rohit Prabhavalkar, Ouais Alsharif, Antoine Bruguier, Ian McGraw

We study the problem of compressing recurrent neural networks (RNNs). In particular, we focus on the compression of RNN acoustic models, which are motivated by the goal of building compact and accurate speech recognition…

Model Compressionspeech-recognitionSpeech Recognition