AICVLGOct 1, 2025

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

arXiv:2510.01038v11 citationsh-index: 3
Originality Highly original
AI Analysis

This addresses the issue of out-of-distribution artifacts in post-hoc explanations for image classification, offering a more robust solution for users of CNNs.

The paper tackles the problem of unreliable explanations from black-box explainability methods in image classifiers by introducing the Activation-Deactivation (AD) paradigm, which improves robustness by up to 62.5% without requiring domain knowledge or additional training.

Black-box explainability methods are popular tools for explaining the decisions of image classifiers. A major drawback of these tools is their reliance on mutants obtained by occluding parts of the input, leading to out-of-distribution images. This raises doubts about the quality of the explanations. Moreover, choosing an appropriate occlusion value often requires domain knowledge. In this paper we introduce a novel forward-pass paradigm Activation-Deactivation (AD), which removes the effects of occluded input features from the model's decision-making by switching off the parts of the model that correspond to the occlusions. We introduce ConvAD, a drop-in mechanism that can be easily added to any trained Convolutional Neural Network (CNN), and which implements the AD paradigm. This leads to more robust explanations without any additional training or fine-tuning. We prove that the ConvAD mechanism does not change the decision-making process of the network. We provide experimental evaluation across several datasets and model architectures. We compare the quality of AD-explanations with explanations achieved using a set of masking values, using the proxies of robustness, size, and confidence drop-off. We observe a consistent improvement in robustness of AD explanations (up to 62.5%) compared to explanations obtained with occlusions, demonstrating that ConvAD extracts more robust explanations without the need for domain knowledge.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes