paper-with-me

홈 › Papers

Adversarial Examples Are Not Bugs, They Are Superposition

2025-08-24 · Liv Gorton, Owen Lewis arxiv

Adversarial examples -- inputs with imperceptible perturbations that fool neural networks -- remain one of deep learning's most perplexing phenomena despite nearly a decade of research. While numerous defenses and explanations have been proposed, there is no consensus on the fundamental mechanism. One underexplored hypothesis is that superposition, a concept from mechanistic interpretability, may be a major contributing factor, or even the primary cause. We present four lines of evidence in support of this hypothesis, greatly extending prior arguments by Elhage et al. (2022): (1) superposition can theoretically explain a range of adversarial phenomena, (2) in toy models, intervening on superposition controls robustness, (3) in toy models, intervening on robustness (via adversarial training) controls superposition, and (4) in ResNet18, intervening on robustness (via adversarial training) controls superposition.

📄 PDF Abstract BibTeX arXiv:2508.17456

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Adversarial Attacks Leverage Interference Between Features in Superposition

2025-10-13 · Edward Stevinson, Lucas Prieto, Melih Barsbey, Tolga Birdal arxiv

Why do adversarial examples exist, and why do they transfer between models? Existing explanations appeal to high-dimensional geometry, non-robust patterns in the input, and decision boundary structure, but none provides …

Adversarial Examples Are Not Bugs, They Are Features

2019-05-06 · NeurIPS 2019 12 · Andrew Ilyas, Shibani Santurkar, Dimitris Tsipras, Logan Engstrom 외

Adversarial examples have attracted significant attention in machine learning, but the reasons for their existence and pervasiveness remain unclear. We demonstrate that adversarial examples can be directly attributed to …

BIG-bench Machine Learning

Adversarial Examples from Dimensional Invariance

2023-04-13 · Benjamin L. Badger

Adversarial examples have been found for various deep as well as shallow learning models, and have at various times been suggested to be either fixable model-specific bugs, or else inherent dataset feature, or both. We p…

Toy Models of Superposition

2022-09-21 · Nelson Elhage, Tristan Hume, Catherine Olsson, Nicholas Schiefer 외

Neural networks often pack many unrelated concepts into a single neuron - a puzzling phenomenon known as 'polysemanticity' which makes interpretability much more challenging. This paper provides a toy model where polysem…

Testing Neural Network Verifiers: A Soundness Benchmark with Hidden Counterexamples

2024-12-04 · Xingjian Zhou, Hongji Xu, Andy Xu, Zhouxing Shi 외

In recent years, many neural network (NN) verifiers have been developed to formally verify certain properties of neural networks such as robustness. Although many benchmarks have been constructed to evaluate the performa…