paper-with-me

Papers

Semidefinite relaxations for certifying robustness to adversarial examples

2018-11-02 · NeurIPS 2018 12 · Aditi Raghunathan, Jacob Steinhardt, Percy Liang

Despite their impressive performance on diverse tasks, neural networks fail catastrophically in the presence of adversarial inputs---imperceptibly but adversarially perturbed versions of natural inputs. We have witnessed an arms race between defenders who attempt to train robust networks and attackers who try to construct adversarial examples. One promise of ending the arms race is developing certified defenses, ones which are provably robust against all attackers in some family. These certified defenses are based on convex relaxations which construct an upper bound on the worst case loss over all attackers in the family. Previous relaxations are loose on networks that are not trained against the respective relaxation. In this paper, we propose a new semidefinite relaxation for certifying robustness that applies to arbitrary ReLU networks. We show that our proposed relaxation is tighter than previous relaxations and produces meaningful robustness guarantees on three different "foreign networks" whose training objectives are agnostic to our proposed relaxation.

📄 PDF Abstract BibTeX arXiv:1811.01057

Code (3)

GuanZihan/verification tf
TongCHEN779/MultiMomOpt
soc-ucsd/verification tf

Similar Papers 제목 키워드 기반

On the Tightness of Semidefinite Relaxations for Certifying Robustness to Adversarial Examples

2020-06-11 · NeurIPS 2020 12 · Richard Y. Zhang

The robustness of a neural network to adversarial examples can be provably certified by solving a convex relaxation. If the relaxation is loose, however, then the resulting certificate can be too conservative to be pract…

Adversarial Attack

Towards Optimal Branching of Linear and Semidefinite Relaxations for Neural Network Robustness Certification

2021-01-22 · Brendon G. Anderson, Ziye Ma, Jingqi Li, Somayeh Sojoudi

In this paper, we study certifying the robustness of ReLU neural networks against adversarial input perturbations. To diminish the relaxation error suffered by the popular linear programming (LP) and semidefinite program…

Improved Training of Certifiably Robust Models

2019-09-25 · Chen Zhu, Renkun Ni, Ping-Yeh Chiang, Hengduo Li 외

Convex relaxations are effective for training and certifying neural networks against norm-bounded adversarial attacks, but they leave a large gap between certifiable and empirical (PGD) robustness. In principle, relaxati…

Verifying Properties of Binary Neural Networks Using Sparse Polynomial Optimization

2024-05-27 · Jianting Yang, Srećko Ðurašinović, Jean-Bernard Lasserre, Victor Magron 외

This paper explores methods for verifying the properties of Binary Neural Networks (BNNs), focusing on robustness against adversarial attacks. Despite their lower computational and memory needs, BNNs, like their full-pre…

Improving the Tightness of Convex Relaxation Bounds for Training Certifiably Robust Classifiers

2020-02-22 · Chen Zhu, Renkun Ni, Ping-Yeh Chiang, Hengduo Li 외

Convex relaxations are effective for training and certifying neural networks against norm-bounded adversarial attacks, but they leave a large gap between certifiable and empirical robustness. In principle, convex relaxat…