paper-with-me

홈 › Papers

Look at the Variance! Efficient Black-box Explanations with Sobol-based Sensitivity Analysis

2021-11-07 · NeurIPS 2021 12 · Thomas Fel, Remi Cadene, Mathieu Chalvidal, Matthieu Cord, David Vigouroux, Thomas Serre

We describe a novel attribution method which is grounded in Sensitivity Analysis and uses Sobol indices. Beyond modeling the individual contributions of image regions, Sobol indices provide an efficient way to capture higher-order interactions between image regions and their contributions to a neural network's prediction through the lens of variance. We describe an approach that makes the computation of these indices efficient for high-dimensional problems by using perturbation masks coupled with efficient estimators to handle the high dimensionality of images. Importantly, we show that the proposed method leads to favorable scores on standard benchmarks for vision (and language models) while drastically reducing the computing time compared to other black-box methods -- even surpassing the accuracy of state-of-the-art white-box methods which require access to internal representations. Our code is freely available: https://github.com/fel-thomas/Sobol-Attribution-Method

📄 PDF Abstract BibTeX arXiv:2111.04138

Code (1)

fel-thomas/Sobol-Attribution-Method 공식 구현 pytorch

Tasks

Sensitivity

Similar Papers 제목 키워드 기반

Counterfactual explainability of black-box prediction models

2024-11-03 · Zijun Gao, Qingyuan Zhao

It is crucial to be able to explain black-box prediction models to use them effectively and safely in practice. Most existing tools for model explanations are associational rather than causal, and we use two paradoxical …

counterfactualPrediction

Monte Carlo estimators of first-and total-orders Sobol' indices

2020-06-15 · Ivano Azzini, Thierry Mara, Rossana Rosati

This study compares the performances of two sampling-based strategies for the simultaneous estimation of the first-and total-orders variance-based sensitivity indices (a.k.a Sobol' indices). The first strategy was introd…

Sensitivity

On Active Learning for Gaussian Process-based Global Sensitivity Analysis

2023-08-27 · Mohit Chauhan, Mariel Ojeda-Tuz, Ryan Catarelli, Kurtis Gurley 외

This paper explores the application of active learning strategies to adaptively learn Sobol indices for global sensitivity analysis. We demonstrate that active learning for Sobol indices poses unique challenges due to th…

Active LearningExperimental DesignSensitivity

Global sensitivity analysis in probabilistic graphical models

2021-10-07 · Rafael Ballester-Ripoll, Manuele Leonelli

We show how to apply Sobol's method of global sensitivity analysis to measure the influence exerted by a set of nodes' evidence on a quantity of interest expressed by a Bayesian network. Our method exploits the network s…

ManagementSensitivityTensor Networks

Scalable extensions to given-data Sobol' index estimators

2025-09-11 · Teresa Portone, Bert Debusschere, Samantha Yang, Emiliano Islas-Quinones 외 arxiv

Given-data methods for variance-based sensitivity analysis have significantly advanced the feasibility of Sobol' index computation for computationally expensive models and models with many inputs. However, the limitation…