Excessive Invariance Causes Adversarial Vulnerability
Jörn-Henrik Jacobsen, Jens Behrmann, Richard Zemel, Matthias Bethge
TL;DR
The paper reframes adversarial vulnerability as arising not only from sensitivity to perturbations but also from excessive invariance to semantically meaningful input changes. By using fully invertible networks, it exposes how class-relevant content can be manipulated without altering activations, and it links this phenomenon to an information-theoretic inefficiency of cross-entropy. The authors introduce Independence Cross-Entropy (iCE), which jointly optimizes semantic information while limiting nuisance information via a nuisance classifier (plus a maximum-likelihood term), and they demonstrate reduced invariance-based vulnerabilities on MNIST, ImageNet, and shiftMNIST benchmarks. This work provides a principled path to improving robustness under unrestricted distribution shifts through architectural access to decision spaces and a bias-aware objective that encourages comprehensive explanation of task-relevant variability.
Abstract
Despite their impressive performance, deep neural networks exhibit striking failures on out-of-distribution inputs. One core idea of adversarial example research is to reveal neural network errors under such distribution shifts. We decompose these errors into two complementary sources: sensitivity and invariance. We show deep networks are not only too sensitive to task-irrelevant changes of their input, as is well-known from epsilon-adversarial examples, but are also too invariant to a wide range of task-relevant changes, thus making vast regions in input space vulnerable to adversarial attacks. We show such excessive invariance occurs across various tasks and architecture types. On MNIST and ImageNet one can manipulate the class-specific content of almost any image without changing the hidden activations. We identify an insufficiency of the standard cross-entropy loss as a reason for these failures. Further, we extend this objective based on an information-theoretic analysis so it encourages the model to consider all task-dependent features in its decision. This provides the first approach tailored explicitly to overcome excessive invariance and resulting vulnerabilities.
