ain-soph / trojanzoo

TrojanZoo provides a universal pytorch platform to conduct security researches (especially backdoor attacks/defenses) of image classification in deep learning.
https://ain-soph.github.io/trojanzoo
GNU General Public License v3.0
276 stars 63 forks source link

Where is the ABE and TB ? #147

Open CHR-ray opened 2 years ago

CHR-ray commented 2 years ago

I read your paper, and saw the table 2. And I found BN(BadNets), ESB(TrojanNet), TNN(TrojanNN), RB(reflection backdoor), LB(latent backdoor), IMC.

image

But where is the code for TB (Blended attack )and ABE(Bypassing Backdoor Detection Algorithms in Deep Learning)? (I read your code at commit cc4551f5 in main branch)

Thank you!

ain-soph commented 2 years ago

TB is actually BadNet with --random_pos enabled in watermark.

ABE is currently under maintenance. If you have to access the codes urgently, you may look at the previous version here:

https://github.com/ain-soph/trojanzoo/blob/80949f7b48af429556102fd6f9aabc431df82e58/trojanvision/attacks/backdoor/bypass_embed.py