LGMLFeb 23, 2021

Feature Importance Explanations for Temporal Black-Box Models

arXiv:2102.11934v124 citations
Originality Incremental advance
AI Analysis

This addresses the need for interpretable explanations in time-varying data for users of complex models, though it is incremental as it builds on existing permutation-based methods.

The paper tackled the problem of explaining temporal black-box models by proposing TIME, a model-agnostic method that uses permutation-based analysis and hypothesis testing to identify feature importance with temporal ordering and localized windows, resulting in statistically rigorous explanations.

Models in the supervised learning framework may capture rich and complex representations over the features that are hard for humans to interpret. Existing methods to explain such models are often specific to architectures and data where the features do not have a time-varying component. In this work, we propose TIME, a method to explain models that are inherently temporal in nature. Our approach (i) uses a model-agnostic permutation-based approach to analyze global feature importance, (ii) identifies the importance of salient features with respect to their temporal ordering as well as localized windows of influence, and (iii) uses hypothesis testing to provide statistical rigor.

Code Implementations2 repos
Foundations

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

Your Notes