MLLGSep 12, 2022

Model interpretation using improved local regression with variable importance

arXiv:2209.05371v13 citationsh-index: 48
Originality Incremental advance
AI Analysis

This work addresses the need for more reliable and stable interpretability methods in ML to enhance transparency in decision-making, representing an incremental improvement over existing techniques.

The paper tackles the problem of unreliable and unstable explanations from existing ML interpretability methods by introducing two new methods, VarImp and SupClus, which use local regression with weighted distances based on variable importance. The results show that these methods yield better explanations, particularly in high-dimensional problems with irrelevant features and non-linear relationships, outperforming state-of-the-art approaches on several metrics.

A fundamental question on the use of ML models concerns the explanation of their predictions for increasing transparency in decision-making. Although several interpretability methods have emerged, some gaps regarding the reliability of their explanations have been identified. For instance, most methods are unstable (meaning that they give very different explanations with small changes in the data), and do not cope well with irrelevant features (that is, features not related to the label). This article introduces two new interpretability methods, namely VarImp and SupClus, that overcome these issues by using local regressions fits with a weighted distance that takes into account variable importance. Whereas VarImp generates explanations for each instance and can be applied to datasets with more complex relationships, SupClus interprets clusters of instances with similar explanations and can be applied to simpler datasets where clusters can be found. We compare our methods with state-of-the art approaches and show that it yields better explanations according to several metrics, particularly in high-dimensional problems with irrelevant features, as well as when the relationship between features and target is non-linear.

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