ICLR 2017poster536 citations

Recurrent Batch Normalization

Tim Cooijmans, Nicolas Ballas, César Laurent, Çağlar Gülçehre, Aaron Courville

Abstract

We propose a reparameterization of LSTM that brings the benefits of batch normalization to recurrent neural networks. Whereas previous works only apply batch normalization to the input-to-hidden transformation of RNNs, we demonstrate that it is both possible and beneficial to batch-normalize the hidden-to-hidden transition, thereby reducing internal covariate shift between time steps. We evaluate our proposal on various sequential problems such as sequence classification, language modeling and question answering. Our empirical results show that our batch-normalized LSTM consistently leads to faster convergence and improved generalization.

Deep learningOptimization
BibTeX
@inproceedings{
cooijmans2017recurrent,
title={Recurrent Batch Normalization},
author={Tim Cooijmans and Nicolas Ballas and C{\'e}sar Laurent and {\c{C}}a{\u{g}}lar G{\"u}l{\c{c}}ehre and Aaron Courville},
booktitle={International Conference on Learning Representations},
year={2017},
url={https://openreview.net/forum?id=r1VdcHcxx}
}
Recurrent Batch Normalization · ICLR 2017