Uncertainty Quantification for Local Model Explanations Without Model Access
Surin Ahn, Justin Grana, Yafet Tamene, Kristian Holsheimer

TL;DR
This paper introduces a model-agnostic method to generate explanations and uncertainty intervals for machine learning models using only static samples, addressing scenarios with limited model access.
Contribution
It proposes a bootstrapping-based algorithm for uncertainty quantification of explanations without requiring direct model access, suitable for privacy and real-time constraints.
Findings
Uncertainty intervals balance width and coverage effectively.
Method outperforms classical and Bayesian approaches in simulations.
Successfully applied to deep neural networks on real datasets.
Abstract
We present a model-agnostic algorithm for generating post-hoc explanations and uncertainty intervals for a machine learning model when only a static sample of inputs and outputs from the model is available, rather than direct access to the model itself. This situation may arise when model evaluations are expensive; when privacy, security and bandwidth constraints are imposed; or when there is a need for real-time, on-device explanations. Our algorithm uses a bootstrapping approach to quantify the uncertainty that inevitably arises when generating explanations from a finite sample of model queries. Through a simulation study, we show that the uncertainty intervals generated by our algorithm exhibit a favorable trade-off between interval width and coverage probability compared to the naive confidence intervals from classical regression analysis as well as current Bayesian approaches for…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsExplainable Artificial Intelligence (XAI) · Scientific Computing and Data Management · Data Stream Mining Techniques
