Overview of ResNet CIFAR-10 benchmark models
mainThis repository provides ResNet benchmarks on CIFAR-10 to support verification of non-feedforward architectures. The models are trained using adversarial training with an $L_{\infty}$ perturbation $\epsilon=2/255$.
Available Models
- ResNet-2B: 2 residual blocks (5 convolutional layers + 2 linear layers).
- ResNet-4B: 4 residual blocks (9 convolutional layers + 2 linear layers).
- ResNet-18: Standard ResNet-18 architecture.
Model Performance Summary
| Model | # ReLUs | Clean acc. | PGD acc. ($\epsilon=2/255$) | PGD acc. ($\epsilon=1/255$) | CROWN/DeepPoly verified acc. ($\epsilon=2/255$) | CROWN/DeepPoly verified acc. ($\epsilon=1/255$) |
|---|---|---|---|---|---|---|
| ResNet-2B | 6244 | 69.25% | 54.82% | 62.24% | 26.88% | 57.16% |
| ResNet-4B | 14436 | 77.20% | 61.41% | 69.75% | 0.24% | 23.28% |