MLLGNENov 4, 2013

On Fast Dropout and its Applicability to Recurrent Networks

arXiv:1311.0701v766 citations
Originality Synthesis-oriented
AI Analysis

This work addresses overfitting in RNNs for sequential data like music, but it is incremental as it applies an existing regularization technique to a new context.

The paper tackled the problem of overfitting in Recurrent Neural Networks (RNNs) by analyzing fast dropout as an adaptive regularization method, showing it improves performance on four musical datasets without specifying concrete numerical gains.

Recurrent Neural Networks (RNNs) are rich models for the processing of sequential data. Recent work on advancing the state of the art has been focused on the optimization or modelling of RNNs, mostly motivated by adressing the problems of the vanishing and exploding gradients. The control of overfitting has seen considerably less attention. This paper contributes to that by analyzing fast dropout, a recent regularization method for generalized linear models and neural networks from a back-propagation inspired perspective. We show that fast dropout implements a quadratic form of an adaptive, per-parameter regularizer, which rewards large weights in the light of underfitting, penalizes them for overconfident predictions and vanishes at minima of an unregularized training loss. The derivatives of that regularizer are exclusively based on the training error signal. One consequence of this is the absense of a global weight attractor, which is particularly appealing for RNNs, since the dynamics are not biased towards a certain regime. We positively test the hypothesis that this improves the performance of RNNs on four musical data sets.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes