# Robustness of Neural Networks to Parameter Quantization

**Authors:** Abhishek Murthy, Himel Das, Md Ariful Islam

arXiv: 1903.10672 · 2019-03-27

## TL;DR

This paper introduces an SMT-based framework to rigorously quantify neural network robustness against parameter quantization, providing formal guarantees beyond testing, and demonstrates higher robustness with ReLU activations.

## Contribution

It presents a novel formal verification approach using SMT solvers to assess neural network robustness to quantization errors, including new notions of local and global robustness.

## Key findings

- ReLU activations yield higher robustness than linear activations.
- The framework successfully quantifies robustness on simple MLPs.
- Quantification is achieved through SMT problem formulations.

## Abstract

Quantization, a commonly used technique to reduce the memory footprint of a neural network for edge computing, entails reducing the precision of the floating-point representation used for the parameters of the network. The impact of such rounding-off errors on the overall performance of the neural network is estimated using testing, which is not exhaustive and thus cannot be used to guarantee the safety of the model. We present a framework based on Satisfiability Modulo Theory (SMT) solvers to quantify the robustness of neural networks to parameter perturbation. To this end, we introduce notions of local and global robustness that capture the deviation in the confidence of class assignments due to parameter quantization. The robustness notions are then cast as instances of SMT problems and solved automatically using solvers, such as dReal. We demonstrate our framework on two simple Multi-Layer Perceptrons (MLP) that perform binary classification on a two-dimensional input. In addition to quantifying the robustness, we also show that Rectified Linear Unit activation results in higher robustness than linear activations for our MLPs.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1903.10672/full.md

## Figures

22 figures with captions in the complete paper: https://tomesphere.com/paper/1903.10672/full.md

## References

32 references — full list in the complete paper: https://tomesphere.com/paper/1903.10672/full.md

---
Source: https://tomesphere.com/paper/1903.10672