CVLGNEDec 21, 2013

Intriguing properties of neural networks

arXiv:1312.6199v416598 citations
Originality Incremental advance
AI Analysis

This work reveals fundamental vulnerabilities and interpretability issues in neural networks, impacting AI safety and robustness.

The paper investigates two counter-intuitive properties of deep neural networks: high-level units are not individually interpretable but collectively encode semantics, and networks are vulnerable to imperceptible adversarial perturbations that cause misclassification across different models.

Deep neural networks are highly expressive models that have recently achieved state of the art performance on speech and visual recognition tasks. While their expressiveness is the reason they succeed, it also causes them to learn uninterpretable solutions that could have counter-intuitive properties. In this paper we report two such properties. First, we find that there is no distinction between individual high level units and random linear combinations of high level units, according to various methods of unit analysis. It suggests that it is the space, rather than the individual units, that contains of the semantic information in the high layers of neural networks. Second, we find that deep neural networks learn input-output mappings that are fairly discontinuous to a significant extend. We can cause the network to misclassify an image by applying a certain imperceptible perturbation, which is found by maximizing the network's prediction error. In addition, the specific nature of these perturbations is not a random artifact of learning: the same perturbation can cause a different network, that was trained on a different subset of the dataset, to misclassify the same input.

Code Implementations12 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

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

Your Notes