Concepedia

Publication | Closed Access

CutMix: Regularization Strategy to Train Strong Classifiers With Localizable Features

4.5K

Citations

44

References

2019

Year

TLDR

Regional dropout strategies have been proposed to enhance CNN classifier performance, but existing methods remove informative pixels by overlaying black or random noise patches, leading to information loss. The authors propose CutMix, an augmentation strategy that cuts and pastes image patches between training samples while proportionally mixing their labels according to patch area. CutMix achieves regularization by exchanging image patches between samples and blending their labels proportionally to the patch size. CutMix consistently outperforms state‑of‑the‑art augmentation methods on CIFAR and ImageNet classification and weakly‑supervised localization, and its pretrained ImageNet models yield performance gains on Pascal detection and MS‑COCO captioning, while also improving robustness to input corruptions and out‑of‑distribution detection.

Abstract

Regional dropout strategies have been proposed to enhance 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 removes informative pixels on training images by overlaying a patch of either black pixels or random noise. Such removal is not desirable because it suffers from information loss causing inefficiency in 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 state-of-the-art augmentation strategies on CIFAR and ImageNet classification tasks, as well as on 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 gain in Pascal detection and MS-COCO image captioning benchmarks. We also show that CutMix can improve the model robustness against input corruptions and its out-of distribution detection performance.

References

YearCitations

Page 1