TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/CutMix: Regularization Strategy to Train Strong Classifier...

CutMix: Regularization Strategy to Train Strong Classifiers with Localizable Features

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

2019-05-13ICCV 2019 10Image ClassificationDomain GeneralizationSemantic SegmentationObject LocalizationOut-of-Distribution DetectionImage CaptioningOut-of-Distribution Generalization
PaperPDFCodeCodeCodeCodeCodeCodeCodeCodeCodeCodeCodeCodeCodeCodeCodeCodeCode(official)CodeCodeCodeCodeCodeCodeCodeCodeCodeCodeCodeCodeCode

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 \href{https://github.com/clovaai/CutMix-PyTorch}{https://github.com/clovaai/CutMix-PyTorch}.

Results

TaskDatasetMetricValueModel
Domain AdaptationImageNet-ATop-1 accuracy %7.3CutMix (ResNet-50)
Image CaptioningCOCO (Common Objects in Context)BLEU-164.2NIC (ResNet-50, CutMix)
Image CaptioningCOCO (Common Objects in Context)BLEU-246.3NIC (ResNet-50, CutMix)
Image CaptioningCOCO (Common Objects in Context)BLEU-333.6NIC (ResNet-50, CutMix)
Image CaptioningCOCO (Common Objects in Context)BLEU-424.9NIC (ResNet-50, CutMix)
Image CaptioningCOCO (Common Objects in Context)CIDEr77.6NIC (ResNet-50, CutMix)
Image CaptioningCOCO (Common Objects in Context)METEOR23.1NIC (ResNet-50, CutMix)
Image CaptioningCOCO (Common Objects in Context)ROUGE49NIC (ResNet-50, CutMix)
Image ClassificationOmniBenchmarkAverage Top-1 Accuracy31.1CutMix
Image ClassificationCIFAR-10Percentage correct97.12PyramidNet-200 + CutMix
Image ClassificationCIFAR-100Percentage correct86.19PyramidNet-200 + Shakedrop + Cutmix
Domain GeneralizationImageNet-ATop-1 accuracy %7.3CutMix (ResNet-50)

Related Papers

SeC: Advancing Complex Video Object Segmentation via Progressive Concept Construction2025-07-21Automatic Classification and Segmentation of Tunnel Cracks Based on Deep Learning and Visual Explanations2025-07-18Adversarial attacks to image classification systems using evolutionary algorithms2025-07-17Efficient Adaptation of Pre-trained Vision Transformer underpinned by Approximately Orthogonal Fine-Tuning Strategy2025-07-17Federated Learning for Commercial Image Sources2025-07-17MUPAX: Multidimensional Problem Agnostic eXplainable AI2025-07-17Simulate, Refocus and Ensemble: An Attention-Refocusing Scheme for Domain Generalization2025-07-17GLAD: Generalizable Tuning for Vision-Language Models2025-07-17