CVCRLGApr 9, 2019

Towards Analyzing Semantic Robustness of Deep Neural Networks

arXiv:1904.04621v418 citations
Originality Incremental advance
AI Analysis

This work addresses the semantic robustness issue in DNNs for computer vision, which is incremental as it builds on existing robustness analysis methods.

The paper tackles the problem of Deep Neural Networks (DNNs) exhibiting high sensitivity to semantic changes like object pose, by proposing a theoretical analysis and developing a bottom-up approach to detect robust semantic regions, showing through experiments that networks with comparable accuracy can differ in semantic robustness, e.g., InceptionV3 is more accurate but less robust than ResNet50.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes