paper-with-me

Papers

EvalAttAI: A Holistic Approach to Evaluating Attribution Maps in Robust and Non-Robust Models

2023-03-15 · Ian E. Nielsen, Ravi P. Ramachandran, Nidhal Bouaynaya, Hassan M. Fathallah-Shaykh, Ghulam Rasool

The expansion of explainable artificial intelligence as a field of research has generated numerous methods of visualizing and understanding the black box of a machine learning model. Attribution maps are generally used to highlight the parts of the input image that influence the model to make a specific decision. On the other hand, the robustness of machine learning models to natural noise and adversarial attacks is also being actively explored. This paper focuses on evaluating methods of attribution mapping to find whether robust neural networks are more explainable. We explore this problem within the application of classification for medical imaging. Explainability research is at an impasse. There are many methods of attribution mapping, but no current consensus on how to evaluate them and determine the ones that are the best. Our experiments on multiple datasets (natural and medical imaging) and various attribution methods reveal that two popular evaluation metrics, Deletion and Insertion, have inherent limitations and yield contradictory results. We propose a new explainability faithfulness metric (called EvalAttAI) that addresses the limitations of prior metrics. Using our novel evaluation, we found that Bayesian deep neural networks using the Variational Density Propagation technique were consistently more explainable when used with the best performing attribution method, the Vanilla Gradient. However, in general, various types of robust neural networks may not be more explainable, despite these models producing more visually plausible attribution maps.

📄 PDF Abstract BibTeX arXiv:2303.08866

Code (1)

nielseni6/EvalAttAI 공식 구현 pytorch

Tasks

Explainable artificial intelligence

Similar Papers 제목 키워드 기반

Evaluating Feature Attribution Methods in the Image Domain

2022-02-22 · Arne Gevaert, Axel-Jan Rousseau, Thijs Becker, Dirk Valkenborg 외

Feature attribution maps are a popular approach to highlight the most important pixels in an image for a given prediction of a model. Despite a recent growth in popularity and available methods, little attention is given…

Benchmarking

Reliable Evaluation of Attribution Maps in CNNs: A Perturbation-Based Approach

2024-11-22 · Lars Nieradzik, Henrike Stephani, Janis Keuper

In this paper, we present an approach for evaluating attribution maps, which play a central role in interpreting the predictions of convolutional neural networks (CNNs). We show that the widely used insertion/deletion me…

Evaluating Explainable AI Attribution Methods in Neural Machine Translation via Attention-Guided Knowledge Distillation

2026-03-11 · Aria Nourbakhsh, Salima Lamsiyah, Adelaide Danilov, Christoph Schommer arxiv

The study of the attribution of input features to the output of neural network models is an active area of research. While numerous Explainable AI (XAI) techniques have been proposed to interpret these models, the system…

Knowledge DistillationMachine Translation

Evaluating Attribution Methods using White-Box LSTMs

2020-10-16 · EMNLP (BlackboxNLP) 2020 11 · Yiding Hao

Interpretability methods for neural networks are difficult to evaluate because we do not understand the black-box models typically used to test them. This paper proposes a framework in which interpretability methods are …

XRAI: Better Attributions Through Regions

2019-06-06 · ICCV 2019 10 · Andrei Kapishnikov, Tolga Bolukbasi, Fernanda Viégas, Michael Terry

Saliency methods can aid understanding of deep neural networks. Recent years have witnessed many improvements to saliency methods, as well as new ways for evaluating them. In this paper, we 1) present a novel region-base…