← Latest papers
🤖 machine learning

Adversarial Attacks Leverage Interference Between Features in Superposition

This paper proposes that adversarial vulnerability and transferability arise from "superposition" in neural networks, where efficient information encoding forces non-orthogonal representations that cause interference between features, making targeted perturbations inadvertently affect other concepts.

Original authors: Edward Stevinson, Lucas Prieto, Melih Barsbey, Tolga Birdal

Published 2026-06-17
📖 5 min read🧠 Deep dive

Original authors: Edward Stevinson, Lucas Prieto, Melih Barsbey, Tolga Birdal

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

The Core Idea: Packing Too Much into Too Small a Box

Imagine you have a very small suitcase (the neural network's internal "brain" or dimensions), but you need to pack a massive wardrobe full of different outfits (the concepts or features the network needs to understand, like "cat," "dog," "truck," or "cloud").

In a perfect world, you would have a huge suitcase with a separate, distinct compartment for every single outfit. But in reality, neural networks often try to be efficient. They try to fit more concepts than they have physical space for. This phenomenon is called Superposition.

To make this work, the network has to squish these concepts together. Instead of having a dedicated "cat" drawer and a "dog" drawer, it has to use the same space for both, just slightly shifted. It's like trying to write two different stories on the same piece of paper by using slightly different angles of ink.

The Problem: The "Crosstalk" Effect

Because these concepts are packed so tightly, they start to interfere with each other. The paper calls this Interference.

Think of it like a crowded radio station. If you tune into a station playing jazz, and the station next to it is playing rock, sometimes you hear a bit of the rock music mixed into the jazz. The signals are "bleeding" into each other because they aren't perfectly separated.

In a neural network, if you try to activate the "cat" feature, the "dog" feature might accidentally get a little bit of energy too, simply because they are sharing the same internal space.

How Hackers Exploit This (Adversarial Attacks)

Usually, this interference is a small price to pay for efficiency. But the paper reveals that hackers (adversaries) can weaponize this crosstalk.

Imagine you want to trick the network into thinking a picture of a Cat is actually a Dog.

  • Old thinking: You just tweak the pixels of the cat's ears to look more like a dog's.
  • New finding: The hacker doesn't just look at the "Cat" and "Dog" buttons. They look at the entire crowded suitcase.

Because the "Cat" and "Dog" concepts are squished together, the hacker can push on a "Cat" feature in a way that accidentally pushes on the "Dog" feature harder than expected, while simultaneously suppressing the "Cat" signal. They use the network's own crowded packing against it.

The paper shows that these attacks aren't random noise. They follow a precise mathematical pattern based on how the concepts are packed. If the network packs "Cats" and "Dogs" close together, the attack will look like a specific, predictable distortion.

Why Attacks "Jump" Between Models (Transferability)

You might wonder: "Why does an attack that works on Model A also work on Model B?"

The paper explains this with the Crowded Room Analogy.
Imagine two different people (two different AI models) trying to pack the same set of clothes into two identical small suitcases.

  • Even if they start with different packing strategies, the laws of physics (the data they are trained on) force them to pack the "shirts" and "pants" in similar ways because those items are related.
  • Eventually, both suitcases end up with the "Cat" and "Dog" concepts sitting in almost the exact same spot, interfering with each other in the exact same way.

Because the "interference patterns" are the same in both models, a trick that works on one suitcase will almost certainly work on the other. The paper found that when models are trained on similar data, they develop these "packing patterns" so similarly that attacks transfer between them with nearly 100% success.

The "Magic" of the Experiment

The researchers didn't just guess this; they built a tiny, controlled version of this suitcase (a synthetic model) where they could see exactly how the concepts were packed.

  1. They proved that if you force concepts to share space (Superposition), you automatically create vulnerabilities.
  2. They showed that the "perfect" attack they calculated on paper matched exactly what the computer's hacking algorithm (PGD) discovered on its own.
  3. They tested this on real image classifiers (like those that identify cars or animals) and found the same "interference fingerprints" in the attacks.

The Bottom Line

The paper argues that adversarial vulnerability isn't just a bug; it's a side effect of efficiency.

Neural networks are so good at compressing information (fitting a library into a shoebox) that they create "crosstalk" between ideas. Hackers have learned to listen to that crosstalk and use it to break the system. If you want to stop these attacks, you might need to stop packing the concepts so tightly, or learn how to separate them better, rather than just trying to patch the holes in the suitcase.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →