Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

white box attack for auto-attack #4

Closed
JIA-HONG-CHU opened this issue Oct 30, 2021 · 2 comments
Closed

white box attack for auto-attack #4

JIA-HONG-CHU opened this issue Oct 30, 2021 · 2 comments

Comments

@JIA-HONG-CHU
Copy link

hello , I want to ask what is the auto-attack setting in the white box, because the result of running the default value in vit_small_patch16_224 is different from the result of your paper.

my command,
python3 white_box_test.py --data_dir imagenet --mode auto --model vit_small_patch16_224

my result,
sample size is : 1000
clean accuracy: 73.8 %
Model vit_small_patch16_224 robust accuracy for AutoAttack perturbations with
Linf norm ≤ 0.001 : 28.4 %
Linf norm ≤ 0.003 : 1.2 %
Linf norm ≤ 0.005 : 0.0 %
Linf norm ≤ 0.008 : 0.0 %
Linf norm ≤ 0.01 : 0.0 %
Linf norm ≤ 0.1 : 0.0 %

tks for reply.

@RulinShao
Copy link
Owner

Hi @JIA-HONG-CHU,

Thanks for your interest in our work! We used the default setting of AutoAttack to run the experiments, but they may have changed the default setting and updated a stronger version of AutoAttack as you can check here, which may yield different scores compared with our previous results. Other factors like the random seed can also cause slight differences. But our key point is to compare the robustness of different models and we expect the AutoAttack to be the most strong attack in current literature. In this case, we recommend you run similar experiments on CNNs and compare the relative performances. Hope it helps!

@JIA-HONG-CHU
Copy link
Author

ok tks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants