paper-with-me

Papers

Recurrent Batch Normalization

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

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.

📄 PDF Abstract BibTeX arXiv:1603.09025

Code (3)

Tetsuya-Nishikawa/ConvLSTM_DEMO tf
codedecde/Recognizing-Textual-Entailment pytorch
cooijmanstim/recurrent-batch-normalization torch

Tasks

General ClassificationLanguage ModelingLanguage ModellingQuestion AnsweringReading ComprehensionSequential Image Classification

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Layer Normalization

2016-07-21 · Jimmy Lei Ba, Jamie Ryan Kiros, Geoffrey E. Hinton

Training state-of-the-art, deep neural networks is computationally expensive. One way to reduce the training time is to normalize the activities of the neurons. A recently introduced technique called batch normalization …

Normalizing the Normalizers: Comparing and Extending Network Normalization Schemes

2016-11-14 · Mengye Ren, Renjie Liao, Raquel Urtasun, Fabian H. Sinz 외

Normalization techniques have only recently begun to be exploited in supervised learning tasks. Batch normalization exploits mini-batch statistics to normalize the activations. This was shown to speed up training and res…

image-classificationImage ClassificationLanguage ModelingLanguage Modelling+1

Streaming Normalization: Towards Simpler and More Biologically-plausible Normalizations for Online and Recurrent Learning

2016-10-19 · Qianli Liao, Kenji Kawaguchi, Tomaso Poggio

We systematically explored a spectrum of normalization algorithms related to Batch Normalization (BN) and propose a generalized formulation that simultaneously solves two major limitations of BN: (1) online learning and …

GPU

Batch Normalized Recurrent Neural Networks

2015-10-05 · César Laurent, Gabriel Pereyra, Philémon Brakel, Ying Zhang 외

Recurrent Neural Networks (RNNs) are powerful models for sequential data that have the potential to learn long-term dependencies. However, they are computationally expensive to train and difficult to parallelize. Recent …

Language Modellingspeech-recognitionSpeech Recognition

Online Normalization for Training Neural Networks

2019-05-15 · NeurIPS 2019 12 · Vitaliy Chiley, Ilya Sharapov, Atli Kosson, Urs Koster 외

Online Normalization is a new technique for normalizing the hidden activations of a neural network. Like Batch Normalization, it normalizes the sample dimension. While Online Normalization does not use batches, it is as …

General Classificationimage-classificationImage ClassificationImage Segmentation+3