paper-with-me

홈 › Papers

The Implicit and Explicit Regularization Effects of Dropout

2020-02-28 · ICML 2020 1 · Colin Wei, Sham Kakade, Tengyu Ma

Dropout is a widely-used regularization technique, often required to obtain state-of-the-art for a number of architectures. This work demonstrates that dropout introduces two distinct but entangled regularization effects: an explicit effect (also studied in prior work) which occurs since dropout modifies the expected training objective, and, perhaps surprisingly, an additional implicit effect from the stochasticity in the dropout training update. This implicit regularization effect is analogous to the effect of stochasticity in small mini-batch stochastic gradient descent. We disentangle these two effects through controlled experiments. We then derive analytic simplifications which characterize each effect in terms of the derivatives of the model and the loss, for deep neural networks. We demonstrate these simplified, analytic regularizers accurately capture the important aspects of dropout, showing they faithfully replace dropout in practice.

📄 PDF Abstract BibTeX arXiv:2002.12915

Code (1)

cwein3/dropout-analytical 공식 구현 pytorch

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 제목 키워드 기반

Explicit Dropout: Deterministic Regularization for Transformer Architectures

2026-04-22 · Vidhi Agrawal, Illia Oleksiienko, Alexandros Iosifidis arxiv

Dropout is a widely used regularization technique in deep learning, but its effects are typically realized through stochastic masking rather than explicit optimization objectives. We propose a deterministic formulation t…

Audio ClassificationImage ClassificationAction Detection

Estimating Implicit Regularization in Deep Learning

2026-05-06 · Joseph H. Rudoler, Kevin Tan, Giles Hooker, Konrad P. Kording arxiv

Deep learning systems are known to exhibit implicit regularization (alt. implicit bias), favoring simple solutions instead of merely minimizing the loss function. In some cases, we can analytically derive the implicit re…

Further advantages of data augmentation on convolutional neural networks

2019-06-26 · Alex Hernández-García, Peter König

Data augmentation is a popular technique largely used to enhance the training of convolutional neural networks. Although many of its benefits are well known by deep learning researchers and practitioners, its implicit re…

Data Augmentation

Data augmentation instead of explicit regularization

2018-06-11 · ICLR 2018 1 · Alex Hernández-García, Peter König

Contrary to most machine learning models, modern deep artificial neural networks typically include multiple components that contribute to regularization. Despite the fact that some (explicit) regularization techniques, s…

Data AugmentationObject Categorization

Implicit regularization of dropout

2022-07-13 · Zhongwang Zhang, Zhi-Qin John Xu

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 implici…