hadisalman
commited on
Commit
•
1c68d6e
1
Parent(s):
3f04ac9
Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,13 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
|
|
4 |
This repository contains the robust ImageNet models used in our paper ["Do adversarially robust imagenet models transfer better?"](https://arxiv.org/abs/2007.08489).
|
5 |
|
6 |
See our papers's [GitHub repository](https://github.com/microsoft/robust-models-transfer) for more details!
|
7 |
|
8 |
-
|
|
|
9 |
|
10 |
|Model|ε=0|ε=0.01|ε=0.03|ε=0.05|ε=0.1|ε=0.25|ε=0.5|ε=1.0|ε=3.0|ε=5.0|
|
11 |
|---|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|
|
@@ -24,7 +26,7 @@ ResNeXt50_32x4d|[77.38](https://huggingface.co/madrylab/robust-imagenet-models/r
|
|
24 |
ShuffleNet|[64.25](https://huggingface.co/madrylab/robust-imagenet-models/resolve/main/shufflenet_l2_eps0.ckpt) | [43.32](https://huggingface.co/madrylab/robust-imagenet-models/resolve/main/shufflenet_l2_eps3.ckpt)
|
25 |
VGG16_bn|[73.66](https://huggingface.co/madrylab/robust-imagenet-models/resolve/main/vgg16_bn_l2_eps0.ckpt) | [57.19](https://huggingface.co/madrylab/robust-imagenet-models/resolve/main/vgg16_bn_l2_eps3.ckpt)
|
26 |
|
27 |
-
|
28 |
|Model|ε=0.5/255|ε=1/255|ε=2/255|ε=4/255|ε=8/255|
|
29 |
|---|:---:|:---:|:---:|:---:|:---:|
|
30 |
|ResNet-18|[66.13](https://huggingface.co/madrylab/robust-imagenet-models/resolve/main/resnet18_linf_eps0.5.ckpt) | [63.46](https://huggingface.co/madrylab/robust-imagenet-models/resolve/main/resnet18_linf_eps1.0.ckpt) | [59.63](https://huggingface.co/madrylab/robust-imagenet-models/resolve/main/resnet18_linf_eps2.0.ckpt) | [52.49](https://huggingface.co/madrylab/robust-imagenet-models/resolve/main/resnet18_linf_eps4.0.ckpt) | [42.11](https://huggingface.co/madrylab/robust-imagenet-models/resolve/main/resnet18_linf_eps8.0.ckpt)
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
4 |
+
## Overview
|
5 |
This repository contains the robust ImageNet models used in our paper ["Do adversarially robust imagenet models transfer better?"](https://arxiv.org/abs/2007.08489).
|
6 |
|
7 |
See our papers's [GitHub repository](https://github.com/microsoft/robust-models-transfer) for more details!
|
8 |
|
9 |
+
## Summary of our pretrained models
|
10 |
+
#### Standard Accuracy of L2-Robust ImageNet Models
|
11 |
|
12 |
|Model|ε=0|ε=0.01|ε=0.03|ε=0.05|ε=0.1|ε=0.25|ε=0.5|ε=1.0|ε=3.0|ε=5.0|
|
13 |
|---|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|
|
|
|
26 |
ShuffleNet|[64.25](https://huggingface.co/madrylab/robust-imagenet-models/resolve/main/shufflenet_l2_eps0.ckpt) | [43.32](https://huggingface.co/madrylab/robust-imagenet-models/resolve/main/shufflenet_l2_eps3.ckpt)
|
27 |
VGG16_bn|[73.66](https://huggingface.co/madrylab/robust-imagenet-models/resolve/main/vgg16_bn_l2_eps0.ckpt) | [57.19](https://huggingface.co/madrylab/robust-imagenet-models/resolve/main/vgg16_bn_l2_eps3.ckpt)
|
28 |
|
29 |
+
#### Standard Accuracy of Linf-Robust ImageNet Models
|
30 |
|Model|ε=0.5/255|ε=1/255|ε=2/255|ε=4/255|ε=8/255|
|
31 |
|---|:---:|:---:|:---:|:---:|:---:|
|
32 |
|ResNet-18|[66.13](https://huggingface.co/madrylab/robust-imagenet-models/resolve/main/resnet18_linf_eps0.5.ckpt) | [63.46](https://huggingface.co/madrylab/robust-imagenet-models/resolve/main/resnet18_linf_eps1.0.ckpt) | [59.63](https://huggingface.co/madrylab/robust-imagenet-models/resolve/main/resnet18_linf_eps2.0.ckpt) | [52.49](https://huggingface.co/madrylab/robust-imagenet-models/resolve/main/resnet18_linf_eps4.0.ckpt) | [42.11](https://huggingface.co/madrylab/robust-imagenet-models/resolve/main/resnet18_linf_eps8.0.ckpt)
|