paper-with-me

홈 › Papers

Tight Certified Robustness via Min-Max Representations of ReLU Neural Networks

2023-10-07 · Brendon G. Anderson, Samuel Pfrommer, Somayeh Sojoudi

The reliable deployment of neural networks in control systems requires rigorous robustness guarantees. In this paper, we obtain tight robustness certificates over convex attack sets for min-max representations of ReLU neural networks by developing a convex reformulation of the nonconvex certification problem. This is done by "lifting" the problem to an infinite-dimensional optimization over probability measures, leveraging recent results in distributionally robust optimization to solve for an optimal discrete distribution, and proving that solutions of the original nonconvex problem are generated by the discrete distribution under mild boundedness, nonredundancy, and Slater conditions. As a consequence, optimal (worst-case) attacks against the model may be solved for exactly. This contrasts prior state-of-the-art that either requires expensive branch-and-bound schemes or loose relaxation techniques. Experiments on robust control and MNIST image classification examples highlight the benefits of our approach.

📄 PDF Abstract BibTeX arXiv:2310.04916

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage Classification

Similar Papers 제목 키워드 기반

Training Certifiably Robust Neural Networks with Efficient Local Lipschitz Bounds

2021-11-02 · NeurIPS 2021 12 · Yujia Huang, huan zhang, Yuanyuan Shi, J Zico Kolter 외

Certified robustness is a desirable property for deep neural networks in safety-critical applications, and popular training algorithms can certify robustness of a neural network by computing a global bound on its Lipschi…

DeepBern-Nets: Taming the Complexity of Certifying Neural Networks using Bernstein Polynomial Activations and Precise Bound Propagation

2023-05-22 · Haitham Khedr, Yasser Shoukry

Formal certification of Neural Networks (NNs) is crucial for ensuring their safety, fairness, and robustness. Unfortunately, on the one hand, sound and complete certification algorithms of ReLU-based NNs do not scale to …

Adversarial RobustnessFairness

Efficient Neural Network Robustness Certification with General Activation Functions

2018-11-02 · NeurIPS 2018 12 · Huan Zhang, Tsui-Wei Weng, Pin-Yu Chen, Cho-Jui Hsieh 외

Finding minimum distortion of adversarial examples and thus certifying robustness in neural network classifiers for given data points is known to be a challenging problem. Nevertheless, recently it has been shown to be p…

Computational EfficiencyEfficient Neural Network

Understanding Certified Training with Interval Bound Propagation

2023-06-17 · Yuhao Mao, Mark Niklas Müller, Marc Fischer, Martin Vechev

As robustness verification methods are becoming more precise, training certifiably robust neural networks is becoming ever more relevant. To this end, certified training methods compute and then optimize an upper bound o…

Fast Certified Robust Training with Short Warmup

2021-03-31 · NeurIPS 2021 12 · Zhouxing Shi, Yihan Wang, huan zhang, JinFeng Yi 외

Recently, bound propagation based certified robust training methods have been proposed for training neural networks with certifiable robustness guarantees. Despite that state-of-the-art (SOTA) methods including interval …

Adversarial Defense