paper-with-me

홈 › Papers

Beyond the Single Neuron Convex Barrier for Neural Network Certification

2019-12-01 · NeurIPS 2019 12 · Gagandeep Singh, Rupanshu Ganvir, Markus Püschel, Martin Vechev

We propose a new parametric framework, called k-ReLU, for computing precise and scalable convex relaxations used to certify neural networks. The key idea is to approximate the output of multiple ReLUs in a layer jointly instead of separately. This joint relaxation captures dependencies between the inputs to different ReLUs in a layer and thus overcomes the convex barrier imposed by the single neuron triangle relaxation and its approximations. The framework is parametric in the number of k ReLUs it considers jointly and can be combined with existing verifiers in order to improve their precision. Our experimental results show that k-ReLU en- ables significantly more precise certification than existing state-of-the-art verifiers while maintaining scalability.

📄 PDF Abstract BibTeX

Code (1)

eth-sri/eran 공식 구현 tf

Similar Papers 제목 키워드 기반

On the Expressiveness of Multi-Neuron Convex Relaxations

2024-10-09 · Yuhao Mao, Yani Zhang, Martin Vechev

To provide robustness guarantees, neural network certification methods heavily rely on convex relaxations. The imprecision of these convex relaxations, however, is a major obstacle: even the most precise single-neuron re…

A Primer on Multi-Neuron Relaxation-based Adversarial Robustness Certification

2021-06-06 · ICML Workshop AML 2021 7 · Kevin Roth

The existence of adversarial examples poses a real danger when deep neural networks are deployed in the real world. The go-to strategy to quantify this vulnerability is to evaluate the model against specific attack algor…

Adversarial Robustness

On the tightness of linear relaxation based robustness certification methods

2022-10-01 · Cheng Tang

There has been a rapid development and interest in adversarial training and defenses in the machine learning community in the recent years. One line of research focuses on improving the performance and efficiency of adve…

Adversarial Robustness

Tight Certification of Adversarially Trained Neural Networks via Nonconvex Low-Rank Semidefinite Relaxations

2022-11-30 · Hong-Ming Chiu, Richard Y. Zhang

Adversarial training is well-known to produce high-quality neural network models that are empirically robust against adversarial perturbations. Nevertheless, once a model has been adversarially trained, one often desires…

The Convex Relaxation Barrier, Revisited: Tightened Single-Neuron Relaxations for Neural Network Verification

2020-06-24 · NeurIPS 2020 12 · Christian Tjandraatmadja, Ross Anderson, Joey Huchette, Will Ma 외

We improve the effectiveness of propagation- and linear-optimization-based neural network verification algorithms with a new tightened convex relaxation for ReLU neurons. Unlike previous single-neuron relaxations which f…