paper-with-me

홈 › Papers

A model-agnostic approach for generating Saliency Maps to explain inferred decisions of Deep Learning Models

2022-09-19 · Savvas Karatsiolis, Andreas Kamilaris

The widespread use of black-box AI models has raised the need for algorithms and methods that explain the decisions made by these models. In recent years, the AI research community is increasingly interested in models' explainability since black-box models take over more and more complicated and challenging tasks. Explainability becomes critical considering the dominance of deep learning techniques for a wide range of applications, including but not limited to computer vision. In the direction of understanding the inference process of deep learning models, many methods that provide human comprehensible evidence for the decisions of AI models have been developed, with the vast majority relying their operation on having access to the internal architecture and parameters of these models (e.g., the weights of neural networks). We propose a model-agnostic method for generating saliency maps that has access only to the output of the model and does not require additional information such as gradients. We use Differential Evolution (DE) to identify which image pixels are the most influential in a model's decision-making process and produce class activation maps (CAMs) whose quality is comparable to the quality of CAMs created with model-specific algorithms. DE-CAM achieves good performance without requiring access to the internal details of the model's architecture at the cost of more computational complexity.

📄 PDF Abstract BibTeX arXiv:2209.08906

Code (0)

등록된 구현이 없습니다.

Tasks

Decision Making

Similar Papers 제목 키워드 기반

Generating detailed saliency maps using model-agnostic methods

2022-09-04 · Maciej Sakowicz

The emerging field of Explainable Artificial Intelligence focuses on researching methods of explaining the decision making processes of complex machine learning models. In the field of explainability for Computer Vision,…

Decision MakingExplainable artificial intelligenceInformativeness

ODSmoothGrad: Generating Saliency Maps for Object Detectors

2023-04-15 · Chul Gwon, Steven C. Howell

Techniques for generating saliency maps continue to be used for explainability of deep learning models, with efforts primarily applied to the image classification task. Such techniques, however, can also be applied to ob…

Classificationimage-classificationImage ClassificationObject

CNN Explainability with Multivector Tucker Saliency Maps for Self-Supervised Models

2024-10-30 · Aymene Mohammed Bouayed, Samuel Deslauriers-Gauthier, Adrian Iaccovelli, David Naccache

Interpreting the decisions of Convolutional Neural Networks (CNNs) is essential for understanding their behavior, yet explainability remains a significant challenge, particularly for self-supervised models. Most existing…

Tensor Decomposition

Forward Learning for Gradient-based Black-box Saliency Map Generation

2024-03-22 · Zeliang Zhang, Mingqian Feng, Jinyang Jiang, Rongyi Zhu 외

Gradient-based saliency maps are widely used to explain deep neural network decisions. However, as models become deeper and more black-box, such as in closed-source APIs like ChatGPT, computing gradients become challengi…

SESS: Saliency Enhancing with Scaling and Sliding

2022-07-05 · Osman Tursun, Simon Denman, Sridha Sridharan, Clinton Fookes

High-quality saliency maps are essential in several machine learning application areas including explainable AI and weakly supervised object detection and segmentation. Many techniques have been developed to generate bet…

Explainable artificial intelligenceObject DetectionObject RecognitionWeakly Supervised Object Detection+1