RobustBench / robustbench

RobustBench: a standardized adversarial robustness benchmark [NeurIPS 2021 Benchmarks and Datasets Track]
https://robustbench.github.io
Other
671 stars 99 forks source link

[New Model] <bartoldson2024adversarial> #184

Closed bbartoldson closed 5 months ago

bbartoldson commented 5 months ago

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:

fra31 commented 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.

bbartoldson commented 5 months ago

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

fra31 commented 5 months ago

Updated the footnotes (https://github.com/RobustBench/robustbench/pull/185/commits/c809251f1ac6192cb6a467204055fa3c73ef084f).