Replies: 1 comment
-
Hi @sroshan89 I think this black-box method has been implemented as a seprate estimator in https://github.com/Trusted-AI/adversarial-robustness-toolbox/blob/main/art/estimators/classification/query_efficient_bb.py. It provides black-box gradient estimations in method |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm checking the available black-box evasion attacks in ART. In the Wiki, it's mentioned that the following attack is supported Query-Efficient Black-box Adversarial Examples. But I couldn't locate the implementation in the repository.
I'd be thankful if you could provide a pointer to the code.
Beta Was this translation helpful? Give feedback.
All reactions