Adversarial Attacks Leverage Interference Between Features in Superposition
Edward Stevinson, Lucas Prieto, Melih Barsbey, Tolga Birdal
TL;DR
The paper addresses why adversarial examples arise by tying vulnerability to how networks compress and encode many latent features via superposition. It introduces the linear representation hypothesis (LRH) and a controlled synthetic setup to show that interference among overcomplete feature directions dictates perturbation directions and transferability. The authors validate the mechanism in a ViT trained on CIFAR-10 with an engineered bottleneck, showing that greater superposition (smaller bottleneck) yields lower robustness and higher cross-model transfer due to shared latent geometry. They also demonstrate algorithmic brittleness even with orthogonal representations through frequency-based, gradient-free attacks and discuss implications for semantically informed defenses. Overall, the work reframes adversarial vulnerability as an emergent property of representational compression, offering a mechanistic lens for designing robust, interpretation-driven defenses against adversaries that exploit latent feature interference.
Abstract
Fundamental questions remain about when and why adversarial examples arise in neural networks, with competing views characterising them either as artifacts of the irregularities in the decision landscape or as products of sensitivity to non-robust input features. In this paper, we instead argue that adversarial vulnerability can stem from efficient information encoding in neural networks. Specifically, we show how superposition - where networks represent more features than they have dimensions - creates arrangements of latent representations that adversaries can exploit. We demonstrate that adversarial perturbations leverage interference between superposed features, making attack patterns predictable from feature arrangements. Our framework provides a mechanistic explanation for two known phenomena: adversarial attack transferability between models with similar training regimes and class-specific vulnerability patterns. In synthetic settings with precisely controlled superposition, we establish that superposition suffices to create adversarial vulnerability. We then demonstrate that these findings persist in a ViT trained on CIFAR-10. These findings reveal adversarial vulnerability can be a byproduct of networks' representational compression, rather than flaws in the learning process or non-robust inputs.
