paper-with-me

홈 › Papers

How to Use Dropout Correctly on Residual Networks with Batch Normalization

2023-02-13 · Bum Jun Kim, Hyeyeon Choi, Hyeonah Jang, Donggeon Lee, Sang Woo Kim

For the stable optimization of deep neural networks, regularization methods such as dropout and batch normalization have been used in various tasks. Nevertheless, the correct position to apply dropout has rarely been discussed, and different positions have been employed depending on the practitioners. In this study, we investigate the correct position to apply dropout. We demonstrate that for a residual network with batch normalization, applying dropout at certain positions increases the performance, whereas applying dropout at other positions decreases the performance. Based on theoretical analysis, we provide the following guideline for the correct position to apply dropout: apply one dropout after the last batch normalization but before the last weight layer in the residual branch. We provide detailed theoretical explanations to support this claim and demonstrate them through module tests. In addition, we investigate the correct position of dropout in the head that produces the final prediction. Although the current consensus is to apply dropout after global average pooling, we prove that applying dropout before global average pooling leads to a more stable output. The proposed guidelines are validated through experiments using different datasets and models.

📄 PDF Abstract BibTeX arXiv:2302.06112

Code (1)

kmbmjn/DropoutCorrectly 공식 구현 pytorch

Tasks

ClassificationFine-Grained Image ClassificationImage ClassificationPosition

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Residual Connection 설명 없음
Residual Block Residual Blocks are skip-connection blocks that learn residual functions with reference to the layer inputs, instead of learning unreferenced functions. They were introduced…
Bitcoin Customer Service Number +1-833-534-1729 설명 없음
Batch Normalization 설명 없음
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…
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…

Similar Papers 제목 키워드 기반

Adjusting for Dropout Variance in Batch Normalization and Weight Initialization

2016-07-08 · Dan Hendrycks, Kevin Gimpel

We show how to adjust for the variance introduced by dropout with corrections to weight initialization and Batch Normalization, yielding higher accuracy. Though dropout can preserve the expected input to a neuron between…

Data Augmentation

Identity Matters in Deep Learning

2016-11-14 · Moritz Hardt, Tengyu Ma

An emerging design principle in deep learning is that each layer of a deep artificial neural network should be able to easily express the identity transformation. This idea not only motivated various normalization techni…

Deep Learning

A Robust Initialization of Residual Blocks for Effective ResNet Training without Batch Normalization

2021-12-23 · Enrico Civitelli, Alessio Sortino, Matteo Lapucci, Francesco Bagattini 외

Batch Normalization is an essential component of all state-of-the-art neural networks architectures. However, since it introduces many practical issues, much recent research has been devoted to designing normalization-fr…

Functional Network: A Novel Framework for Interpretability of Deep Neural Networks

2022-05-24 · Ben Zhang, Zhetong Dong, Junsong Zhang, Hongwei Lin

The layered structure of deep neural networks hinders the use of numerous analysis tools and thus the development of its interpretability. Inspired by the success of functional brain networks, we propose a novel framewor…

Adversarial RobustnessTopological Data Analysis

Convolutional Attention-based Seq2Seq Neural Network for End-to-End ASR

2017-10-12 · Dan Lim

This thesis introduces the sequence to sequence model with Luong's attention mechanism for end-to-end ASR. It also describes various neural network algorithms including Batch normalization, Dropout and Residual network w…

speech-recognitionSpeech Recognition