paper-with-me

홈 › Papers

The Weighting Game: Evaluating Quality of Explainability Methods

2022-08-12 · Lassi Raatikainen, Esa Rahtu

The objective of this paper is to assess the quality of explanation heatmaps for image classification tasks. To assess the quality of explainability methods, we approach the task through the lens of accuracy and stability. In this work, we make the following contributions. Firstly, we introduce the Weighting Game, which measures how much of a class-guided explanation is contained within the correct class' segmentation mask. Secondly, we introduce a metric for explanation stability, using zooming/panning transformations to measure differences between saliency maps with similar contents. Quantitative experiments are produced, using these new metrics, to evaluate the quality of explanations provided by commonly used CAM methods. The quality of explanations is also contrasted between different model architectures, with findings highlighting the need to consider model architecture when choosing an explainability method.

📄 PDF Abstract BibTeX arXiv:2208.06175

Code (1)

lassiraa/weighting-game 공식 구현 pytorch

Tasks

image-classificationImage Classification

Methods 이 논문이 사용한 방법론

CAM Class activation maps could be used to interpret the prediction decision made by the convolutional neural network (CNN). Image source: [Learning Deep Features for…

Similar Papers 제목 키워드 기반

Reconstructing Actions To Explain Deep Reinforcement Learning

2020-09-17 · Xuan Chen, Zifan Wang, Yucai Fan, Bonan Jin 외

Feature attribution has been a foundational building block for explaining the input feature importance in supervised learning with Deep Neural Network (DNNs), but face new challenges when applied to deep Reinforcement Le…

Atari GamesDeep Reinforcement LearningFeature Importancereinforcement-learning+2

Tracking vs. Deciding: The Dual-Capability Bottleneck in Searchless Chess Transformers

2026-03-31 · Quanhao Li, Wei Jiang arxiv

A human-like chess engine should mimic the style, errors, and consistency of a strong human player rather than maximize playing strength. We show that training from move sequences alone forces a model to learn two capabi…

BEExAI: Benchmark to Evaluate Explainable AI

2024-07-29 · Samuel Sithakoul, Sara Meftah, Clément Feutry

Recent research in explainability has given rise to numerous post-hoc attribution methods aimed at enhancing our comprehension of the outputs of black-box machine learning models. However, evaluating the quality of expla…

Quantifying Explainability in NLP and Analyzing Algorithms for Performance-Explainability Tradeoff

2021-07-12 · Mitchell Naylor, Christi French, Samantha Terker, Uday Kamath

The healthcare domain is one of the most exciting application areas for machine learning, but a lack of model transparency contributes to a lag in adoption within the industry. In this work, we explore the current art of…

Mortality Predictiontext-classificationText Classification

Playing Codenames with Language Graphs and Word Embeddings

2021-05-12 · Divya Koyyalagunta, Anna Sun, Rachel Lea Draelos, Cynthia Rudin

Although board games and video games have been studied for decades in artificial intelligence research, challenging word games remain relatively unexplored. Word games are not as constrained as games like chess or poker.…

Board GamesCommon Sense ReasoningWord Embeddings