LGAICVMLOct 31, 2022

Trade-off Between Efficiency and Consistency for Removal-based Explanations

arXiv:2210.17426v38 citationsh-index: 28Has Code
Originality Incremental advance
AI Analysis

This work addresses the problem of inconsistent explanations in machine learning interpretability for researchers and practitioners, offering a novel theoretical framework and improved algorithms, though it is incremental in building on existing removal-based methods.

The paper tackles the inherent trade-off between efficiency and consistency in removal-based explanation methods like SHAP and LIME, establishing an Impossible Trinity Theorem that shows interpretability, efficiency, and consistency cannot all be achieved simultaneously. It proposes using interpretation error as a metric and introduces two algorithms that reduce this error by up to 31.8 times compared to existing techniques.

In the current landscape of explanation methodologies, most predominant approaches, such as SHAP and LIME, employ removal-based techniques to evaluate the impact of individual features by simulating various scenarios with specific features omitted. Nonetheless, these methods primarily emphasize efficiency in the original context, often resulting in general inconsistencies. In this paper, we demonstrate that such inconsistency is an inherent aspect of these approaches by establishing the Impossible Trinity Theorem, which posits that interpretability, efficiency, and consistency cannot hold simultaneously. Recognizing that the attainment of an ideal explanation remains elusive, we propose the utilization of interpretation error as a metric to gauge inefficiencies and inconsistencies. To this end, we present two novel algorithms founded on the standard polynomial basis, aimed at minimizing interpretation error. Our empirical findings indicate that the proposed methods achieve a substantial reduction in interpretation error, up to 31.8 times lower when compared to alternative techniques. Code is available at https://github.com/trusty-ai/efficient-consistent-explanations.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes