Classifier-agnostic saliency map extractionDownload PDF

27 Sept 2018 (modified: 21 Apr 2024)ICLR 2019 Conference Blind SubmissionReaders: Everyone
Abstract: Extracting saliency maps, which indicate parts of the image important to classification, requires many tricks to achieve satisfactory performance when using classifier-dependent methods. Instead, we propose classifier-agnostic saliency map extraction, which finds all parts of the image that any classifier could use, not just one given in advance. We observe that the proposed approach extracts higher quality saliency maps and outperforms existing weakly-supervised localization techniques, setting the new state of the art result on the ImageNet dataset.
Keywords: saliency maps, explainable AI, convolutional neural networks, generative adversarial training, classification
TL;DR: We propose a new saliency map extraction method which results in extracting higher quality maps.
Code: [![github](/images/github_icon.svg) kondiz/casme](https://github.com/kondiz/casme)
Data: [ImageNet](https://paperswithcode.com/dataset/imagenet)
Community Implementations: [![CatalyzeX](/images/catalyzex_icon.svg) 1 code implementation](https://www.catalyzex.com/paper/arxiv:1805.08249/code)
10 Replies

Loading