Skip to content

hendrycks/imagenet-r

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Many Faces of Robustness

The repository contains code, datasets, and model parameters for The Many Faces of Robustness (ICCV 2021).

ImageNet-R

ImageNet-R(endition) contains art, cartoons, deviantart, graffiti, embroidery, graphics, origami, paintings, patterns, plastic objects, plush objects, sculptures, sketches, tattoos, toys, and video game renditions of ImageNet classes.

ImageNet-R has renditions of 200 ImageNet classes resulting in 30,000 images.

Download ImageNet-R here.

Other Resources

This repository also contains code for DeepAugment and DeepFashion Remixed experiments.

Real Blurry Images are available for download here.

Weights for a ResNet-50 ImageNet classifier trained with DeepAugment are available here.

Weights for a ResNet-50 ImageNet classifier trained with DeepAugment+AugMix are available here.

Weights for a ResNeXt-101 (32x8d) ImageNet classifier trained with DeepAugment+AugMix are available here.

Citation

If you find this useful in your research, please consider citing:

@article{hendrycks2021many,
  title={The Many Faces of Robustness: A Critical Analysis of Out-of-Distribution Generalization},
  author={Dan Hendrycks and Steven Basart and Norman Mu and Saurav Kadavath and Frank Wang and Evan Dorundo and Rahul Desai and Tyler Zhu and Samyak Parajuli and Mike Guo and Dawn Song and Jacob Steinhardt and Justin Gilmer},
  journal={ICCV},
  year={2021}
}