paper-with-me

Papers

Visualizing the Feature Importance for Black Box Models

2018-04-18 · Giuseppe Casalicchio, Christoph Molnar, Bernd Bischl

In recent years, a large amount of model-agnostic methods to improve the transparency, trustability and interpretability of machine learning models have been developed. We introduce local feature importance as a local version of a recent model-agnostic global feature importance method. Based on local feature importance, we propose two visual tools: partial importance (PI) and individual conditional importance (ICI) plots which visualize how changes in a feature affect the model performance on average, as well as for individual observations. Our proposed methods are related to partial dependence (PD) and individual conditional expectation (ICE) plots, but visualize the expected (conditional) feature importance instead of the expected (conditional) prediction. Furthermore, we show that averaging ICI curves across observations yields a PI curve, and integrating the PI curve with respect to the distribution of the considered feature results in the global feature importance. Another contribution of our paper is the Shapley feature importance, which fairly distributes the overall performance of a model among the features according to the marginal contributions and which can be used to compare the feature importance across different models.

📄 PDF Abstract BibTeX arXiv:1804.06620

Code (1)

giuseppec/featureImportance 공식 구현

Tasks

Feature Importance

Methods 이 논문이 사용한 방법론

Interpretability 설명 없음

Similar Papers 제목 키워드 기반

Explaining and visualizing black-box models through counterfactual paths

2023-07-15 · Bastian Pfeifer, Mateusz Krzyzinski, Hubert Baniecki, Anna Saranti 외

Explainable AI (XAI) is an increasingly important area of machine learning research, which aims to make black-box models transparent and interpretable. In this paper, we propose a novel approach to XAI that uses the so-c…

counterfactualExplainable Artificial Intelligence (XAI)Feature ImportanceKnowledge Graphs

VINE: Visualizing Statistical Interactions in Black Box Models

2019-04-01 · Matthew Britton

As machine learning becomes more pervasive, there is an urgent need for interpretable explanations of predictive models. Prior work has developed effective methods for visualizing global model behavior, as well as genera…

Visualizing Convolutional Neural Networks to Improve Decision Support for Skin Lesion Classification

2018-09-11 · Pieter Van Molle, Miguel De Strooper, Tim Verbelen, Bert Vankeirsbilck 외

Because of their state-of-the-art performance in computer vision, CNNs are becoming increasingly popular in a variety of fields, including medicine. However, as neural networks are black box function approximators, it is…

General ClassificationLesion ClassificationSkin Lesion Classification

Visualizing Topological Importance: A Class-Driven Approach

2023-09-22 · Yu Qin, Brittany Terese Fasy, Carola Wenk, Brian Summa

This paper presents the first approach to visualize the importance of topological features that define classes of data. Topological features, with their ability to abstract the fundamental structure of complex data, are …

Feature Importance

MultiViz: Towards Visualizing and Understanding Multimodal Models

2022-06-30 · Paul Pu Liang, Yiwei Lyu, Gunjan Chhablani, Nihal Jain 외

The promise of multimodal models for real-world applications has inspired research in visualizing and understanding their internal mechanics with the end goal of empowering stakeholders to visualize model behavior, perfo…