← Search

Neil Jethani

3 accepted papers

2023

Don’t be fooled: label leakage in explanation methods and the importance of their quantitative evaluation

AISTATS 2023poster

Feature attribution methods identify which features of an input most influence a model’s output. Most widely-used feature attribution methods (such as SHAP, LIME, and Grad-CAM) are “class-dependent” methods in that they generate a feature attribution vector as a function of class. In this work, we d…

Cited by 15SourcePDFScholar
2022

FastSHAP: Real-Time Shapley Value Estimation

ICLR 2022poster

Although Shapley values are theoretically appealing for explaining black-box models, they are costly to calculate and thus impractical in settings that involve large, high-dimensional models. To remedy this issue, we introduce FastSHAP, a new method for estimating Shapley values in a single forward…

Cited by 172SourcePDFScholar
2021

Have We Learned to Explain?: How Interpretability Methods Can Learn to Encode Predictions in their Interpretations.

AISTATS 2021poster

While the need for interpretable machine learning has been established, many common approaches are slow, lack fidelity, or hard to evaluate. Amortized explanation methods reduce the cost of providing interpretations by learning a global selector model that returns feature importances for a single in…