paper-with-me

홈 › Papers

Forward Learning for Gradient-based Black-box Saliency Map Generation

2024-03-22 · Zeliang Zhang, Mingqian Feng, Jinyang Jiang, Rongyi Zhu, Yijie Peng, Chenliang Xu

Gradient-based saliency maps are widely used to explain deep neural network decisions. However, as models become deeper and more black-box, such as in closed-source APIs like ChatGPT, computing gradients become challenging, hindering conventional explanation methods. In this work, we introduce a novel unified framework for estimating gradients in black-box settings and generating saliency maps to interpret model decisions. We employ the likelihood ratio method to estimate output-to-input gradients and utilize them for saliency map generation. Additionally, we propose blockwise computation techniques to enhance estimation accuracy. Extensive experiments in black-box settings validate the effectiveness of our method, demonstrating accurate gradient estimation and explainability of generated saliency maps. Furthermore, we showcase the scalability of our approach by applying it to explain GPT-Vision, revealing the continued relevance of gradient-based explanation methods in the era of large, closed-source, and black-box models.

📄 PDF Abstract BibTeX arXiv:2403.15603

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Black-Box Saliency Map Generation Using Bayesian Optimisation

2020-01-30 · Mamuku Mokuwe, Michael Burke, Anna Sergeevna Bosman

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 availabl…

Bayesian Optimisation

Learning Black-Box Attackers with Transferable Priors and Query Feedback

2020-10-21 · NeurIPS 2020 12 · Jiancheng Yang, Yangzhou Jiang, Xiaoyang Huang, Bingbing Ni 외

This paper addresses the challenging black-box adversarial attack problem, where only classification confidence of a victim model is available. Inspired by consistency of visual saliency between different vision models, …

Adversarial Attack

Real Time Image Saliency for Black Box Classifiers

2017-05-22 · NeurIPS 2017 12 · Piotr Dabkowski, Yarin Gal

In this work we develop a fast saliency detection method that can be applied to any differentiable image classifier. We train a masking model to manipulate the scores of the classifier by masking salient parts of the inp…

Saliency Detection

Abs-CAM: A Gradient Optimization Interpretable Approach for Explanation of Convolutional Neural Networks

2022-07-08 · Chunyan Zeng, Kang Yan, Zhifeng Wang, Yan Yu 외

The black-box nature of Deep Neural Networks (DNNs) severely hinders its performance improvement and application in specific scenes. In recent years, class activation mapping-based method has been widely used to interpre…

What You See is What You Classify: Black Box Attributions

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

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…