TL;DR
Masking-based explanation methods like KernelSHAP and LIME struggle with information limits when explaining model predictions. This paper introduces a framework that treats the explanation process as communication over a query channel, revealing the constraints of these methods.
✦ Why It Matters
Engineers can leverage these insights to improve the reliability of model explanations in AI applications.
Key Takeaways
How It Works
The authors model the explanation process as a communication channel, where the complexity of the explanation is quantified by the entropy of the hypothesis class. Each query to the model under perturbation serves as a channel use, and the information rate is determined by the identification capacity per query.
This framework allows for a rigorous analysis of when reliable feature importance recovery is achievable.
Related