paper-with-me

Papers

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 programming (SDP) certification methods, we take a branch-and-bound approach to propose partitioning the input uncertainty set and solving the relaxations on each part separately. We show that this approach reduces relaxation error, and that the error is eliminated entirely upon performing an LP relaxation with a partition intelligently designed to exploit the nature of the ReLU activations. To scale this approach to large networks, we consider using a coarser partition whereby the number of parts in the partition is reduced. We prove that computing such a coarse partition that directly minimizes the LP relaxation error is NP-hard. By instead minimizing the worst-case LP relaxation error, we develop a closed-form branching scheme in the single-hidden layer case. We extend the analysis to the SDP, where the feasible set geometry is exploited to design a branching scheme that minimizes the worst-case SDP relaxation error. Experiments on MNIST, CIFAR-10, and Wisconsin breast cancer diagnosis classifiers demonstrate significant increases in the percentages of test samples certified. By independently increasing the input size and the number of layers, we empirically illustrate under which regimes the branched LP and branched SDP are best applied. Finally, we extend our LP branching method into a multi-layer branching heuristic, which attains comparable performance to prior state-of-the-art heuristics on large-scale, deep neural network certification benchmarks.

📄 PDF Abstract BibTeX arXiv:2101.09306

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

Feature selection in linear SVMs via a hard cardinality constraint: a scalable SDP decomposition approach

2024-04-15 · Immanuel Bomze, Federico D'Onofrio, Laura Palagi, Bo Peng

In this paper, we study the embedded feature selection problem in linear Support Vector Machines (SVMs), in which a cardinality constraint is employed, leading to an interpretable classification model. The problem is NP-…

Benchmarkingfeature selection

Semidefinite Relaxations for Collision-Free Motion Planning

2026-06-12 · Bernhard Paus Graesdal, Alexandre Amice, Pablo A. Parrilo, Russ Tedrake arxiv

We study semidefinite relaxations for collision-free motion planning. We focus on a point robot moving from start to goal through spherical obstacles in $\mathbb{R}^n$, subject to path continuity constraints and squared …

Motion Planning

Compact Lifted Relaxations for Low-Rank Optimization

2026-03-05 · Ryan Cory-Wright, Jean Pauphilet arxiv

We develop tractable convex relaxations for rank-constrained quadratic optimization problems over $n \times m$ matrices, a setting for which tractable relaxations are typically only available when the objective or constr…

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…

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…