SSA
SSA copied to clipboard
Spectrum simulation attack (ECCV'2022 Oral) towards boosting the transferability of adversarial examples
关于防御模型RS
请问RS是运行官方代码: python code/predict.py imagenet models/imagenet/resnet50/noise_0.25/checkpoint.pth.tar 0.25 \ ${INPUT_DIR} --N 100 --skip 100 --batch 400 吗? 还有请问对skip为什么取100,抗样本只有1000个,skip取100相当于只测试10个样本吗?
Hello, the SSA method you designed is very ingenious. Thank you for your work! But when I checked your code, I found that you did not include SI in the...
疑惑?
请问能给一份SI2-SI-TI-DIM的代码吗?
res152结果
在跑res152模型的时候需要改什么设置吗,为什么结果很论文里有点差距
询问代码
您好,请问可否分享一下频谱显著性的代码(Fig1)?我的邮箱是[email protected]。十分感谢
Excuse me, I would like to take the liberty to ask, if I can learn from the code in your paper on the visualization of spectral saliency map Looking forward...
您好,我下载预训练的模型时,显示我没有下载权限,请问您可以否发一份给我呢?我的邮箱是[email protected]谢谢您
it seems that "gt=img_obj['TrueLabel'] - 1" But why use **gt** in "attack.py" to generate adversarial examples but use **gt+1** in "verify.py" to get accuracy? ## **attack.py** loss = F.cross_entropy(output_v3, gt)...