https://github.com/hendrycks/natural-adv-examples
A Harder ImageNet Test Set (CVPR 2021)
https://github.com/hendrycks/natural-adv-examples
adversarial-attacks adversarial-example domain-generalization imagenet ml-safety robustness
Last synced: 6 months ago
JSON representation
A Harder ImageNet Test Set (CVPR 2021)
- Host: GitHub
- URL: https://github.com/hendrycks/natural-adv-examples
- Owner: hendrycks
- License: mit
- Created: 2019-06-10T06:37:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-23T14:43:00.000Z (over 1 year ago)
- Last Synced: 2025-03-28T20:09:42.319Z (7 months ago)
- Topics: adversarial-attacks, adversarial-example, domain-generalization, imagenet, ml-safety, robustness
- Language: Python
- Homepage:
- Size: 2.1 MB
- Stars: 602
- Watchers: 11
- Forks: 52
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- really-awesome-sfda - ImageNet-A
README
# Natural Adversarial Examples
We introduce [natural adversarial examples](https://arxiv.org/abs/1907.07174) -- real-world, unmodified, and naturally occurring examples that cause machine learning model performance to significantly degrade.
__[Download the natural adversarial example dataset ImageNet-A for image classifiers here](https://people.eecs.berkeley.edu/~hendrycks/imagenet-a.tar).__
__[Download the natural adversarial example dataset ImageNet-O for out-of-distribution detectors here](https://people.eecs.berkeley.edu/~hendrycks/imagenet-o.tar).__
![]()
Natural adversarial examples from ImageNet-A and ImageNet-O. The black text is the actual class, and
the red text is a ResNet-50 prediction and its confidence. ImageNet-A contains images that classifiers should be
able to classify, while ImageNet-O contains anomalies of unforeseen classes which should result in low-confidence
predictions. ImageNet-1K models do not train on examples from “Photosphere” nor “Verdigris” classes, so these images
are anomalous. Many natural adversarial examples lead to wrong predictions, despite having no adversarial modifications as they are examples which occur naturally.## Citation
If you find this useful in your research, please consider citing:
@article{hendrycks2021nae,
title={Natural Adversarial Examples},
author={Dan Hendrycks and Kevin Zhao and Steven Basart and Jacob Steinhardt and Dawn Song},
journal={CVPR},
year={2021}
}