ICASSP 2020accepted0 citations

Layer-Normalized LSTM for Hybrid-Hmm and End-To-End ASR

Mohammad Zeineldeen, Albert Zeyer, Ralf Schlüter, Hermann Ney

Abstract

Training deep neural networks is often challenging in terms of training stability. It often requires careful hyperparameter tuning or a pretraining scheme to converge. Layer normalization (LN) has shown to be a crucial ingredient in training deep encoder-decoder models. We explore various LN long short-term memory (LSTM) recurrent neural networks (RNN) variants by applying LN to different parts of the internal recurrency of LSTMs. There is no previous work that investigates this. We carry out experiments on the Switchboard 300h task for both hybrid and end-to-end ASR models and we show that LN improves the final word error rate (WER), the stability during training, allows to train even deeper models, requires less hyperparameter tuning, and works well even without pre-training. We find that applying LN to both forward and recurrent inputs globally, which we denoted by Global Joined Norm variant, gives a 10% relative improvement in WER.

BibTeX
@inproceedings{icassp2020_layernormalizedl,
  title = {Layer-Normalized LSTM for Hybrid-Hmm and End-To-End ASR},
  author = {Mohammad Zeineldeen and Albert Zeyer and Ralf Schlüter and Hermann Ney},
  booktitle = {ICASSP 2020},
  year = {2020}
}