Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,221 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- image-classification
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
The ImageNet-A dataset contains 7,500 natural adversarial examples.
|
| 8 |
+
|
| 9 |
+
Also see the ImageNet-C and ImageNet-P datasets at https://github.com/hendrycks/robustness
|
| 10 |
+
|
| 11 |
+
@article{hendrycks2019nae,
|
| 12 |
+
title={Natural Adversarial Examples},
|
| 13 |
+
author={Dan Hendrycks and Kevin Zhao and Steven Basart and Jacob Steinhardt and Dawn Song},
|
| 14 |
+
journal={arXiv preprint arXiv:1907.07174},
|
| 15 |
+
year={2019}
|
| 16 |
+
}
|
| 17 |
+
|
| 18 |
+
There are 200 classes we consider. The WordNet ID and a description of each class is as follows.
|
| 19 |
+
|
| 20 |
+
```
|
| 21 |
+
n01498041 stingray
|
| 22 |
+
n01531178 goldfinch
|
| 23 |
+
n01534433 junco
|
| 24 |
+
n01558993 American robin
|
| 25 |
+
n01580077 jay
|
| 26 |
+
n01614925 bald eagle
|
| 27 |
+
n01616318 vulture
|
| 28 |
+
n01631663 newt
|
| 29 |
+
n01641577 American bullfrog
|
| 30 |
+
n01669191 box turtle
|
| 31 |
+
n01677366 green iguana
|
| 32 |
+
n01687978 agama
|
| 33 |
+
n01694178 chameleon
|
| 34 |
+
n01698640 American alligator
|
| 35 |
+
n01735189 garter snake
|
| 36 |
+
n01770081 harvestman
|
| 37 |
+
n01770393 scorpion
|
| 38 |
+
n01774750 tarantula
|
| 39 |
+
n01784675 centipede
|
| 40 |
+
n01819313 sulphur-crested cockatoo
|
| 41 |
+
n01820546 lorikeet
|
| 42 |
+
n01833805 hummingbird
|
| 43 |
+
n01843383 toucan
|
| 44 |
+
n01847000 duck
|
| 45 |
+
n01855672 goose
|
| 46 |
+
n01882714 koala
|
| 47 |
+
n01910747 jellyfish
|
| 48 |
+
n01914609 sea anemone
|
| 49 |
+
n01924916 flatworm
|
| 50 |
+
n01944390 snail
|
| 51 |
+
n01985128 crayfish
|
| 52 |
+
n01986214 hermit crab
|
| 53 |
+
n02007558 flamingo
|
| 54 |
+
n02009912 great egret
|
| 55 |
+
n02037110 oystercatcher
|
| 56 |
+
n02051845 pelican
|
| 57 |
+
n02077923 sea lion
|
| 58 |
+
n02085620 Chihuahua
|
| 59 |
+
n02099601 Golden Retriever
|
| 60 |
+
n02106550 Rottweiler
|
| 61 |
+
n02106662 German Shepherd Dog
|
| 62 |
+
n02110958 pug
|
| 63 |
+
n02119022 red fox
|
| 64 |
+
n02123394 Persian cat
|
| 65 |
+
n02127052 lynx
|
| 66 |
+
n02129165 lion
|
| 67 |
+
n02133161 American black bear
|
| 68 |
+
n02137549 mongoose
|
| 69 |
+
n02165456 ladybug
|
| 70 |
+
n02174001 rhinoceros beetle
|
| 71 |
+
n02177972 weevil
|
| 72 |
+
n02190166 fly
|
| 73 |
+
n02206856 bee
|
| 74 |
+
n02219486 ant
|
| 75 |
+
n02226429 grasshopper
|
| 76 |
+
n02231487 stick insect
|
| 77 |
+
n02233338 cockroach
|
| 78 |
+
n02236044 mantis
|
| 79 |
+
n02259212 leafhopper
|
| 80 |
+
n02268443 dragonfly
|
| 81 |
+
n02279972 monarch butterfly
|
| 82 |
+
n02280649 small white
|
| 83 |
+
n02281787 gossamer-winged butterfly
|
| 84 |
+
n02317335 starfish
|
| 85 |
+
n02325366 cottontail rabbit
|
| 86 |
+
n02346627 porcupine
|
| 87 |
+
n02356798 fox squirrel
|
| 88 |
+
n02361337 marmot
|
| 89 |
+
n02410509 bison
|
| 90 |
+
n02445715 skunk
|
| 91 |
+
n02454379 armadillo
|
| 92 |
+
n02486410 baboon
|
| 93 |
+
n02492035 white-headed capuchin
|
| 94 |
+
n02504458 African bush elephant
|
| 95 |
+
n02655020 pufferfish
|
| 96 |
+
n02669723 academic gown
|
| 97 |
+
n02672831 accordion
|
| 98 |
+
n02676566 acoustic guitar
|
| 99 |
+
n02690373 airliner
|
| 100 |
+
n02701002 ambulance
|
| 101 |
+
n02730930 apron
|
| 102 |
+
n02777292 balance beam
|
| 103 |
+
n02782093 balloon
|
| 104 |
+
n02787622 banjo
|
| 105 |
+
n02793495 barn
|
| 106 |
+
n02797295 wheelbarrow
|
| 107 |
+
n02802426 basketball
|
| 108 |
+
n02814860 lighthouse
|
| 109 |
+
n02815834 beaker
|
| 110 |
+
n02837789 bikini
|
| 111 |
+
n02879718 bow
|
| 112 |
+
n02883205 bow tie
|
| 113 |
+
n02895154 breastplate
|
| 114 |
+
n02906734 broom
|
| 115 |
+
n02948072 candle
|
| 116 |
+
n02951358 canoe
|
| 117 |
+
n02980441 castle
|
| 118 |
+
n02992211 cello
|
| 119 |
+
n02999410 chain
|
| 120 |
+
n03014705 chest
|
| 121 |
+
n03026506 Christmas stocking
|
| 122 |
+
n03124043 cowboy boot
|
| 123 |
+
n03125729 cradle
|
| 124 |
+
n03187595 rotary dial telephone
|
| 125 |
+
n03196217 digital clock
|
| 126 |
+
n03223299 doormat
|
| 127 |
+
n03250847 drumstick
|
| 128 |
+
n03255030 dumbbell
|
| 129 |
+
n03291819 envelope
|
| 130 |
+
n03325584 feather boa
|
| 131 |
+
n03355925 flagpole
|
| 132 |
+
n03384352 forklift
|
| 133 |
+
n03388043 fountain
|
| 134 |
+
n03417042 garbage truck
|
| 135 |
+
n03443371 goblet
|
| 136 |
+
n03444034 go-kart
|
| 137 |
+
n03445924 golf cart
|
| 138 |
+
n03452741 grand piano
|
| 139 |
+
n03483316 hair dryer
|
| 140 |
+
n03584829 clothes iron
|
| 141 |
+
n03590841 jack-o'-lantern
|
| 142 |
+
n03594945 jeep
|
| 143 |
+
n03617480 kimono
|
| 144 |
+
n03666591 lighter
|
| 145 |
+
n03670208 limousine
|
| 146 |
+
n03717622 manhole cover
|
| 147 |
+
n03720891 maraca
|
| 148 |
+
n03721384 marimba
|
| 149 |
+
n03724870 mask
|
| 150 |
+
n03775071 mitten
|
| 151 |
+
n03788195 mosque
|
| 152 |
+
n03804744 nail
|
| 153 |
+
n03837869 obelisk
|
| 154 |
+
n03840681 ocarina
|
| 155 |
+
n03854065 organ
|
| 156 |
+
n03888257 parachute
|
| 157 |
+
n03891332 parking meter
|
| 158 |
+
n03935335 piggy bank
|
| 159 |
+
n03982430 billiard table
|
| 160 |
+
n04019541 hockey puck
|
| 161 |
+
n04033901 quill
|
| 162 |
+
n04039381 racket
|
| 163 |
+
n04067472 reel
|
| 164 |
+
n04086273 revolver
|
| 165 |
+
n04099969 rocking chair
|
| 166 |
+
n04118538 rugby ball
|
| 167 |
+
n04131690 salt shaker
|
| 168 |
+
n04133789 sandal
|
| 169 |
+
n04141076 saxophone
|
| 170 |
+
n04146614 school bus
|
| 171 |
+
n04147183 schooner
|
| 172 |
+
n04179913 sewing machine
|
| 173 |
+
n04208210 shovel
|
| 174 |
+
n04235860 sleeping bag
|
| 175 |
+
n04252077 snowmobile
|
| 176 |
+
n04252225 snowplow
|
| 177 |
+
n04254120 soap dispenser
|
| 178 |
+
n04270147 spatula
|
| 179 |
+
n04275548 spider web
|
| 180 |
+
n04310018 steam locomotive
|
| 181 |
+
n04317175 stethoscope
|
| 182 |
+
n04344873 couch
|
| 183 |
+
n04347754 submarine
|
| 184 |
+
n04355338 sundial
|
| 185 |
+
n04366367 suspension bridge
|
| 186 |
+
n04376876 syringe
|
| 187 |
+
n04389033 tank
|
| 188 |
+
n04399382 teddy bear
|
| 189 |
+
n04442312 toaster
|
| 190 |
+
n04456115 torch
|
| 191 |
+
n04482393 tricycle
|
| 192 |
+
n04507155 umbrella
|
| 193 |
+
n04509417 unicycle
|
| 194 |
+
n04532670 viaduct
|
| 195 |
+
n04540053 volleyball
|
| 196 |
+
n04554684 washing machine
|
| 197 |
+
n04562935 water tower
|
| 198 |
+
n04591713 wine bottle
|
| 199 |
+
n04606251 shipwreck
|
| 200 |
+
n07583066 guacamole
|
| 201 |
+
n07695742 pretzel
|
| 202 |
+
n07697313 cheeseburger
|
| 203 |
+
n07697537 hot dog
|
| 204 |
+
n07714990 broccoli
|
| 205 |
+
n07718472 cucumber
|
| 206 |
+
n07720875 bell pepper
|
| 207 |
+
n07734744 mushroom
|
| 208 |
+
n07749582 lemon
|
| 209 |
+
n07753592 banana
|
| 210 |
+
n07760859 custard apple
|
| 211 |
+
n07768694 pomegranate
|
| 212 |
+
n07831146 carbonara
|
| 213 |
+
n09229709 bubble
|
| 214 |
+
n09246464 cliff
|
| 215 |
+
n09472597 volcano
|
| 216 |
+
n09835506 baseball player
|
| 217 |
+
n11879895 rapeseed
|
| 218 |
+
n12057211 yellow lady's slipper
|
| 219 |
+
n12144580 corn
|
| 220 |
+
n12267677 acorn
|
| 221 |
+
```
|