-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
to sure the trigger logic #13
Comments
Actually transforms. RandomCrop() is only used for data augmentation, and in the edge case ("Attack of the Tails: Yes, You Really Can Backdoor Federated Learning") the trigger is actually out-of-distribution data. For example, for the MNIST dataset, the trigger is a number in the other dataset, ARDIS dataset. |
hidden triggers,i mean,triggers which hid perturbation into dataset not use dataset with wrong table or out-of-distribution data as triggers |
OK, get it |
i do not understand why the train_data need to randomcrop after padding 4 use "transforms.RandomCrop(32, padding=4)"
At the beginning, i thought that maybe for trigger setting,but i found that you make trigger like "Attack of the Tails: Yes, You Really Can Backdoor Federated Learning"
If it's the same as I thought,the poison data change it's tag to index[9] and flip as trigger, i can understand about poison data ,but why benign data need to padding and flip?Final,will a better Hidden trigger may improve the lifespan?
The text was updated successfully, but these errors were encountered: