aks2203 / poisoning-benchmark

A unified benchmark problem for data poisoning attacks
https://arxiv.org/abs/2006.12557
MIT License
146 stars 21 forks source link

PGD adversarial training code? #3

Closed hkunzhe closed 3 years ago

hkunzhe commented 3 years ago

It's a great project. It seems that only ResNet18_CIFAR10_adv.pth is provided in pretrained-models. Would you mind providing PGD adversarial training code in CLBD? Thank you in advance!

aks2203 commented 3 years ago

Thank you for your interest! Unfortunately, that model was trained with standard PDG attack code that is not part of this repository. See the original CLBD paper for explicit details of that attack.