Skip to content

Commit 0014b74

Browse files
committed
link update
1 parent a815e20 commit 0014b74

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.README.md.swp

-24 KB
Binary file not shown.

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# CIFAR10 Adversarial Examples Challenge
22

33
Recently, there has been much progress on adversarial *attacks* against neural networks, such as the [cleverhans](https://github.com/tensorflow/cleverhans) library and the code by [Carlini and Wagner](https://github.com/carlini/nn_robust_attacks).
4-
We now complement these advances by proposing an *attack challenge* for the [CIFAR10 dataset](https://www.cs.toronto.edu/~kriz/cifar.html) which follows the format of [our earlier MNIST challenge](https://github.com/MadryProj/mnist_challenge).
4+
We now complement these advances by proposing an *attack challenge* for the
5+
[CIFAR10 dataset](https://www.cs.toronto.edu/~kriz/cifar.html) which follows the
6+
format of [our earlier MNIST challenge](https://github.com/MadryLab/mnist_challenge).
57
We have trained a robust network, and the objective is to find a set of adversarial examples on which this network achieves only a low accuracy.
68
To train an adversarially-robust network, we followed the approach from our recent paper:
79

@@ -21,9 +23,9 @@ Analogously to our MNIST challenge, the goal of this challenge is to clarify the
2123
| Attack | Submitted by | Accuracy | Submission Date |
2224
| -------------------------------------- | ------------- | -------- | ---- |
2325
| PGD on the cross-entropy loss for the<br> adversarially trained public network | (initial entry) | **63.39%** | Jul 12, 2017 |
24-
| PGD on the [CW](https://github.com/carlini/nn_robust_attacks) loss for the<br> adversarially trained public network | (initial entry) | **64.38%** | Jul 12, 2017 |
25-
| FGSM on the [CW](https://github.com/carlini/nn_robust_attacks) loss for the<br> adversarially trained public network | (initial entry) | **67.25%** | Jul 12, 2017 |
26-
| FGSM on the [CW](https://github.com/carlini/nn_robust_attacks) loss for the<br> naturally trained public network | (initial entry) | **85.23%** | Jul 12, 2017 |
26+
| PGD on the [CW](https://github.com/carlini/nn_robust_attacks) loss for the<br> adversarially trained public network | (initial entry) | 64.38% | Jul 12, 2017 |
27+
| FGSM on the [CW](https://github.com/carlini/nn_robust_attacks) loss for the<br> adversarially trained public network | (initial entry) | 67.25% | Jul 12, 2017 |
28+
| FGSM on the [CW](https://github.com/carlini/nn_robust_attacks) loss for the<br> naturally trained public network | (initial entry) | 85.23% | Jul 12, 2017 |
2729

2830

2931

0 commit comments

Comments
 (0)