paper-with-me

홈 › Papers

Sound and Complete Verification of Polynomial Networks

2022-09-15 · Elias Abad Rocamora, Mehmet Fatih Sahin, Fanghui Liu, Grigorios G Chrysos, Volkan Cevher

Polynomial Networks (PNs) have demonstrated promising performance on face and image recognition recently. However, robustness of PNs is unclear and thus obtaining certificates becomes imperative for enabling their adoption in real-world applications. Existing verification algorithms on ReLU neural networks (NNs) based on classical branch and bound (BaB) techniques cannot be trivially applied to PN verification. In this work, we devise a new bounding method, equipped with BaB for global convergence guarantees, called Verification of Polynomial Networks or VPN for short. One key insight is that we obtain much tighter bounds than the interval bound propagation (IBP) and DeepT-Fast [Bonaert et al., 2021] baselines. This enables sound and complete PN verification with empirical validation on MNIST, CIFAR10 and STL10 datasets. We believe our method has its own interest to NN verification. The source code is publicly available at https://github.com/megaelius/PNVerification.

📄 PDF Abstract BibTeX arXiv:2209.07235

Code (1)

megaelius/PNVerification 공식 구현 pytorch

Similar Papers 제목 키워드 기반

No Certificate for Alignment: Two Independent Impossibilities and the Pareto Frontier of Achievable Safety Guarantees

2026-03-08 · Ayushi Agarwal arxiv

We argue that formal certification of AI alignment over open-ended or unbounded input domains is impossible under standard assumptions in computational complexity and learning theory, and characterise what remains achiev…

On $\ell_p$-norm Robustness of Ensemble Stumps and Trees

2020-08-20 · Yihan Wang, huan zhang, Hongge Chen, Duane Boning 외

Recent papers have demonstrated that ensemble stumps and trees could be vulnerable to small input perturbations, so robustness verification and defense for those models have become an important research problem. However,…

On the Complexity of Rational Verification

2022-07-06 · Julian Gutierrez, Muhammad Najib, Giuseppe Perelli, Michael Wooldridge

Rational verification refers to the problem of checking which temporal logic properties hold of a concurrent multiagent system, under the assumption that agents in the system choose strategies that form a game-theoretic …

Random Parameter Noise Does Not Make Exact ReLU Verification Easy

2026-07-15 · Mojtaba Soltanalian arxiv

We study exact verification of ReLU networks in an adversarial smoothed model. Every network weight and bias is independently perturbed by Gaussian noise, clipped to $[-2,2]$, and rounded to the exact dyadic grid determi…

Provably Safe Neural Network Controllers via Differential Dynamic Logic

2024-02-16 · Samuel Teuber, Stefan Mitsch, André Platzer

While neural networks (NNs) have potential as autonomous controllers for Cyber-Physical Systems, verifying the safety of NN based control systems (NNCSs) poses significant challenges for the practical use of NNs, especia…

Collision Avoidance