Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

CutMix: Regularization Strategy to Train Strong Classifiers with Localizable Features

About

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 .

Sangdoo Yun, Dongyoon Han, Seong Joon Oh, Sanghyuk Chun, Junsuk Choe, Youngjoon Yoo• 2019

Related benchmarks

TaskDatasetResultRank
Image ClassificationCIFAR-100 (test)
Accuracy84.05
3518
Image ClassificationCIFAR-10 (test)
Accuracy97.11
3381
Semantic segmentationADE20K (val)
mIoU41.73
2731
Object DetectionCOCO 2017 (val)
AP42.1
2454
Image ClassificationImageNet-1k (val)
Top-1 Accuracy81.57
1453
Image ClassificationImageNet (val)
Top-1 Acc79.8
1206
Instance SegmentationCOCO 2017 (val)--
1144
Object Hallucination EvaluationPOPE--
935
Image ClassificationCIFAR-10 (test)--
906
Image ClassificationImageNet-1k (val)
Top-1 Accuracy78.04
840
Showing 10 of 216 rows
...

Other info

Code

Follow for update