Question about ART's Black Box Attack on Tesseract notebook example #1519
Unanswered
HexHexHex16
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Hi @HexHexHex16 I think you are right, cell 7 should run for more iterations until Tesseract predicts dissent. Cell 11 will also eventually, with more iterations show dissent, but the notebook aimed to show that a larger perturbation is required. Let me know if you are updating the notebook, I'd be happy to pull it into the main branch. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
ART Black Box Attack on Tesseract example:
https://github.com/Trusted-AI/adversarial-robustness-toolbox/blob/fd9e54892386a32b32e10e87fe86bfa22be1e3e8/notebooks/classifier_blackbox_tesseract.ipynb
As far as I understand notebook should have worked like this:
{Result: Recognition of the word "dissent" in the processed picture}
{Result: Recognition of the word "assent" in the processed picture}
But, the problem is that in 7) the processed "assent image " is recognized as "assent" and not as "dissent" during the attack, although the processed image looks like "dissent".
To work correctly, the result on 7) must be "dissent" after the attack, and on 11) "assent", becasue in 8) the JPEG-COMPRESSION preprocessing method will be used
Beta Was this translation helpful? Give feedback.
All reactions