-
Notifications
You must be signed in to change notification settings - Fork 5
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
Attack on CIFAR-100 #3
Comments
Can you specify which file from the Google Drive? I'm assuming it's ar-cifar-100.zip but I want to make sure. I uploaded the AR processes for 100 classes in params-classes-100-mr-3.pt, so let me check if there was any issue with those. |
yes, ar-cifar-100.zip |
Using Generate-AR-Perturbations-from-Coefficients.ipynb I checked params-classes-100-mr-3.pt and it does look like the AR process at index 9 returns I've committed (424cc2e) a new copy of params-classes-100-mr-3.pt which you should be able to see generates correct AR perturbations using the notebook above. I also added a check to the param finder to prevent this for new AR process param searches. You should now be able to regenerate the CIFAR-100 poison using |
@EhanW A fixed CIFAR-100 poison (ar-cifar-100.zip) is now in the Google Drive. I've also uploaded a notebook which checks that class 9 is now ok: Check-CIFAR100-Perturbations.ipynb. Let me know if this helped! |
Thanks a lot! |
Hi, sir! I found that the poisoned images generated for one class (class 9) in CIFAR-100 are completely black. What could be the reason for this?
The text was updated successfully, but these errors were encountered: