We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Paper: https://arxiv.org/pdf/2002.10509.pdf
Venue: {if applicable, the venue where the paper appeared}
Dataset and threat model: CIFAR-10, l-inf, eps=8/255
Code: https://github.com/inspire-group/compactness-robustness. A minimal script to evaluate a WRN-28-10 model is available at https://gist.github.com/VSehwag/688632e523df5d2a4c8008f5ee567b1c (only need to download the checkpoint)
Pre-trained model: https://www.dropbox.com/sh/56yyfy16elwbnr8/AADmr7bXgFkrNdoHjKWwIFKqa?dl=0 Use the model_best_dense.pth.tar
model_best_dense.pth.tar
Log file: {link to log file of the evaluation}
Additional data: yes
Clean and robust accuracy: Benign test accuracy = 88.97% , PGD-50 test accuracy (1-restart) = 62.24%, Auto-attack (cheap): 57.88%
Architecture: WRN-28-10 (90% connections pruned)
Description of the model/defense: Compressed neural networks while simultaneously aching high robustness.
The text was updated successfully, but these errors were encountered:
Thanks for the submission!
I've run the complete evaluation and added the model to the list.
Sorry, something went wrong.
No branches or pull requests
Paper: https://arxiv.org/pdf/2002.10509.pdf
Venue: {if applicable, the venue where the paper appeared}
Dataset and threat model: CIFAR-10, l-inf, eps=8/255
Code: https://github.com/inspire-group/compactness-robustness. A minimal script to evaluate a WRN-28-10 model is available at https://gist.github.com/VSehwag/688632e523df5d2a4c8008f5ee567b1c (only need to download the checkpoint)
Pre-trained model: https://www.dropbox.com/sh/56yyfy16elwbnr8/AADmr7bXgFkrNdoHjKWwIFKqa?dl=0 Use the
model_best_dense.pth.tar
Log file: {link to log file of the evaluation}
Additional data: yes
Clean and robust accuracy: Benign test accuracy = 88.97% , PGD-50 test accuracy (1-restart) = 62.24%, Auto-attack (cheap): 57.88%
Architecture: WRN-28-10 (90% connections pruned)
Description of the model/defense: Compressed neural networks while simultaneously aching high robustness.
The text was updated successfully, but these errors were encountered: