AAAI 2021technical28 citations

Tightening Robustness Verification of Convolutional Neural Networks with Fine-Grained Linear Approximation

Yiting Wu, Min Zhang

Abstract

The robustness of neural networks can be quantitatively indicated by a lower bound within which any perturbation does not alter the original input’s classification result. A certified lower bound is also a criterion to evaluate the performance of robustness verification approaches. In this paper, we present a tighter linear approximation approach for the robustness verification of Convolutional Neural Networks (CNNs). By the tighter approximation, we can tighten the robustness verification of CNNs, i.e., proving they are robust within a larger 10 perturbation distance. Furthermore, our approach is applicable to general sigmoid-like activation functions. We implement DeepCert, the resulting verification toolkit. We evaluate it with open-source benchmarks, including LeNet and the models trained on MNIST and CIFAR. Experimental results show that DeepCert outperforms other state-of-the-art robustness verification tools with at most 286.28% improvement to the certified lower bound and 1566.76 times speedup for the same neural networks.

BibTeX
@inproceedings{aaai2021_tighteningrobust,
  title = {Tightening Robustness Verification of Convolutional Neural Networks with Fine-Grained Linear Approximation},
  author = {Yiting Wu and Min Zhang},
  booktitle = {AAAI 2021},
  year = {2021}
}