LGAICVMLJan 30, 2020

Black-Box Saliency Map Generation Using Bayesian Optimisation

arXiv:2001.11366v14 citations
AI Analysis

This addresses the need for interpretability in black-box computer vision models, though it is incremental as it builds on existing perturbation methods.

The paper tackles the problem of generating saliency maps for black-box models without access to model parameters, using a Bayesian optimisation sampling method, and results show it outperforms grid-based perturbation approaches and performs similarly to gradient-based methods.

Saliency maps are often used in computer vision to provide intuitive interpretations of what input regions a model has used to produce a specific prediction. A number of approaches to saliency map generation are available, but most require access to model parameters. This work proposes an approach for saliency map generation for black-box models, where no access to model parameters is available, using a Bayesian optimisation sampling method. The approach aims to find the global salient image region responsible for a particular (black-box) model's prediction. This is achieved by a sampling-based approach to model perturbations that seeks to localise salient regions of an image to the black-box model. Results show that the proposed approach to saliency map generation outperforms grid-based perturbation approaches, and performs similarly to gradient-based approaches which require access to model parameters.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes