paper-with-me

Papers

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 and storage space by quantizing the weights and/or activation tensors of a DNN into lower bit-width fixed-point numbers, resulting in quantized neural networks (QNNs). While it has been empirically shown to introduce minor accuracy loss, critical verified properties of a DNN might become invalid once quantized. Existing verification methods focus on either individual neural networks (DNNs or QNNs) or quantization error bound for partial quantization. In this work, we propose a quantization error bound verification method, named QEBVerif, where both weights and activation tensors are quantized. QEBVerif consists of two parts, i.e., a differential reachability analysis (DRA) and a mixed-integer linear programming (MILP) based verification method. DRA performs difference analysis between the DNN and its quantized counterpart layer-by-layer to compute a tight quantization error interval efficiently. If DRA fails to prove the error bound, then we encode the verification problem into an equivalent MILP problem which can be solved by off-the-shelf solvers. Thus, QEBVerif is sound, complete, and reasonably efficient. We implement QEBVerif and conduct extensive experiments, showing its effectiveness and efficiency.

📄 PDF Abstract BibTeX arXiv:2212.02781

Code (1)

s3l-official/qebverif 공식 구현 tf

Tasks

Quantization

Similar Papers 제목 키워드 기반

Verifying Low-dimensional Input Neural Networks via Input Quantization

2021-08-18 · Kai Jia, Martin Rinard

Deep neural networks are an attractive tool for compressing the control policy lookup tables in systems such as the Airborne Collision Avoidance System (ACAS). It is vital to ensure the safety of such neural controllers …

Collision AvoidanceQuantization

On Low-Bit Quantization Errors in Speaker Verification: Diagnostic and Mitigation

2026-06-06 · Hugo Leguillier, Driss Matrouf, Guillaume Lechien, Mickael Rouvier arxiv

Although low-bit quantization provides practical means to deploy speaker verification on resource-constrained devices, its effects on speaker verification performance remain poorly understood. In this paper, we study uni…

Speaker Verification

VeriBound: PAC-Bayesian Generalization Bounds for Process Reward Models Trained with Formal Verification Tools

2026-06-17 · Amirul Rahman, Mohammed Sabih Alsharari arxiv

Process Reward Models (PRMs) provide step-level verification for Large Language Model (LLM) reasoning, yet their training data acquisition remains a bottleneck: human annotation is costly and Monte Carlo roll-out estimat…

Quantization-aware Interval Bound Propagation for Training Certifiably Robust Quantized Neural Networks

2022-11-29 · Mathias Lechner, Đorđe Žikelić, Krishnendu Chatterjee, Thomas A. Henzinger 외

We study the problem of training and certifying adversarially robust quantized neural networks (QNNs). Quantization is a technique for making neural networks more efficient by running them using low-bit integer arithmeti…

Adversarial RobustnessGPUQuantization

DiFR: Inference Verification Despite Nondeterminism

2025-11-25 · Adam Karvonen, Daniel Reuter, Roy Rinberg, Luke Marks 외 arxiv

As demand for LLM inference grows, it is becoming increasingly important that providers and their customers can verify that inference processes are performed correctly, without errors or tampering. However, re-running th…