paper-with-me

홈 › Papers

Regularizing Recurrent Networks - On Injected Noise and Norm-based Methods

2014-10-21 · Saahil Ognawala, Justin Bayer

Advancements in parallel processing have lead to a surge in multilayer perceptrons' (MLP) applications and deep learning in the past decades. Recurrent Neural Networks (RNNs) give additional representational power to feedforward MLPs by providing a way to treat sequential data. However, RNNs are hard to train using conventional error backpropagation methods because of the difficulty in relating inputs over many time-steps. Regularization approaches from MLP sphere, like dropout and noisy weight training, have been insufficiently applied and tested on simple RNNs. Moreover, solutions have been proposed to improve convergence in RNNs but not enough to improve the long term dependency remembering capabilities thereof. In this study, we aim to empirically evaluate the remembering and generalization ability of RNNs on polyphonic musical datasets. The models are trained with injected noise, random dropout, norm-based regularizers and their respective performances compared to well-initialized plain RNNs and advanced regularization methods like fast-dropout. We conclude with evidence that training with noise does not improve performance as conjectured by a few works in RNN optimization before ours.

📄 PDF Abstract BibTeX arXiv:1410.5684

Code (0)

등록된 구현이 없습니다.

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…

Similar Papers 제목 키워드 기반

Zoneout: Regularizing RNNs by Randomly Preserving Hidden Activations

2016-06-03 · David Krueger, Tegan Maharaj, János Kramár, Mohammad Pezeshki 외

We propose zoneout, a novel method for regularizing RNNs. At each timestep, zoneout stochastically forces some hidden units to maintain their previous values. Like dropout, zoneout uses random noise to train a pseudo-ens…

Language Modelling

Generalization in Reinforcement Learning with Selective Noise Injection and Information Bottleneck

2019-10-28 · NeurIPS 2019 12 · Maximilian Igl, Kamil Ciosek, Yingzhen Li, Sebastian Tschiatschek 외

The ability for policies to generalize to new environments is key to the broad application of RL agents. A promising approach to prevent an agent's policy from overfitting to a limited set of training environments is to …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Noise-Based Regularizers for Recurrent Neural Networks

2018-01-01 · ICLR 2018 1 · Adji B. Dieng, Jaan Altosaar, Rajesh Ranganath, David M. Blei

Recurrent neural networks (RNNs) are powerful models for sequential data. They can approximate arbitrary computations, and have been used successfully in domains such as text and speech. However, the flexibility of RNNs …

Language ModelingLanguage Modelling

Regularizing RNNs by Stabilizing Activations

2015-11-26 · David Krueger, Roland Memisevic

We stabilize the activations of Recurrent Neural Networks (RNNs) by penalizing the squared distance between successive hidden states' norms. This penalty term is an effective regularizer for RNNs including LSTMs and IR…

Language ModelingLanguage ModellingPhoneme Recognition

Ghost Noise for Regularizing Deep Neural Networks

2023-05-26 · Atli Kosson, Dongyang Fan, Martin Jaggi

Batch Normalization (BN) is widely used to stabilize the optimization process and improve the test performance of deep neural networks. The regularization effect of BN depends on the batch size and explicitly using small…