paper-with-me

홈 › Papers

Some Complexity Results for Robustness Verification for Binarized Neural Networks

2026-06-17 · Harshit Goyal, Sudakshina Dutta arxiv

This paper investigates the computational complexity of verification problems for Binarized Neural Networks (BNNs), in which activations and weights are binary. Specifically, we study three verification problems. First, we prove that checking the satisfiability of a linear property for a BNN is NP-complete via a reduction from the Boolean Satisfiability (SAT) problem. Second, we show that verifying robustness under non-uniform image occlusion is NP-complete through a reduction from SAT. Finally, we demonstrate that uniform occlusion induces a piecewise-constant structure in the network output, which enables the design of a polynomial-time algorithm for robustness verification.

📄 PDF Abstract BibTeX arXiv:2606.18918

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

An SMT-Based Approach for Verifying Binarized Neural Networks

2020-11-05 · Guy Amir, Haoze Wu, Clark Barrett, Guy Katz

Deep learning has emerged as an effective approach for creating modern software systems, with neural networks often surpassing hand-crafted systems. Unfortunately, neural networks are known to suffer from various safety …

Efficient Exact Verification of Binarized Neural Networks

2020-05-07 · NeurIPS 2020 12 · Kai Jia, Martin Rinard

Concerned with the reliability of neural networks, researchers have developed verification techniques to prove their robustness. Most verifiers work with real-valued networks. Unfortunately, the exact (complete and sound…

Adversarial Robustness

On Integer Programming for the Binarized Neural Network Verification Problem

2025-10-01 · Woojin Kim, James R. Luedtke arxiv

Binarized neural networks (BNNs) are feedforward neural networks with binary weights and activation functions. In the context of using a BNN for classification, the verification problem seeks to determine whether a small…

BDD4BNN: A BDD-based Quantitative Analysis Framework for Binarized Neural Networks

2021-03-12 · Yedi Zhang, Zhe Zhao, Guangke Chen, Fu Song 외

Verifying and explaining the behavior of neural networks is becoming increasingly important, especially when they are deployed in safety-critical applications. In this paper, we study verification problems for Binarized …

Quantization

Verification of Binarized Neural Networks via Inter-Neuron Factoring

2017-10-09 · Chih-Hong Cheng, Georg Nührenberg, Chung-Hao Huang, Harald Ruess

We study the problem of formal verification of Binarized Neural Networks (BNN), which have recently been proposed as a energy-efficient alternative to traditional learning networks. The verification of BNNs, using the re…