paper-with-me

홈 › Papers

What You See is What You Classify: Black Box Attributions

2022-05-23 · Steven Stalder, Nathanaël Perraudin, Radhakrishna Achanta, Fernando Perez-Cruz, Michele Volpi

An important step towards explaining deep image classifiers lies in the identification of image regions that contribute to individual class scores in the model's output. However, doing this accurately is a difficult task due to the black-box nature of such networks. Most existing approaches find such attributions either using activations and gradients or by repeatedly perturbing the input. We instead address this challenge by training a second deep network, the Explainer, to predict attributions for a pre-trained black-box classifier, the Explanandum. These attributions are provided in the form of masks that only show the classifier-relevant parts of an image, masking out the rest. Our approach produces sharper and more boundary-precise masks when compared to the saliency maps generated by other methods. Moreover, unlike most existing approaches, ours is capable of directly generating very distinct class-specific masks in a single forward pass. This makes the proposed method very efficient during inference. We show that our attributions are superior to established methods both visually and quantitatively with respect to the PASCAL VOC-2007 and Microsoft COCO-2014 datasets.

📄 PDF Abstract BibTeX arXiv:2205.11266

Code (1)

stevenstalder/nn-explainer 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Towards Opening the Black Box of Neural Machine Translation: Source and Target Interpretations of the Transformer

2022-05-23 · Javier Ferrando, Gerard I. Gállego, Belen Alastruey, Carlos Escolano 외

In Neural Machine Translation (NMT), each token prediction is conditioned on the source sentence and the target prefix (what has been previously translated at a decoding step). However, previous work on interpretability …

DecoderMachine TranslationNMTSentence+1

Explanations that reveal all through the definition of encoding

2024-11-04 · Aahlad Puli, Nhi Nguyen, Rajesh Ranganath

Feature attributions attempt to highlight what inputs drive predictive power. Good attributions or explanations are thus those that produce inputs that retain this predictive power; accordingly, evaluations of explanatio…

AllSentiment Analysis

Guilty Artificial Minds

2021-01-24 · Michael T. Stuart, Markus Kneer

The concepts of blameworthiness and wrongness are of fundamental importance in human moral life. But to what extent are humans disposed to blame artificially intelligent agents, and to what extent will they judge their a…

Surrogate Fidelity: When Can Open LLMs Explain Closed Ones?

2026-06-30 · Philippe Chlenski, Zachariah Carmichael, Ayush Warikoo, Chia-Tse Shao 외 arxiv

Mechanistic interpretability (MI) requires full access to model internals, yet the APIs for most widely deployed language models at best expose log-probabilities over output tokens. This creates a surrogate problem: when…

Binary Classification

What You Read is What You Classify: Highlighting Attributions to Text and Text-Like Inputs

2026-02-27 · Daniel S. Berman, Brian Merritt, Stanley Ta, Dana Udwin 외 arxiv

At present, there are no easily understood explainable artificial intelligence (AI) methods for discrete token inputs, like text. Most explainable AI techniques do not extend well to token sequences, where both local and…