# Sensitivity Analysis of Deep Neural Networks

**Authors:** Hai Shu, Hongtu Zhu

arXiv: 1901.07152 · 2019-12-23

## TL;DR

This paper introduces a new influence measure based on information geometry to quantify the sensitivity of deep neural networks to various perturbations, aiding in understanding model robustness and vulnerability.

## Contribution

It proposes a novel perturbation manifold and influence measure that are invariant and applicable to multiple model analysis tasks in DNNs.

## Key findings

- Effective in detecting outliers and vulnerable areas.
- Useful for comparing sensitivity across models and datasets.
- Demonstrated on ResNet50 and DenseNet121 with CIFAR10 and MNIST.

## Abstract

Deep neural networks (DNNs) have achieved superior performance in various prediction tasks, but can be very vulnerable to adversarial examples or perturbations. Therefore, it is crucial to measure the sensitivity of DNNs to various forms of perturbations in real applications. We introduce a novel perturbation manifold and its associated influence measure to quantify the effects of various perturbations on DNN classifiers. Such perturbations include various external and internal perturbations to input samples and network parameters. The proposed measure is motivated by information geometry and provides desirable invariance properties. We demonstrate that our influence measure is useful for four model building tasks: detecting potential 'outliers', analyzing the sensitivity of model architectures, comparing network sensitivity between training and test sets, and locating vulnerable areas. Experiments show reasonably good performance of the proposed measure for the popular DNN models ResNet50 and DenseNet121 on CIFAR10 and MNIST datasets.

## Full text

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

## Figures

7 figures with captions in the complete paper: https://tomesphere.com/paper/1901.07152/full.md

## References

27 references — full list in the complete paper: https://tomesphere.com/paper/1901.07152/full.md

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