greentfrapp/boundary-attack
Implementation of the Boundary Attack algorithm as described in Brendel, Wieland, Jonas Rauber, and Matthias Bethge. "Decision-Based Adversarial Attacks: Reliable Attacks Against Black-Box Machine Learning Models." arXiv preprint arXiv:1712.04248 (2017).
Python
Issues
- 1
use for object detection
#9 opened by jaeholo - 0
Trouble running boundary-attack-resnet.py
#10 opened by nicolem321 - 0
diff never reached to 1e-3
#8 opened by maithal - 2
How to support targeted attack?
#7 opened by machanic - 2
- 1
Not the same height and width of image
#1 opened by Sunshine352 - 3
the equation perturb[i] -= np.dot(perturb[i], channel) * channel? can i ask this meaning of this
#2 opened by lingmu12 - 1
- 0
What does "sample[..., 0] += mean[0] ...sample = sample[..., ::-1].astype(np.uint8)" do in boundary-attack-resnet.py?
#3 opened by htZhang25 - 1
question about get_diff error
#5 opened by shifengzhao