← Latest papers
🤖 machine learning

Decomposition of Evidence, Contradiction, and Fragility in Perturbation Responses

This paper introduces DECAF, a novel framework that decomposes perturbation-based model explanations into distinct evidence, contradiction, and fragility components, demonstrating that this trajectory-aware approach significantly outperforms traditional magnitude-based attribution methods in accuracy, efficiency, and interpretability across diverse vision and tabular tasks.

Original authors: Lei You

Published 2026-08-14
📖 5 min read🧠 Deep dive

Original authors: Lei You

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

Imagine you are trying to understand why a friend made a specific choice, like picking a red shirt over a blue one. You might ask, "How much did they react to the color?" If they grabbed the red shirt instantly, you'd say, "Wow, huge reaction!" But here's the tricky part: a huge reaction doesn't always mean the same thing. Maybe they loved the red shirt (a good reason). Maybe they hated the blue shirt so much they grabbed the red one just to get away from it (a bad reason). Or maybe they grabbed the red shirt because they were confused, only to realize halfway through that they actually preferred the blue one all along (a fleeting, fragile reaction).

This is the world of "AI explainability," a field where scientists try to peek inside the "black box" of computer models to see what they are thinking. For a long time, the main tool for this was measuring the "magnitude" of a reaction—basically, how big the change in the AI's answer was when you tweaked the input. It's like measuring how loud a door slams. But as this new paper points out, knowing the door slammed hard doesn't tell you if it was slammed in anger, in joy, or by a gust of wind that didn't even stick. The author, led by Lei You from the Technical University of Denmark, argues that we've been ignoring the meaning behind the noise, and they've built a new way to sort it out.

The paper introduces a method called DECAF (which stands for Decomposition of Evidence, Contradiction, and Fragility). Think of DECAF as a super-smart detective that doesn't just listen to how loud the door slammed, but watches the whole story of how the person approached the door.

Here is how DECAF works, using a simple story: Imagine you are watching a magic trick where a magician changes a card from a King to a Queen.

  1. Evidence: As the magician reveals the card, if the change feels like it's building up to the final result (the Queen), DECAF calls this Evidence. It's the part of the reaction that supports the final decision.
  2. Contradiction: Sometimes, the card might look like a King for a split second, then a Queen, then back to a King, before finally settling on the Queen. If the reaction goes against the final result at any point, DECAF calls this Contradiction. It's like the AI saying, "Wait, I thought it was a King!" before changing its mind.
  3. Fragility: Finally, imagine the magician waves a card that looks like a Queen, but when you look closely at the end, it's actually just a blank piece of paper. The card seemed to change, but the final result was "nothing." If the AI reacts strongly during the trick but the final answer is basically zero, DECAF calls this Fragility. It's a reaction that exists only because of the path taken, not because of a real difference.

The author tested this idea in a few different ways. First, they created controlled video games and puzzles where they knew exactly what the AI should be doing. They found that DECAF could spot when an AI was relying on a "shortcut" (like guessing based on the background color) versus the actual object. If the AI was using a shortcut, DECAF's "Evidence" score would match that behavior perfectly. If the AI was confused or changing its mind, the "Contradiction" score would spike.

Then, they took this to the real world with a massive test involving 72 different AI models looking at images from the ImageNet-9 dataset (a collection of pictures with different backgrounds). They compared cases where the AI had the exact same "loudness" of reaction but different underlying behaviors.

  • The Result: If you just looked at the loudness (magnitude), you would only guess the correct behavior 35.0% of the time. It was basically a coin flip.
  • The DECAF Fix: When they used DECAF to look at the type of reaction (Evidence vs. Contradiction vs. Fragility), they got the right answer 96.4% of the time.

The paper also discovered something surprising about how we reveal information to the AI. They tested two ways of showing an image: one where the whole picture slowly fades in (like a blend), and another where the image is revealed patch by patch (like a puzzle). They found that changing how the image is revealed changed the total "loudness" of the reaction by nearly 80%. However, the "Evidence" (the good, solid reasons) barely changed at all. Instead, the "Fragility" (the confusing, path-dependent noise) exploded, growing by more than 4 times. This proves that the total size of a reaction can be misleading; it often just tells you how sensitive the AI is to the method of showing the picture, not the picture itself.

Finally, the author showed that DECAF is incredibly efficient. On a huge AI model with 1 billion parameters (a DINOv2 model), DECAF could do its job with 4.75 times less time and 2.36 times less memory than other popular methods, while still getting the job done just as well.

In short, the paper suggests that we've been too focused on how much an AI reacts and not enough on what that reaction means. By breaking reactions down into Evidence (support), Contradiction (opposition), and Fragility (fleeting noise), DECAF gives us a much clearer, more honest picture of what these digital brains are actually thinking. It's a tool that doesn't just measure the slam of the door, but helps us understand why it slammed in the first place.

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 →