SOTAVerified

Adversarial Examples Improve Image Recognition

2019-11-21CVPR 2020Code Available0· sign in to hype

Cihang Xie, Mingxing Tan, Boqing Gong, Jiang Wang, Alan Yuille, Quoc V. Le

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Adversarial examples are commonly viewed as a threat to ConvNets. Here we present an opposite perspective: adversarial examples can be used to improve image recognition models if harnessed in the right manner. We propose AdvProp, an enhanced adversarial training scheme which treats adversarial examples as additional examples, to prevent overfitting. Key to our method is the usage of a separate auxiliary batch norm for adversarial examples, as they have different underlying distributions to normal examples. We show that AdvProp improves a wide range of models on various image recognition tasks and performs better when the models are bigger. For instance, by applying AdvProp to the latest EfficientNet-B7 [28] on ImageNet, we achieve significant improvements on ImageNet (+0.7%), ImageNet-C (+6.5%), ImageNet-A (+7.0%), Stylized-ImageNet (+4.8%). With an enhanced EfficientNet-B8, our method achieves the state-of-the-art 85.5% ImageNet top-1 accuracy without extra data. This result even surpasses the best model in [20] which is trained with 3.5B Instagram images (~3000X more than ImageNet) and ~9.4X more parameters. Models are available at https://github.com/tensorflow/tpu/tree/master/models/official/efficientnet.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
VizWiz-ClassificationEfficientNet-B0 (advprop+autoaug)Accuracy - All Images40.5Unverified
VizWiz-ClassificationEfficientNet-B2 (advprop+autoaug)Accuracy - All Images44.3Unverified
VizWiz-ClassificationEfficientNet-B1 (advprop+autoaug)Accuracy - All Images42.4Unverified
VizWiz-ClassificationEfficientNet-B8 (advprop+autoaug)Accuracy - All Images50.5Unverified
VizWiz-ClassificationEfficientNet-B7 (advprop+autoaug)Accuracy - All Images49.7Unverified
VizWiz-ClassificationEfficientNet-B6 (advprop+autoaug)Accuracy - All Images49.6Unverified
VizWiz-ClassificationEfficientNet-B5 (advprop+autoaug)Accuracy - All Images49.1Unverified
VizWiz-ClassificationEfficientNet-B4 (advprop+autoaug)Accuracy - All Images48.1Unverified
VizWiz-ClassificationEfficientNet-B3 (advprop+autoaug)Accuracy - All Images45.5Unverified

Reproductions