paper-with-me

홈 › Papers

Beta-CROWN: Efficient Bound Propagation with Per-neuron Split Constraints for Neural Network Robustness Verification

2021-06-18 · NeurIPS 2021 12 · Shiqi Wang, huan zhang, Kaidi Xu, Xue Lin, Suman Jana, Cho-Jui Hsieh, J Zico Kolter

We develop $\beta$-CROWN, a new bound propagation based method that can fully encode neuron split constraints in branch-and-bound (BaB) based complete verification via optimizable parameters $\beta$. When jointly optimized in intermediate layers, $\beta$-CROWN generally produces better bounds than typical LP verifiers with neuron split constraints, while being as efficient and parallelizable as CROWN on GPUs. Applied to complete robustness verification benchmarks, $\beta$-CROWN with BaB is close to three orders of magnitude faster than LP-based BaB methods, and is at least 3 times faster than winners of VNN-COMP 2020 competition while producing lower timeout rates. By terminating BaB early, our method can also be used for efficient incomplete verification. We achieve higher verified accuracy in many settings over powerful incomplete verifiers, including those based on convex barrier breaking techniques. Compared to the typically tightest but very costly semidefinite programming (SDP) based incomplete verifiers, we obtain higher verified accuracy with three orders of magnitudes less verification time, and enable better certification for verification-agnostic (e.g., adversarially trained) networks.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Beta-CROWN: Efficient Bound Propagation with Per-neuron Split Constraints for Complete and Incomplete Neural Network Robustness Verification

2021-03-11 · NeurIPS 2021 12 · Shiqi Wang, huan zhang, Kaidi Xu, Xue Lin 외

Bound propagation based incomplete neural network verifiers such as CROWN are very efficient and can significantly accelerate branch-and-bound (BaB) based complete verification of neural networks. However, bound propagat…

Adversarial Attack

Towards Evaluating and Training Verifiably Robust Neural Networks

2021-04-01 · CVPR 2021 1 · Zhaoyang Lyu, Minghao Guo, Tong Wu, Guodong Xu 외

Recent works have shown that interval bound propagation (IBP) can be used to train verifiably robust neural networks. Reseachers observe an intriguing phenomenon on these IBP trained networks: CROWN, a bounding method ba…

Diversity

General Cutting Planes for Bound-Propagation-Based Neural Network Verification

2022-08-11 · huan zhang, Shiqi Wang, Kaidi Xu, Linyi Li 외

Bound propagation methods, when combined with branch and bound, are among the most effective methods to formally verify properties of deep neural networks such as correctness, robustness, and safety. However, existing wo…

GPU

Scalable Neural Network Verification with Branch-and-bound Inferred Cutting Planes

2024-12-31 · Duo Zhou, Christopher Brix, Grani A Hanasusanto, huan zhang

Recently, cutting-plane methods such as GCP-CROWN have been explored to enhance neural network verifiers and made significant advances. However, GCP-CROWN currently relies on generic cutting planes (cuts) generated from …

IBP Regularization for Verified Adversarial Robustness via Branch-and-Bound

2022-06-29 · Alessandro De Palma, Rudy Bunel, Krishnamurthy Dvijotham, M. Pawan Kumar 외

Recent works have tried to increase the verifiability of adversarially trained networks by running the attacks over domains larger than the original perturbations and adding various regularization terms to the objective.…

Adversarial Robustness