Boundary attack implementation in ART 1.8 #1372
-
Hi, As per this feature request: #1215 It seems that the ability to perform boundary attack without any models at hand was added to ART 1.8. But I could not find any resources on how to implement it. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @Abhishek2271 This notebook demonstrates the new estimator functionality based on look-up tables: https://github.com/Trusted-AI/adversarial-robustness-toolbox/blob/main/notebooks/classifier_blackbox_lookup_table.ipynb Contrary to the title of this discussion, this estimator is not specifically related to |
Beta Was this translation helpful? Give feedback.
Hi @Abhishek2271 This notebook demonstrates the new estimator functionality based on look-up tables: https://github.com/Trusted-AI/adversarial-robustness-toolbox/blob/main/notebooks/classifier_blackbox_lookup_table.ipynb
Contrary to the title of this discussion, this estimator is not specifically related to
BoundaryAttack
but implemented as feature inBlackBoxClassifier
.