FocusedDropout for Convolutional Neural Network

03/29/2021
by   Tianshu Xie, et al.
0

In convolutional neural network (CNN), dropout cannot work well because dropped information is not entirely obscured in convolutional layers where features are correlated spatially. Except randomly discarding regions or channels, many approaches try to overcome this defect by dropping influential units. In this paper, we propose a non-random dropout method named FocusedDropout, aiming to make the network focus more on the target. In FocusedDropout, we use a simple but effective way to search for the target-related features, retain these features and discard others, which is contrary to the existing methods. We found that this novel method can improve network performance by making the network more target-focused. Besides, increasing the weight decay while using FocusedDropout can avoid the overfitting and increase accuracy. Experimental results show that even a slight cost, 10% of batches employing FocusedDropout, can produce a nice performance boost over the baselines on multiple datasets of classification, including CIFAR10, CIFAR100, Tiny Imagenet, and has a good versatility for different CNN models.

READ FULL TEXT
research
10/21/2020

TargetDrop: A Targeted Regularization Method for Convolutional Neural Networks

Dropout regularization has been widely used in deep learning but perform...
research
10/30/2018

DropBlock: A regularization method for convolutional networks

Deep neural networks often work well when they are over-parameterized an...
research
10/23/2018

DropFilter: Dropout for Convolutions

Using a large number of parameters , deep neural networks have achieved ...
research
11/25/2021

DA^2-Net : Diverse Adaptive Attention Convolutional Neural Network

Standard Convolutional Neural Network (CNN) designs rarely focus on the ...
research
05/22/2023

Regularization Through Simultaneous Learning: A Case Study for Hop Classification

Overfitting remains a prevalent challenge in deep neural networks, leadi...
research
03/29/2020

Attentive CutMix: An Enhanced Data Augmentation Approach for Deep Learning Based Image Classification

Convolutional neural networks (CNN) are capable of learning robust repre...
research
12/02/2020

Data-driven Analysis of Turbulent Flame Images

Turbulent premixed flames are important for power generation using gas t...

Please sign up or login with your details

Forgot password? Click here to reset