Closed jS5t3r closed 1 year ago
No, they are not ignored. Why is this the case? The criterion for when a sample should be ignored depends on the attack: if you run an untargeted attack the 12.5% of samples should be ignored; for an untargeted attack, however, it doesn't make sense to ignore them.
Assume a pre-trained classifier. The clean accuracy is 87.5 %.
There 12.5% which are wrongly classified on a pre-trained PyTorch model before running the attack. What happens with these 12.5% within the
attack
method?Are these 12.5% ignored in advance?