# Towards Analyzing Semantic Robustness of Deep Neural Networks

**Authors:** Abdullah Hamdi, Bernard Ghanem

arXiv: 1904.04621 · 2021-01-19

## TL;DR

This paper introduces a theoretically grounded method to analyze and quantify the semantic robustness of deep neural networks, revealing differences in robustness among popular architectures.

## Contribution

It develops a novel bottom-up approach for detecting robust semantic regions and formalizes the problem as optimizing integral bounds for robustness evaluation.

## Key findings

- InceptionV3 is more accurate but less semantically robust than ResNet50.
- Semantic robustness varies significantly across architectures with similar accuracy.
- The proposed method provides a scalable way to evaluate semantic robustness.

## Abstract

Despite the impressive performance of Deep Neural Networks (DNNs) on various vision tasks, they still exhibit erroneous high sensitivity toward semantic primitives (e.g. object pose). We propose a theoretically grounded analysis for DNN robustness in the semantic space. We qualitatively analyze different DNNs' semantic robustness by visualizing the DNN global behavior as semantic maps and observe interesting behavior of some DNNs. Since generating these semantic maps does not scale well with the dimensionality of the semantic space, we develop a bottom-up approach to detect robust regions of DNNs. To achieve this, we formalize the problem of finding robust semantic regions of the network as optimizing integral bounds and we develop expressions for update directions of the region bounds. We use our developed formulations to quantitatively evaluate the semantic robustness of different popular network architectures. We show through extensive experimentation that several networks, while trained on the same dataset and enjoying comparable accuracy, do not necessarily perform similarly in semantic robustness. For example, InceptionV3 is more accurate despite being less semantically robust than ResNet50. We hope that this tool will serve as a milestone towards understanding the semantic robustness of DNNs.

## Full text

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

## Figures

16 figures with captions in the complete paper: https://tomesphere.com/paper/1904.04621/full.md

## References

42 references — full list in the complete paper: https://tomesphere.com/paper/1904.04621/full.md

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