HyperAIHyperAI

Command Palette

Search for a command to run...

4 months ago

CutMix: Regularization Strategy to Train Strong Classifiers with Localizable Features

Sangdoo Yun; Dongyoon Han; Seong Joon Oh; Sanghyuk Chun; Junsuk Choe; Youngjoon Yoo

CutMix: Regularization Strategy to Train Strong Classifiers with Localizable Features

Abstract

Regional dropout strategies have been proposed to enhance the performance of convolutional neural network classifiers. They have proved to be effective for guiding the model to attend on less discriminative parts of objects (e.g. leg as opposed to head of a person), thereby letting the network generalize better and have better object localization capabilities. On the other hand, current methods for regional dropout remove informative pixels on training images by overlaying a patch of either black pixels or random noise. Such removal is not desirable because it leads to information loss and inefficiency during training. We therefore propose the CutMix augmentation strategy: patches are cut and pasted among training images where the ground truth labels are also mixed proportionally to the area of the patches. By making efficient use of training pixels and retaining the regularization effect of regional dropout, CutMix consistently outperforms the state-of-the-art augmentation strategies on CIFAR and ImageNet classification tasks, as well as on the ImageNet weakly-supervised localization task. Moreover, unlike previous augmentation methods, our CutMix-trained ImageNet classifier, when used as a pretrained model, results in consistent performance gains in Pascal detection and MS-COCO image captioning benchmarks. We also show that CutMix improves the model robustness against input corruptions and its out-of-distribution detection performances. Source code and pretrained models are available at https://github.com/clovaai/CutMix-PyTorch .

Code Repositories

hysts/pytorch_cutmix
pytorch
Mentioned in GitHub
airplane2230/keras_cutmix
tf
Mentioned in GitHub
rwightman/pytorch-image-models
pytorch
Mentioned in GitHub
kboseong/RotNet
pytorch
Mentioned in GitHub
Bennie-Han/Image-augementation-pytorch
pytorch
Mentioned in GitHub
xden2331/attentive_cutmix
pytorch
Mentioned in GitHub
sangHa0411/ImageNet
pytorch
Mentioned in GitHub
Westlake-AI/openmixup
pytorch
Mentioned in GitHub
ildoonet/cutmix
pytorch
Mentioned in GitHub
jis478/cutmix_tensorflow2
tf
Mentioned in GitHub
clovaai/CutMix-PyTorch
Official
pytorch
Mentioned in GitHub
TianshuXie/Cut-Thumbnail
pytorch
Mentioned in GitHub
liuch37/image-processing
pytorch
Mentioned in GitHub
SyogoShibuya/Chainer-Cutmix
Mentioned in GitHub
sangHa0411/VIT
pytorch
Mentioned in GitHub
dongdong69/MixAugmentation
Mentioned in GitHub
PsorTheDoctor/microarray-data
tf
Mentioned in GitHub
IlyaDobrynin/GridMixup
pytorch
Mentioned in GitHub
hh-xiaohu/Image-augementation-pytorch
pytorch
Mentioned in GitHub
js-aguiar/wheat-object-detection
pytorch
Mentioned in GitHub
juergenlandauer/Maya-Challenge
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
domain-generalization-on-imagenet-aCutMix (ResNet-50)
Top-1 accuracy %: 7.3
image-captioning-on-cocoNIC (ResNet-50, CutMix)
BLEU-1: 64.2
BLEU-2: 46.3
BLEU-3: 33.6
BLEU-4: 24.9
CIDEr: 77.6
METEOR: 23.1
ROUGE: 49
image-classification-on-cifar-10PyramidNet-200 + CutMix
Percentage correct: 97.12
image-classification-on-cifar-100PyramidNet-200 + Shakedrop + Cutmix
Percentage correct: 86.19
image-classification-on-imagenetResNet-50 (CutMix)
Top 1 Accuracy: 78.4%
image-classification-on-imagenetResNeXt-101 (CutMix)
Top 1 Accuracy: 80.53%
image-classification-on-omnibenchmarkCutMix
Average Top-1 Accuracy: 31.1
semantic-segmentation-on-acdc-scribblesCutMix
Dice (Average): 70.5%

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
CutMix: Regularization Strategy to Train Strong Classifiers with Localizable Features | Papers | HyperAI