Evaluating the Robustness of Neural Networks: An Extreme Value Theory Approach
Tsui-Wei Weng, Huan Zhang, Pin-Yu Chen, Jinfeng Yi, Dong Su, Yupeng Gao, Cho-Jui Hsieh, Luca Daniel
TL;DR
This work introduces CLEVER, an attack-agnostic robustness metric for neural networks based on local cross-Lipschitz constants and Extreme Value Theory. By bounding the minimum adversarial distortion through Lipschitz analysis and estimating the critical constants via reverse Weibull fits, CLEVER enables scalable robustness evaluation for large architectures like ResNet, Inception-v3, and MobileNet. Empirical results show CLEVER aligns with attack-driven distortions, increases for defended models, and remains computationally feasible, making it a practical safety checkpoint for unseen attacks. The approach extends robustness guarantees to non-differentiable ReLU networks and provides a rigorous framework for comparing model robustness beyond specific attack algorithms.
Abstract
The robustness of neural networks to adversarial examples has received great attention due to security implications. Despite various attack approaches to crafting visually imperceptible adversarial examples, little has been developed towards a comprehensive measure of robustness. In this paper, we provide a theoretical justification for converting robustness analysis into a local Lipschitz constant estimation problem, and propose to use the Extreme Value Theory for efficient evaluation. Our analysis yields a novel robustness metric called CLEVER, which is short for Cross Lipschitz Extreme Value for nEtwork Robustness. The proposed CLEVER score is attack-agnostic and computationally feasible for large neural networks. Experimental results on various networks, including ResNet, Inception-v3 and MobileNet, show that (i) CLEVER is aligned with the robustness indication measured by the $\ell_2$ and $\ell_\infty$ norms of adversarial examples from powerful attacks, and (ii) defended networks using defensive distillation or bounded ReLU indeed achieve better CLEVER scores. To the best of our knowledge, CLEVER is the first attack-independent robustness metric that can be applied to any neural network classifier.
