paper-with-me

Papers

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

2021-04-07 · Katarzyna Pekala, Katarzyna Woznica, Przemyslaw Biecek

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.

📄 PDF Abstract BibTeX arXiv:2104.03403

Code (1)

ModelOriented/triplot 공식 구현

Tasks

Explainable artificial intelligenceInterpretable Machine Learning

Methods 이 논문이 사용한 방법론

LIME LIME, or Local Interpretable Model-Agnostic Explanations, is an algorithm that can explain the predictions of any classifier or regressor in a faithful way, by…

Similar Papers 제목 키워드 기반

Model agnostic local variable importance for locally dependent relationships

2024-11-13 · Kelvyn K. Bladen, Adele Cutler, D. Richard Cutler, Kevin R. Moon

Global variable importance measures are commonly used to interpret the results of machine learning models. Local variable importance techniques assess how variables contribute to individual observations. Current methods …

Multi-class Classification

Unrestricted Permutation forces Extrapolation: Variable Importance Requires at least One More Model, or There Is No Free Variable Importance

2019-05-01 · Giles Hooker, Lucas Mentch, Siyu Zhou

This paper reviews and advocates against the use of permute-and-predict (PaP) methods for interpreting black box functions. Methods such as the variable importance measures proposed for random forests, partial dependence…

Impact of LiDAR visualisations on semantic segmentation of archaeological objects

2024-04-08 · Raveerat Jaturapitpornchai, Giulio Poggi, Gregory Sech, Ziga Kokalj 외

Deep learning methods in LiDAR-based archaeological research often leverage visualisation techniques derived from Digital Elevation Models to enhance characteristics of archaeological objects present in the images. This …

Deep LearningSemantic Segmentation

Decomposition of Global Feature Importance into Direct and Associative Components (DEDACT)

2021-06-15 · Gunnar König, Timo Freiesleben, Bernd Bischl, Giuseppe Casalicchio 외

Global model-agnostic feature importance measures either quantify whether features are directly used for a model's predictions (direct importance) or whether they contain prediction-relevant information (associative impo…

Feature Importance

Autorelevance function and other feature relevance measures for univariate time series

2026-07-02 · Julian Cardenas, Jamie Arjona, Pedro Delicado arxiv

We propose a model agnostic methodology to measure lag relevance in machine learning forecasting models applied to univariate time series. Particularly, we are working in the context of time series using the frameworks o…