CVLGMLAug 10, 2018

Out of the Black Box: Properties of deep neural networks and their applications

arXiv:1808.04433v1
Originality Incremental advance
AI Analysis

This addresses the black-box nature of deep neural networks for researchers and practitioners, though it is incremental in formalizing known properties.

The study formalizes properties of deep neural networks in image recognition, such as local, spatial, activation-inhibition, and cumulative properties, and introduces Deepception to exploit these for deception, achieving an 88% fooling ratio on VGG-VDD-19.

Deep neural networks are powerful machine learning approaches that have exhibited excellent results on many classification tasks. However, they are considered as black boxes and some of their properties remain to be formalized. In the context of image recognition, it is still an arduous task to understand why an image is recognized or not. In this study, we formalize some properties shared by eight state-of-the-art deep neural networks in order to grasp the principles allowing a given deep neural network to classify an image. Our results, tested on these eight networks, show that an image can be sub-divided into several regions (patches) responding at different degrees of probability (local property). With the same patch, some locations in the image can answer two (or three) orders of magnitude higher than other locations (spatial property). Some locations are activators and others inhibitors (activation-inhibition property). The repetition of the same patch can increase (or decrease) the probability of recognition of an object (cumulative property). Furthermore, we propose a new approach called Deepception that exploits these properties to deceive a deep neural network. We obtain for the VGG-VDD-19 neural network a fooling ratio of 88\%. Thanks to our "Psychophysics" approach, no prior knowledge on the networks architectures is required.

Foundations

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

Your Notes