← Latest papers
🤖 AI

Activation-Deactivation: A General Framework for Robust Post-hoc Explainable AI

This paper introduces Activation-Deactivation (AD), a novel post-hoc explainability framework that replaces input perturbations with internal model deactivation to generate more robust and transferable explanations without requiring additional training.

Original authors: Akchunya Chanchal, David A. Kelly, Hana Chockler

Published 2026-07-07
📖 4 min read☕ Coffee break read

Original authors: Akchunya Chanchal, David A. Kelly, Hana Chockler

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 have a very smart, but mysterious, robot that looks at pictures and tells you what it sees (like "That's an ibex!" or "That's a platypus!"). The problem is, the robot is a "black box"—you can't see how it thinks. You want to know: Which parts of the picture made the robot say "ibex"?

This is the problem of Explainable AI (XAI). The paper introduces a new way to answer this question called Activation-Deactivation (AD), and a specific tool for it called convad.

Here is how it works, using simple analogies:

The Old Way: The "Bad Neighbor" Problem

Currently, most methods try to explain the robot's decision by mutating the picture.

  • The Analogy: Imagine you want to know if a chef's famous soup tastes good because of the carrots. To test this, you take a spoonful of the soup and replace the carrots with... toilet paper, sand, or blue paint.
  • The Problem: If you put toilet paper in the soup, the soup is no longer "soup." It's a weird, out-of-distribution mess. If the chef says, "I don't like this," you don't know if it's because the carrots were missing, or just because you ruined the soup with toilet paper.
  • In the Paper: This is called using "out-of-distribution mutants." The old methods mask parts of the image with random values (like zero, gray, or noise). Depending on what you mask with, you get different, often confusing answers. Sometimes the robot thinks a picture of a snowman is a sheep just because you masked the snow with the wrong color.

The New Way: The "Silent Switch" (Activation-Deactivation)

The authors say: "Why change the ingredients? Just tell the robot to ignore them."

  • The Analogy: Instead of replacing the carrots with toilet paper, imagine you simply turn off the lights in the kitchen section where the carrots are. The carrots are still there, but the chef's eyes (the robot's sensors) can't see them. The rest of the soup remains perfectly normal.
  • How it works: The convad tool doesn't change the picture at all. Instead, it goes inside the robot's brain (the neural network) and flips switches. If a part of the picture is supposed to be "masked," the tool stops the information from that part of the picture from traveling through the robot's brain. It effectively says, "Pretend this part of the image doesn't exist," without actually changing the image data.

Why is this better?

  1. No Guessing Game: Old methods require you to guess: "Should I mask with black? Gray? White?" The paper shows that the answer changes completely depending on your guess. convad needs no guess. It just turns the signal off.
  2. Stability: Because it doesn't introduce weird "toilet paper" pixels, the robot's reaction is much more reliable. The paper tested this on many different types of robots (models) and pictures (datasets).
  3. The "Goldilocks" Zone: The researchers found that explanations from convad are just right. They aren't too big (wasting space on irrelevant pixels), they aren't too noisy (confusing), and they are very robust (they still work even if you put the picture against a plain background).

The Results

The paper tested convad against the current best methods (like LayerMask, LIME, and Grad-CAM).

  • Robustness: convad was 30-40% better at giving explanations that the robot actually trusted, even when the background changed.
  • Transferability: If you find the "important parts" of a picture using convad on one type of robot, those same parts usually work for a different type of robot. Other methods often fail at this.
  • No Training Needed: You can take any robot that is already trained, plug convad in, and it works immediately. You don't have to re-teach the robot anything.

The Catch (Limitations)

  • Inside Access: To use convad, you need to be able to open the robot's brain and touch the wires (access the model's internal layers). You can't use it on a robot you can't see inside (a true "black box").
  • Leakage: Sometimes, if the "off" switch isn't perfect, a tiny bit of information might "leak" through, like a light shining under a door. The authors acknowledge this but say it's a rare edge case.

Summary

The paper proposes a new way to understand AI decisions. Instead of messing up the input picture with strange values (like the "toilet paper" soup), convad simply tells the AI to ignore specific parts of the picture by cutting off the signal inside the model. This leads to clearer, more reliable, and more trustworthy explanations of why an AI made a decision.

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 →