HyperAIHyperAI

Command Palette

Search for a command to run...

4 months ago

Improved Regularization of Convolutional Neural Networks with Cutout

Terrance DeVries; Graham W. Taylor

Improved Regularization of Convolutional Neural Networks with Cutout

Abstract

Convolutional neural networks are capable of learning powerful representational spaces, which are necessary for tackling complex learning tasks. However, due to the model capacity required to capture such representations, they are often susceptible to overfitting and therefore require proper regularization in order to generalize well. In this paper, we show that the simple regularization technique of randomly masking out square regions of input during training, which we call cutout, can be used to improve the robustness and overall performance of convolutional neural networks. Not only is this method extremely easy to implement, but we also demonstrate that it can be used in conjunction with existing forms of data augmentation and other regularizers to further improve model performance. We evaluate this method by applying it to current state-of-the-art architectures on the CIFAR-10, CIFAR-100, and SVHN datasets, yielding new state-of-the-art results of 2.56%, 15.20%, and 1.30% test error respectively. Code is available at https://github.com/uoguelph-mlrg/Cutout

Code Repositories

uoguelph-mlrg/Cutout
Official
pytorch
Mentioned in GitHub
kschwethelm/hyperboliccv
pytorch
Mentioned in GitHub
dishen12/Cuout_modify
pytorch
Mentioned in GitHub
abcp4/DAPytorch
pytorch
Mentioned in GitHub
lewis-morris/image_augment
pytorch
Mentioned in GitHub
LMaxence/Cifar10_Classification
pytorch
Mentioned in GitHub
lyxxn0414/test-data-generation
tf
Mentioned in GitHub
felixgwu/img_classification_pk_pytorch
pytorch
Mentioned in GitHub
khanrc/pt.fractalnet
pytorch
Mentioned in GitHub
YaCpotato/deepaugmentFix
Mentioned in GitHub
changewOw/Cutout-numpy
Mentioned in GitHub
mingsun-tse/good-da-in-kd
pytorch
Mentioned in GitHub
eaguaida/TF_EnsNet-
tf
Mentioned in GitHub
ymittal23/PlayWithCifar
tf
Mentioned in GitHub
Ximilar-com/tf-image
tf
Mentioned in GitHub
sour4bh/cifar-10
pytorch
Mentioned in GitHub
PsorTheDoctor/microarray-data
tf
Mentioned in GitHub
barisozmen/deepaugment
Mentioned in GitHub
lnstadrum/fastaugment
tf
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
domain-generalization-on-imagenet-aCutout (ResNet-50)
Top-1 accuracy %: 4.4
image-classification-on-stl-10Cutout
Percentage correct: 87.26
image-classification-on-svhnCutout
Percentage error: 1.30
semi-supervised-image-classification-on-stlCutOut
Accuracy: 87.26

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Improved Regularization of Convolutional Neural Networks with Cutout | Papers | HyperAI