SmoothMix: A Simple Yet Effective Data Augmentation to Train Robust Classifiers

Data augmentation has been proven effective which, by preventing overfitting, can not only enhances the performance of a deep neural network but also leads to a better generalization even with limited dataset. Recently introduced regional dropout based data augmentation strategies remove (or replace) some parts of an input image with a desideratum to make the network focus on less discriminative portions of an image, which results in an improved performance. However, such approaches usually possess 'strong-edge' problem caused by an obvious change in the pixels at the positions where the image is manipulated. It may not only impact on the local convolution operation but can also provide clues for the network to latch on to, which do not align well with the basic purpose of augmentation. In order to minimize such peculiarities, we introduce SmoothMix in which blending of images is done based on soft edges and the training labels are computed accordingly. Extensive analysis performed on CIFAR-10, CIFAR-100 and ImageNet for image classification demonstrate state-of-the-art results. Furthermore, SmoothMix significantly increases robustness of a network against image corruption. Results on CIFAR-100-C & ImageNet-C corruption datasets also shows superiority of our proposed approach.

PDF Abstract

Results from the Paper


  Submit results from this paper to get state-of-the-art GitHub badges and help the community compare results to other papers.

Methods


No methods listed for this paper. Add relevant methods here