← Latest papers
💻 computer science

Sparse but not Simpler: A Multi-Level Interpretability Analysis of Vision Transformers

This paper introduces the multi-level IMPACT framework to demonstrate that while structural sparsity in Vision Transformers reduces circuit size, it does not systematically improve semantic interpretability, as pruning merely redistributes computation rather than isolating simpler functional modules.

Original authors: Siyu Zhang

Published 2026-03-18
📖 4 min read☕ Coffee break read

Original authors: Siyu Zhang

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 Big Idea: Does Making a Brain "Leaner" Make it Easier to Understand?

Imagine you have a giant, chaotic library (a Vision Transformer, or AI model that looks at pictures). This library has millions of books, and every book is connected to every other book by a tangled web of red strings. When the AI tries to identify a picture of a "cat," it pulls on a massive, complex web of strings to find the answer.

The Hypothesis:
Researchers thought: "If we cut away most of those red strings (make the model sparse), the library will be smaller, the web will be simpler, and it will be much easier to see exactly how the AI finds the 'cat'."

It's like taking a messy, cluttered workshop and throwing away 70% of the tools. You'd expect the remaining tools to be the "best" ones, making the work easier to understand.

The Reality Check:
This paper says: "Not so fast."

While cutting the strings did make the physical web smaller, it didn't make the logic inside any clearer. The AI didn't become a "simpler" thinker; it just became a "sparser" one.


The Experiment: The "IMPACT" Framework

To test this, the researchers built a multi-level testing kit called IMPACT. Think of it as a set of four different flashlights, each shining on a different part of the AI's brain to see if it got "cleaner" after the pruning.

1. The Neuron Level (The Individual Workers)

  • The Metaphor: Imagine the AI is a factory with thousands of workers (neurons). In a "dense" factory, every worker talks to everyone else. In a "sparse" factory, we fired 70% of the connections.
  • The Question: Do the remaining workers now specialize? (e.g., Does one worker only think about "ears" and another only think about "tails"?)
  • The Result: No. The workers are still generalists. They are still juggling multiple concepts at once (polysemanticity). Cutting the connections didn't force them to specialize; it just made them work harder with fewer handshakes.

2. The Layer Level (The Team Huddles)

  • The Metaphor: The AI processes images in layers, like a relay race. The researchers used a tool (Sparse Autoencoders) to try to untangle the messages being passed between runners.
  • The Question: Did the messages become clearer and less mixed up?
  • The Result: No. The messages were still a jumbled mix. The "sparse" team didn't communicate more clearly than the "dense" team.

3. The Circuit Level (The Blueprint)

  • The Metaphor: This is where the researchers found the only real change. They traced the exact path the AI took to solve a problem.
  • The Result: Yes, but with a catch. The "sparse" model used a much shorter path (fewer red strings). It was about 2.5 times smaller.
    • However, because the factory was so small to begin with, the AI had to use a higher percentage of its remaining workers to do the job. It's like a small kitchen where the chef has to use 90% of the available knives to chop a carrot, whereas in a big kitchen, they only used 30% of the knives. The path is shorter, but the workload distribution is just as messy.

4. The Model Level (The Final Explanation)

  • The Metaphor: When the AI says "That's a cat," it highlights the part of the picture that matters (the cat's face). We want to know if the highlight is accurate.
  • The Result: Mixed. At low levels of pruning, the highlights got slightly better. But at high levels (70% cut), the highlights didn't get much better. The AI still sometimes pointed to the background or the wrong part of the cat, just like the dense model did.

The Big Conclusion: "Sparse but Not Simpler"

The paper's title sums it up perfectly: Sparse but not Simpler.

  • What happened: The AI became physically smaller and used fewer connections.
  • What didn't happen: The AI didn't become more logical, more specialized, or easier for humans to understand.

The Takeaway:
Simply cutting out connections (pruning) is like taking a messy room and throwing away 70% of the furniture. The room is less cluttered, but the way the person lives in the room hasn't changed. They are still sleeping in a pile of clothes and cooking in the bathroom; they just have fewer clothes and less kitchenware to do it with.

To make AI truly understandable, we can't just rely on cutting things out. We need to teach the AI to organize its thoughts differently from the start, rather than just hoping that removing connections will magically reveal the "truth" inside.

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 →