inspire-group / DetectorGuard

Code for "DetectorGuard: Provably Securing Object Detectors against Localized Patch Hiding Attacks"
MIT License
14 stars 0 forks source link

Where is the attack code? #1

Closed ideasplus closed 2 years ago

ideasplus commented 3 years ago

Hello, Thanks for your open-source code.

I want to confirm that did you actually use the generated adversatial example to test the defense algorithm in your experimental part? In the codebase, I can't find the ralated code implementation of localized patch hiding attacks.

I want to use the image with the adversarial patch to test your defense, could you also provide the implementation of patch hiding attacks with different patch locations according to your paper in your codebase?

xiangchong1 commented 3 years ago

Hi, we do not have code for patch generation in this repo; note that the provable analysis is agnostic to patch generation algorithms.