-
Hi, I'm attempting to use the thermometer encoding preprocessing defence, but I'm confused about the usage procedure of it and I didn't see an example/notebook with that particular defence.
Here's …
-
## URL(s) with the issue:
Please provide a link to the documentation entry, for example:
https://www.tensorflow.org/versions/r1.14/api_docs/python/tf/keras/applications
## Description of issue …
-
Hi,
Thank you very much for opening such great source code.
I tried to reproduce your paper but found it broken that it is not working any longer with todays cleverhans and keras with example co…
-
Hi, thanks for your code and idea. The results are very surprising and appealing.
I adopted your techniques (cycle LR and FGSM with random initialization) in my method (not AT but very similar to …
-
Hi I'm trying to reproduce your experiment but while I was trying to evaluate FGSM attacks under white box settings, I found that the normalized l2-dissimilarity for a FGSM at eps=0.1 is only about 0.…
-
I'm using the FGSM approach to train a ResNet18 model on CIFAR10.
Using the values in the paper for epsilon=8/255 and alpha=10/255 works fine. But when I try to extend to an epsilon of 12 (and an …
-
Thank you for sharing your code.
In the paper you also perform the Carlini & Wagner L2 attack. Do you intend to add that attack as well to your code?
Thanks
-
Refactor unit tests for FGSM, BIM and PGD attacks.
- reuse test codes across frameworks and attack modules
- similar models (e.g. ART's standard neural networks for testing) across different frame…
-
Hi, I'm very intersted in your paper, but I have some problems about the img shape. Could you help me?
In your code, the method `input_diversity()` will return `padded` or `input_tensor`.
For `padde…
-
Recently, I use pytorch to generate some adversarial samples, and the algothim is FGSM. Just like
https://pytorch.org/tutorials/beginner/fgsm_tutorial.html . It was very smooth at the beginning of m…
ghost updated
4 years ago