paper-with-me

Papers

Towards Efficient Verification of Quantized Neural Networks

2023-12-20 · Pei Huang, Haoze Wu, Yuting Yang, Ieva Daukantas, Min Wu, Yedi Zhang, Clark Barrett

Quantization replaces floating point arithmetic with integer arithmetic in deep neural network models, providing more efficient on-device inference with less power and memory. In this work, we propose a framework for formally verifying properties of quantized neural networks. Our baseline technique is based on integer linear programming which guarantees both soundness and completeness. We then show how efficiency can be improved by utilizing gradient-based heuristic search methods and also bound-propagation techniques. We evaluate our approach on perception networks quantized with PyTorch. Our results show that we can verify quantized networks with better scalability and efficiency than the previous state of the art.

📄 PDF Abstract BibTeX arXiv:2312.12679

Code (1)

huangdiudiu/eqv 공식 구현

Tasks

Heuristic SearchQuantization

Similar Papers 제목 키워드 기반

Verifying Quantized GNNs With Readout Is Decidable But Highly Intractable

2025-10-09 · Artem Chernobrovkin, Marco Sälzer, François Schwarzentruber, Nicolas Troquard arxiv

We introduce a logical language for reasoning about quantized aggregate-combine graph neural networks with global readout (ACR-GNNs). We provide a logical characterization and use it to prove that verification tasks for …

Scalable Verification of Quantized Neural Networks (Technical Report)

2020-12-15 · Thomas A. Henzinger, Mathias Lechner, Đorđe Žikelić

Formal verification of neural networks is an active topic of research, and recent advances have significantly increased the size of the networks that verification tools can handle. However, most methods are designed for …

Computational EfficiencyQuantization

QEBVerif: Quantization Error Bound Verification of Neural Networks

2022-12-06 · Yedi Zhang, Fu Song, Jun Sun

To alleviate the practical constraints for deploying deep neural networks (DNNs) on edge devices, quantization is widely regarded as one promising technique. It reduces the resource requirements for computational power a…

Quantization

Verifying Quantized Graph Neural Networks is PSPACE-complete

2025-02-22 · Marco Sälzer, François Schwarzentruber, Nicolas Troquard

In this paper, we investigate verification of quantized Graph Neural Networks (GNNs), where some fixed-width arithmetic is used to represent numbers. We introduce the linear-constrained validity (LVP) problem for verifyi…

Translation

QVIP: An ILP-based Formal Verification Approach for Quantized Neural Networks

2022-12-10 · Yedi Zhang, Zhe Zhao, Fu Song, Min Zhang 외

Deep learning has become a promising programming paradigm in software development, owing to its surprising performance in solving many challenging tasks. Deep neural networks (DNNs) are increasingly being deployed in pra…

Quantization