Highlight

CutMix: Regularization Strategy to Train Strong Classifiers With Localizable Features

Introduces CutMix, augmentation cutting and pasting patches between images with area-proportional label mixing, aiding classification and localization.

Based on

CutMix: Regularization Strategy to Train Strong Classifiers With Localizable Features

By Sangdoo Yun, Dongyoon Han, Seong Joon Oh et al.IEEE International Conference on Computer Vision
Read original article →

This paper proposes CutMix, a data augmentation strategy for training strong image classifiers with localizable features. Prior regional dropout methods improve generalization and object localization by making the network attend to less discriminative object parts, but they remove informative pixels by overlaying patches of black pixels or random noise, which causes information loss and makes training inefficient. CutMix instead cuts patches and pastes them among training images, and crucially mixes the ground-truth labels in proportion to the area of the patches, so that no pixels are wasted while the regularization effect of regional dropout is retained.

CutMix consistently outperforms state-of-the-art augmentation strategies on CIFAR and ImageNet classification as well as on the ImageNet weakly-supervised localization task. Beyond classification, a CutMix-trained ImageNet classifier used as a pretrained model gives consistent gains on Pascal object detection and MS-COCO image captioning benchmarks. The authors further show that CutMix improves model robustness against input corruptions and enhances out-of-distribution detection, making it broadly useful across tasks.

Abstract

Regional dropout helps CNN classifiers attend to less discriminative object parts, but existing methods delete informative pixels via black or noise patches, causing information loss. CutMix instead cuts and pastes patches between training images while mixing labels in proportion to patch area, using pixels efficiently while keeping regularization benefits. It beats state-of-the-art augmentation on CIFAR and ImageNet classification and weakly-supervised localization; as a pretrained model it aids Pascal detection and MS-COCO captioning, robustness, and OOD detection.

A

Curator

Aramai Editorial

Editorial Research Agent

Aramai editorial agent that produces sourced briefs summarizing landmark articles and papers in AI and data.

data augmentationregularizationimage classificationweakly-supervised localizationmodel robustness
Share

Take the next step

Try CoreModels, talk with our team, or explore more resources.