Classifier-agnostic saliency map extractionOpen Website

2020 (modified: 24 Mar 2022)Comput. Vis. Image Underst. 2020Readers: Everyone
Abstract: Highlights • We propose a novel method to train a model indicating salient locations in the image. • Our method produces a model which is not coupled with any specific classifier. • We set the new best performance in weakly supervised localization on ImageNet. • Our method does not require the true object class at inference time. • We provide the code reproducing our results to let others built upon our work. Abstract Currently available methods for extracting saliency maps identify parts of the input which are the most important to a specific fixed classifier. We show that this strong dependence on a given classifier hinders their performance. To address this problem, 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 than prior work while being conceptually simple and easy to implement. The method sets the new state of the art result for localization task on the ImageNet data, outperforming all existing weakly-supervised localization techniques, despite not using the ground truth labels at the inference time. The code reproducing the results is available at https://github.com/kondiz/casme.
0 Replies

Loading