Replies: 1 comment 1 reply
-
Hi @omerHof These are good questions because the two attacks have slightly different patterns.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have a hard time understanding the RobustDPatch targeted attack implementation of ART.
My goal is to create a patch that cause the object detection model to classify it according to a given target label.
For example, given a data set that contains three classes (zebra, human, and dog), based on 'physical-world patch from Lee & Kolter' paper, I'm interested in producing a patch that given the zebra as the target label will cause the model to classify the patch as a zebra and ignore all other objects in the frame.
Based on the documentation of this attack, there is no option to enter the target label itself (unlike the ART implementation of the original Dpatch attack) only a Boolean value that indicates whether the attack is targeted or not.
Hence a few questions:
a. Only the samples without the their labels (classification + bounding boxes)?
b. A specific class (the target class) along with their labels?
What am I'm missing here?
Thank's!
Omer
Beta Was this translation helpful? Give feedback.
All reactions