English

Implicit regularization of dropout

Machine Learning 2023-04-11 v2

Abstract

It is important to understand how dropout, a popular regularization method, aids in achieving a good generalization solution during neural network training. In this work, we present a theoretical derivation of an implicit regularization of dropout, which is validated by a series of experiments. Additionally, we numerically study two implications of the implicit regularization, which intuitively rationalizes why dropout helps generalization. Firstly, we find that input weights of hidden neurons tend to condense on isolated orientations trained with dropout. Condensation is a feature in the non-linear learning process, which makes the network less complex. Secondly, we experimentally find that the training with dropout leads to the neural network with a flatter minimum compared with standard gradient descent training, and the implicit regularization is the key to finding flat solutions. Although our theory mainly focuses on dropout used in the last hidden layer, our experiments apply to general dropout in training neural networks. This work points out a distinct characteristic of dropout compared with stochastic gradient descent and serves as an important basis for fully understanding dropout.

Keywords

Cite

@article{arxiv.2207.05952,
  title  = {Implicit regularization of dropout},
  author = {Zhongwang Zhang and Zhi-Qin John Xu},
  journal= {arXiv preprint arXiv:2207.05952},
  year   = {2023}
}

Comments

arXiv admin note: text overlap with arXiv:2111.01022

R2 v1 2026-06-25T00:52:11.414Z