LGApr 7, 2021

Triplot: model agnostic measures and visualisations for variable importance in predictive models that take into account the hierarchical correlation structure

arXiv:2104.03403v14 citations
Originality Highly original
AI Analysis

This work addresses the need for more accurate model interpretability in explainable AI by incorporating correlation structures, offering a novel approach for researchers and practitioners dealing with correlated data.

The authors tackled the problem that existing variable importance methods ignore feature correlations, reducing model explainability, by proposing new dataset-level and instance-level measures that exploit correlation information, along with a triplot visualization for high-density model exploration, and demonstrated its impact on a real-world dataset with 5k instances and 37 features.

One of the key elements of explanatory analysis of a predictive model is to assess the importance of individual variables. Rapid development of the area of predictive model exploration (also called explainable artificial intelligence or interpretable machine learning) has led to the popularization of methods for local (instance level) and global (dataset level) methods, such as Permutational Variable Importance, Shapley Values (SHAP), Local Interpretable Model Explanations (LIME), Break Down and so on. However, these methods do not use information about the correlation between features which significantly reduce the explainability of the model behaviour. In this work, we propose new methods to support model analysis by exploiting the information about the correlation between variables. The dataset level aspect importance measure is inspired by the block permutations procedure, while the instance level aspect importance measure is inspired by the LIME method. We show how to analyze groups of variables (aspects) both when they are proposed by the user and when they should be determined automatically based on the hierarchical structure of correlations between variables. Additionally, we present the new type of model visualisation, triplot, which exploits a hierarchical structure of variable grouping to produce a high information density model visualisation. This visualisation provides a consistent illustration for either local or global model and data exploration. We also show an example of real-world data with 5k instances and 37 features in which a significant correlation between variables affects the interpretation of the effect of variable importance. The proposed method is, to our knowledge, the first to allow direct use of the correlation between variables in exploratory model analysis.

Code Implementations1 repo
Foundations

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

Your Notes