pith. sign in

arxiv: 1801.05134 · v1 · pith:75QUXRPUnew · submitted 2018-01-16 · 💻 cs.LG · stat.ML

Understanding the Disharmony between Dropout and Batch Normalization by Variance Shift

classification 💻 cs.LG stat.ML
keywords variancedropoutshiftwhenbatchnormalizationresnetstatistical
0
0 comments X
read the original abstract

This paper first answers the question "why do the two most powerful techniques Dropout and Batch Normalization (BN) often lead to a worse performance when they are combined together?" in both theoretical and statistical aspects. Theoretically, we find that Dropout would shift the variance of a specific neural unit when we transfer the state of that network from train to test. However, BN would maintain its statistical variance, which is accumulated from the entire learning procedure, in the test phase. The inconsistency of that variance (we name this scheme as "variance shift") causes the unstable numerical behavior in inference that leads to more erroneous predictions finally, when applying Dropout before BN. Thorough experiments on DenseNet, ResNet, ResNeXt and Wide ResNet confirm our findings. According to the uncovered mechanism, we next explore several strategies that modifies Dropout and try to overcome the limitations of their combination by avoiding the variance shift risks.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Prior Activation Distribution (PAD): A Versatile Representation to Utilize DNN Hidden Units

    cs.CV 2019-07 unverdicted novelty 4.0

    PAD captures class-specific distributional properties of DNN hidden layer activations and defines deviation measures for uncertainty estimation, competitive inference accuracy, and out-of-distribution sample isolation...