-
Hi, your work is great! I have tried to run _**_Free-8_**_ with WideResNet34-10 on CIFAR10 using PyTorch.
My experiment settings: m=8, clip_epsilon=8.0 and fgsm_step=2.0. I trained 240 epochs. Initi…
-
作者你好,关于Train_comdefend_Torch.py文件,我训练enc,dec没有效果,能否提供预训练好的enc、dec的模型,万分感谢!
-
Hi,I tried to run ### python main.py --dataset_name ImageNet --model_name MobileNet --attacks "fgsm?eps=0.0078;" --detection "FeatureSqueezing?squeezers=bit_depth_5,median_filter_2_2&distance_measure…
-
It is a basic observation that when given strictly more power, the adversary should never do worse. However, in Table VII the paper reports that MNIST adversarial examples with their l_infinity norm c…
-
### Describe the issue
I am trying to implement FGS on mobile and I want to get the gradient to perturb the original image. Is there a way to extract the gradient from the backward pass by customizin…
-
When I tried to run this code, the following error occurred:
Fast Gradient Sign Method
Model: inception_v3
Traceback (most recent call last):
File "fgsm.py", line 62, in
out = model(in…
-
Hello,
I'm not sure, but I think the `FGM` extension to $L¹$ norm is not correct.
From what I can read [here](https://github.com/Trusted-AI/adversarial-robustness-toolbox/blob/044f87e22f872e430b…
-
Hello,
Thanks for the amazing work on Pytorch, since it is very similar to cleverhans, I recommend it to a lot of my friends.
I am using this lib to evaluate the robustness of my model, and I som…
-
Since don't know how to get your email address, I am here to ask for advice. After reading your paper, I have the following questions I hope you can help me understand better:
1. Is the ||·||∈[0,1] m…
-
Hi @haekyu, great work! Just curious, if we want to use models other than `Inception v1`, do we just need to update the `LAYER_BLK_SIZES` and `LAYER_SIZES` in the [model.py](https://github.com/poloc…