ADVISE: ADaptive Feature Relevance and VISual Explanations for Convolutional Neural Networks
Mohammad Mahdi Dehshibi, Mona Ashtari-Majlan, Gereziher Adhane, David Masip
TL;DR
ADVISE tackles CNN explainability by quantifying per-unit feature-map relevance through adaptive bandwidth kernel density estimation of gradients, producing class-specific saliency maps without retraining. By deriving a unit relevance score and aggregating units with the same score, it yields concise, interpretable visual explanations that highlight the most influential activation-map components. Across pretrained AlexNet, VGG16, ResNet50, and Xception on ImageNet, ADVISE generally outperforms Grad-CAM, Grad-CAM++, Score-CAM, and Layer-CAM in visual explainability while maintaining competitive time complexity, and it passes sanity checks and sensitivity axioms. The work provides a reproducible, architecture-agnostic explainability framework with a rigorous evaluation protocol, enabling more trustworthy CNN deployments and informing model design and transfer learning decisions.
Abstract
To equip Convolutional Neural Networks (CNNs) with explainability, it is essential to interpret how opaque models take specific decisions, understand what causes the errors, improve the architecture design, and identify unethical biases in the classifiers. This paper introduces ADVISE, a new explainability method that quantifies and leverages the relevance of each unit of the feature map to provide better visual explanations. To this end, we propose using adaptive bandwidth kernel density estimation to assign a relevance score to each unit of the feature map with respect to the predicted class. We also propose an evaluation protocol to quantitatively assess the visual explainability of CNN models. We extensively evaluate our idea in the image classification task using AlexNet, VGG16, ResNet50, and Xception pretrained on ImageNet. We compare ADVISE with the state-of-the-art visual explainable methods and show that the proposed method outperforms competing approaches in quantifying feature-relevance and visual explainability while maintaining competitive time complexity. Our experiments further show that ADVISE fulfils the sensitivity and implementation independence axioms while passing the sanity checks. The implementation is accessible for reproducibility purposes on https://github.com/dehshibi/ADVISE.
