backdoor_federated_learning icon indicating copy to clipboard operation
backdoor_federated_learning copied to clipboard

Low accuracy: Even without poisoning, the accuracy is only about 10%

Open Juli-Eyre opened this issue 3 years ago • 11 comments

Even with "is_poison"=false, the accuracy is only about 10%. When "is_poison"=true and batch_size=264, I get the results as follows: When there are adversaries, accuracy of backdoor is about 100%,accuracy without backdoor is increasing as epoch increases. But when there are not adversaries, accuracy is always about 10%

Juli-Eyre avatar May 02 '22 09:05 Juli-Eyre

try to run it with “python training.py --params = utils/params.yaml" after changing the "is_poison" option to True in the .yaml file, the test accuracy on main task reaches 90% on my machine.

However, i am having another problem. The accuracy of backdoor task cant reach 100%, it always remain to be around 70%. Do you have any ideas how to fix this?

ybdai7 avatar Jul 16 '22 04:07 ybdai7