VinAIResearch / Warping-based_Backdoor_Attack-release

WaNet - Imperceptible Warping-based Backdoor Attack (ICLR 2021)
GNU Affero General Public License v3.0
112 stars 17 forks source link

Doubt #11

Closed aquib1011 closed 2 years ago

aquib1011 commented 2 years ago

Is there a way in which I can access/download trojan or triggered image generated by the algorithm? If Yes how? or if there is a link I can download from.

anhttran commented 2 years ago

Dear,

It is not hard to generate backdoor images from the clean inputs, given the noise_grid and the system hyper-parameters: https://github.com/VinAIResearch/Warping-based_Backdoor_Attack-release/blob/main/train.py#L72,L79

During training, we log sample clean inputs, backdoor inputs, and residual images. You can use tensorboard to visualize the: https://github.com/VinAIResearch/Warping-based_Backdoor_Attack-release/blob/main/train.py#L146-L158