Efficient Explanations With Relevant Sets
Yacine Izza, Alexey Ignatiev, Nina Narodytska, Martin C. Cooper, Joao, Marques-Silva

TL;DR
This paper addresses the computational challenges of generating relevant sets for model explanations by proposing efficient methods for subset-minimal sets, especially for decision trees, demonstrating improved performance over existing heuristics.
Contribution
It introduces a practical approach to compute subset-minimal $ ext{delta}$-relevant sets efficiently for certain classifiers, reducing complexity from NP^PP to NP and polynomial calls to an NP oracle.
Findings
Proposed method outperforms heuristic explainers in experiments.
Computing subset-minimal $ ext{delta}$-relevant sets is feasible for decision trees.
Experimental results confirm the efficiency and effectiveness of the approach.
Abstract
Recent work proposed -relevant inputs (or sets) as a probabilistic explanation for the predictions made by a classifier on a given input. -relevant sets are significant because they serve to relate (model-agnostic) Anchors with (model-accurate) PI- explanations, among other explanation approaches. Unfortunately, the computation of smallest size -relevant sets is complete for , rendering their computation largely infeasible in practice. This paper investigates solutions for tackling the practical limitations of -relevant sets. First, the paper alternatively considers the computation of subset-minimal sets. Second, the paper studies concrete families of classifiers, including decision trees among others. For these cases, the paper shows that the computation of subset-minimal -relevant sets is in NP, and can be solved with a polynomial…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsExplainable Artificial Intelligence (XAI) · Adversarial Robustness in Machine Learning · Machine Learning and Data Classification
