MLLGSep 30, 2020

Accurate and Robust Feature Importance Estimation under Distribution Shifts

arXiv:2009.14454v112 citations
Originality Highly original
AI Analysis

This addresses the need for reliable explainability in critical applications where models face real-world domain shifts, representing a strong specific gain rather than a foundational breakthrough.

The paper tackled the problem of existing feature importance estimation methods being unreliable under distribution shifts, and proposed PRoFILE, which significantly improved fidelity and robustness over state-of-the-art approaches on benchmark datasets.

With increasing reliance on the outcomes of black-box models in critical applications, post-hoc explainability tools that do not require access to the model internals are often used to enable humans understand and trust these models. In particular, we focus on the class of methods that can reveal the influence of input features on the predicted outputs. Despite their wide-spread adoption, existing methods are known to suffer from one or more of the following challenges: computational complexities, large uncertainties and most importantly, inability to handle real-world domain shifts. In this paper, we propose PRoFILE, a novel feature importance estimation method that addresses all these challenges. Through the use of a loss estimator jointly trained with the predictive model and a causal objective, PRoFILE can accurately estimate the feature importance scores even under complex distribution shifts, without any additional re-training. To this end, we also develop learning strategies for training the loss estimator, namely contrastive and dropout calibration, and find that it can effectively detect distribution shifts. Using empirical studies on several benchmark image and non-image data, we show significant improvements over state-of-the-art approaches, both in terms of fidelity and robustness.

Foundations

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

Your Notes