paper-with-me

홈 › Papers

GLocalX -- From Local to Global Explanations of Black Box AI Models

2021-01-19 · Mattia Setzu, Riccardo Guidotti, Anna Monreale, Franco Turini, Dino Pedreschi, Fosca Giannotti

Artificial Intelligence (AI) has come to prominence as one of the major components of our society, with applications in most aspects of our lives. In this field, complex and highly nonlinear machine learning models such as ensemble models, deep neural networks, and Support Vector Machines have consistently shown remarkable accuracy in solving complex tasks. Although accurate, AI models often are "black boxes" which we are not able to understand. Relying on these models has a multifaceted impact and raises significant concerns about their transparency. Applications in sensitive and critical domains are a strong motivational factor in trying to understand the behavior of black boxes. We propose to address this issue by providing an interpretable layer on top of black box models by aggregating "local" explanations. We present GLocalX, a "local-first" model agnostic explanation method. Starting from local explanations expressed in form of local decision rules, GLocalX iteratively generalizes them into global explanations by hierarchically aggregating them. Our goal is to learn accurate yet simple interpretable models to emulate the given black box, and, if possible, replace it entirely. We validate GLocalX in a set of experiments in standard and constrained settings with limited or no access to either data or local explanations. Experiments show that GLocalX is able to accurately emulate several models with simple and small models, reaching state-of-the-art performance against natively global solutions. Our findings show how it is often possible to achieve a high level of both accuracy and comprehensibility of classification models, even in complex domains with high-dimensional data, without necessarily trading one property for the other. This is a key requirement for a trustworthy AI, necessary for adoption in high-stakes decision making applications.

📄 PDF Abstract BibTeX arXiv:2101.07685

Code (1)

msetzu/glocalx tf

Tasks

Decision Making

Similar Papers 제목 키워드 기반

Explaining Predictions by Characteristic Rules

2024-05-31 · Amr AlKhatib, Henrik Boström, Michalis Vazirgiannis

Characteristic rules have been advocated for their ability to improve interpretability over discriminative rules within the area of rule learning. However, the former type of rule has not yet been used by techniques for …

Global Aggregations of Local Explanations for Black Box models

2019-07-05 · Ilse van der Linden, Hinda Haned, Evangelos Kanoulas

The decision-making process of many state-of-the-art machine learning models is inherently inscrutable to the extent that it is impossible for a human to interpret the model directly: they are black box models. This has …

Decision MakingOpen-Ended Question Answering

Learning Global Transparent Models Consistent with Local Contrastive Explanations

2020-02-19 · NeurIPS 2020 12 · Tejaswini Pedapati, Avinash Balakrishnan, Karthikeyan Shanmugam, Amit Dhurandhar

There is a rich and growing literature on producing local contrastive/counterfactual explanations for black-box models (e.g. neural networks). In these methods, for an input, an explanation is in the form of a contrast p…

counterfactual

SLISEMAP: Supervised dimensionality reduction through local explanations

2022-01-12 · Anton Björklund, Jarmo Mäkelä, Kai Puolamäki

Existing methods for explaining black box learning models often focus on building local explanations of model behaviour for a particular data item. It is possible to create global explanations for all data items, but the…

ClassificationDimensionality ReductionExplainable ModelsGPU+1

Considerations When Learning Additive Explanations for Black-Box Models

2018-01-26 · ICLR 2019 5 · Sarah Tan, Giles Hooker, Paul Koch, Albert Gordo 외

Many methods to explain black-box models, whether local or global, are additive. In this paper, we study global additive explanations for non-additive models, focusing on four explanation methods: partial dependence, Sha…

Additive models