Closed bbartoldson closed 5 months ago
Hi,
thanks for the submission. I've added the models with https://github.com/RobustBench/robustbench/pull/185. Please let me know if there's anything to modify.
Hi,
This looks great, and I have a couple of minor suggestions. The following footnotes currently reflect the number of synthetic images trained on, but I think they should reflect the number of unique synthetic images trained on.
Footnote for WRN-82-8
Footnote for WRN-94-16
Thanks!
Brian
Updated the footnotes (https://github.com/RobustBench/robustbench/pull/185/commits/c809251f1ac6192cb6a467204055fa3c73ef084f).
Paper Information
Leaderboard Claim(s)
Model 1 is the CIFAR-10 SOTA for Linf. Model 2 has only 79M parameters.
Both architectures can be instantiated via the DMWideResNet class shown in the lambda function here, replacing width and depth with those specified in the architecture names below (we use SiLU and the mean/std shown in the linked example). Our code is not yet public, but it will be posted at the link provided below soon.
Model 1
Model 2
Model Zoo:
timm
. If not, I added the link to the architecture implementation so that it can be added.