ADVISE: ADaptive Feature Relevance and VISual Explanations for Convolutional Neural Networks
Mohammad Mahdi Dehshibi, Mona Ashtari-Majlan, Gereziher Adhane, David, Masip

TL;DR
ADVISE is a novel explainability method for CNNs that uses adaptive kernel density estimation to quantify feature relevance, providing improved visual explanations and outperforming existing methods in accuracy and robustness.
Contribution
The paper introduces ADVISE, a new explainability approach that quantifies feature relevance in CNNs using adaptive bandwidth kernel density estimation, enhancing visual explanations.
Findings
ADVISE outperforms state-of-the-art explainability methods in quantifying feature relevance.
ADVISE maintains competitive time complexity and passes key axioms and sanity checks.
The method is validated on multiple pretrained CNN architectures on ImageNet.
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsExplainable Artificial Intelligence (XAI) · Machine Learning in Materials Science · Adversarial Robustness in Machine Learning
MethodsDepthwise Convolution · Pointwise Convolution · Average Pooling · Depthwise Separable Convolution · Dense Connections · Softmax · Global Average Pooling · Max Pooling · Convolution · 1x1 Convolution
