Can someone provide list of attacks supported for Object detection? #1573
Replies: 2 comments 3 replies
-
Hi @phanisai22 I agree, a better way to filter or list attacks available for each ML task would be great. Currently ART has You also should be able to apply the black-box attacks if you transform the object detection problem into a binary classification problem. About your question on Deepfool and Newtonfool, I think the main question is how to extend the actual algorithm, not just the implementation, of Deepfool for object detection and make it work with object detection labels. What would be your main attack goal? |
Beta Was this translation helpful? Give feedback.
-
How can we do this transformation? any examples? And Yes, I think you are right about extending the algorithm and not just the implementation, But It seems, there are not many attacks available for OD (unlike for ImageNet classification models). Any other set of attacks you would recommend for OD (if DeepFool, NewtonFool, etc are not possible)? I tried PGD, FGSM, RobustDPatch, Basic Iterative method and will look into AdversarialPatchPyTorch. The goal is just to perform as many attacks and defenses as possible for a OD model XD. Targeted, untargeted, whitebox, blackbox anything. We are studying on what all attacks and defenses available for the case of OD. |
Beta Was this translation helpful? Give feedback.
-
Hello,
So far I was able to run PGD, FGSM, basic Iterative method attacks on FRCNN pytorch Model.
Would like to know if there are any other supported attacks for this FRCNN pytorch Model. Specifically is there a way to implement Deepfool and Newtonfool.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions