Published July 19, 2022
| Version 1.0.0
Dataset
Open
UG100 Dataset
Description
The UG100 dataset contains the adversarial attack results of seven \(L_\infty\) approximate attacks (+ MIP) on the MNIST and CIFAR10 datasets. Specifically, it contains ~2.3k adversarial examples generated by the following attacks:
- Basic Iterative Method ("bim")
- Brendel & Bethge Attack ("brendel")
- Carlini & Wagner Attack ("carlini")
- Deepfool ("deepfool")
- Fast Gradient Sign Method ("fast_gradient")
- Projected Gradient Descent ("pgd")
- Uniform noise ("uniform")
- MIPVerify ("mip")
It also includes adversarial distances (for all attacks) and bounds (for MIP), as well as MIP convergence times.
Applications of this dataset include:
- Studying how, when and why adversarial attacks are close-to-optimal;
- Training classifiers that are robust to adversarial noise;
- Benchmarking new adversarial attacks.
The companion code for this dataset is available here.
Notes
Files
adversarials_cifar10_balanced.zip
Files
(2.5 GB)
| Name | Size | |
|---|---|---|
|
md5:3ab17011babadbe58ca457266e920145
|
1.0 GB | Preview Download |
|
md5:35c08ef7cde7bec77e4fe80114a68898
|
115.7 MB | Preview Download |
|
md5:f980991479c46e2ee3fa12d0dac397d8
|
1.1 GB | Preview Download |
|
md5:bd971e68e0fac37edeed5d91d93a99df
|
155.9 MB | Preview Download |
|
md5:611f6a08a6a5feb3b5e0a3b3f99fe8d3
|
11.8 MB | Preview Download |
|
md5:0af8ec8321c8ca93407f5a68ffe0d920
|
159.2 MB | Preview Download |
|
md5:d9a4f0247cff689317b9a5a36ea4f5d7
|
6.8 MB | Preview Download |
|
md5:ecebaa64bb32c2cf606ffc3451c27590
|
13.3 kB | Preview Download |
|
md5:83ef5af280e00f41f6657d5adf609fca
|
13.4 kB | Preview Download |
|
md5:24f4b130c7b9ffb14c53f13044f62da8
|
515.2 kB | Preview Download |
Additional details
References
- Alexey Kurakin, Ian Goodfellow, and Samy Bengio. Adversarial machine learning at scale. 2017
- Wieland Brendel, Jonas Rauber, Matthias Kümmerer, Ivan Ustyuzhaninov, and Matthias Bethge. Accurate, reliable and fast robustness evaluation. Advances in Neural Information Processing Systems, 32, 2019.
- Nicholas Carlini and David Wagner. Towards evaluating the robustness of neural networks. In 2017 IEEE Symposium on Security and Privacy (SP), pages 39–57. IEEE, 2017.
- Seyed-Mohsen Moosavi-Dezfooli, Alhussein Fawzi, and Pascal Frossard. Deepfool: a simple and accurate method to fool deep neural networks. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, pages 2574–2582, 2016.
- Ian Goodfellow, Jonathon Shlens, and Christian Szegedy. Explaining and harnessing adversarial examples. In International Conference on Learning Representations, 2015.
- Aleksander Madry, Aleksandar Makelov, Ludwig Schmidt, Dimitris Tsipras, and Adrian Vladu. Towards deep learning models resistant to adversarial attacks. In International Conference on Learning Representations, 2018.