SOTAVerified

The Many Faces of Robustness: A Critical Analysis of Out-of-Distribution Generalization

2020-06-29ICCV 2021Code Available1· sign in to hype

Dan Hendrycks, Steven Basart, Norman Mu, Saurav Kadavath, Frank Wang, Evan Dorundo, Rahul Desai, Tyler Zhu, Samyak Parajuli, Mike Guo, Dawn Song, Jacob Steinhardt, Justin Gilmer

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We introduce four new real-world distribution shift datasets consisting of changes in image style, image blurriness, geographic location, camera operation, and more. With our new datasets, we take stock of previously proposed methods for improving out-of-distribution robustness and put them to the test. We find that using larger models and artificial data augmentations can improve robustness on real-world distribution shifts, contrary to claims in prior work. We find improvements in artificial robustness benchmarks can transfer to real-world distribution shifts, contrary to claims in prior work. Motivated by our observation that data augmentations can help with real-world distribution shifts, we also introduce a new data augmentation method which advances the state-of-the-art and outperforms models pretrained with 1000 times more labeled data. Overall we find that some methods consistently help with distribution shifts in texture and local image statistics, but these methods do not help with some other distribution shifts like geographic changes. Our results show that future research must study multiple distribution shifts simultaneously, as we demonstrate that no evaluated method consistently improves robustness.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
ImageNet-CDeepAugment (ResNet-50)mean Corruption Error (mCE)60.4Unverified
ImageNet-RDeepAugment+AugMix (ResNet-50)Top-1 Error Rate53.2Unverified
ImageNet-RDeepAugment (ResNet-50)Top-1 Error Rate57.8Unverified
VizWiz-ClassificationResNet-50 (deepaugment)Accuracy - All Images41.3Unverified
VizWiz-ClassificationResNet-50 (deepaugment+augmix)Accuracy - All Images40.3Unverified

Reproductions