File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ for a quick introduction. It is also summarized below 👇.
78
78
79
79
First, install ** ` RobustBench ` ** :
80
80
``` bash
81
- pip install git+https://github.com/RobustBench/robustbench.git@v0.1
81
+ pip install git+https://github.com/RobustBench/robustbench.git@v0.2
82
82
```
83
83
84
84
Now let's try to load CIFAR-10 and the most robust CIFAR-10 model from [ Carmon2019Unlabeled] ( https://arxiv.org/abs/1905.13736 )
@@ -253,6 +253,13 @@ You can find all available model IDs in the table below (note that the full lead
253
253
| <sub >** 9** </sub > | <sub ><sup >** Sitawarin2020Improving** </sup ></sub > | <sub >* [ Improving Adversarial Robustness Through Progressive Hardening] ( https://arxiv.org/abs/2003.09347 ) * </sub > | <sub >62.82%</sub > | <sub >24.57%</sub > | <sub >WideResNet-34-10</sub > | <sub >ICML 2020</sub > |
254
254
| <sub >** 10** </sub > | <sub ><sup >** Rice2020Overfitting** </sup ></sub > | <sub >* [ Overfitting in adversarially robust deep learning] ( https://arxiv.org/abs/2002.11569 ) * </sub > | <sub >53.83%</sub > | <sub >18.95%</sub > | <sub >Pre-activation ResNet 18</sub > | <sub >ICML 2020</sub > |
255
255
256
+ #### Corruptions
257
+
258
+ | <sub >#</sub > | <sub >Model ID</sub > | <sub >Paper</sub > | <sub >Clean accuracy</sub > | <sub >Robust accuracy</sub > | <sub >Architecture</sub > | <sub >Venue</sub > |
259
+ | :---:| ---| ---| :---:| :---:| :---:| :---:|
260
+ | <sub >** 1** </sub > | <sub ><sup >** Hendrycks2020AugMix_ResNeXt** </sup ></sub > | <sub >* [ AugMix: A Simple Data Processing Method to Improve Robustness and Uncertainty] ( https://arxiv.org/abs/1912.02781 ) * </sub > | <sub >78.90%</sub > | <sub >65.54%</sub > | <sub >ResNeXt29_32x4d</sub > | <sub >ICLR 2020</sub > |
261
+ | <sub >** 2** </sub > | <sub ><sup >** Hendrycks2020AugMix_WRN** </sup ></sub > | <sub >* [ AugMix: A Simple Data Processing Method to Improve Robustness and Uncertainty] ( https://arxiv.org/abs/1912.02781 ) * </sub > | <sub >76.28%</sub > | <sub >64.63%</sub > | <sub >WideResNet-40-2</sub > | <sub >ICLR 2020</sub > |
262
+
256
263
## Notebooks
257
264
We host all the notebooks at Google Colab:
258
265
- [ RobustBench: quick start] ( https://colab.research.google.com/drive/1MQY_7O9vj7ixD5ilVRbdQwlNPFvxifHV ) : a quick tutorial
You can’t perform that action at this time.
0 commit comments