paper-with-me

Papers

Explainability of Machine Learning Models under Missing Data

2024-06-29 · Tuan L. Vo, Thu Nguyen, Luis M. Lopez-Ramos, Hugo L. Hammer, Michael A. Riegler, Pal Halvorsen

Missing data is a prevalent issue that can significantly impair model performance and explainability. This paper briefly summarizes the development of the field of missing data with respect to Explainable Artificial Intelligence and experimentally investigates the effects of various imputation methods on SHAP (SHapley Additive exPlanations), a popular technique for explaining the output of complex machine learning models. Next, we compare different imputation strategies and assess their impact on feature importance and interaction as determined by Shapley values. Moreover, we also theoretically analyze the effects of missing values on Shapley values. Importantly, our findings reveal that the choice of imputation method can introduce biases that could lead to changes in the Shapley values, thereby affecting the explainability of the model. Moreover, we also show that a lower test prediction MSE (Mean Square Error) does not necessarily imply a lower MSE in Shapley values and vice versa. Also, while XGBoost (eXtreme Gradient Boosting) is a method that could handle missing data directly, using XGBoost directly on missing data can seriously affect explainability compared to imputing the data before training XGBoost. This study provides a comprehensive evaluation of imputation methods in the context of model explanations, offering practical guidance for selecting appropriate techniques based on dataset characteristics and analysis objectives. The results underscore the importance of considering imputation effects to ensure robust and reliable insights from machine learning models.

📄 PDF Abstract BibTeX arXiv:2407.00411

Code (1)

simulamet-host/SHAP 공식 구현

Tasks

Explainable artificial intelligenceFeature ImportanceImputationMissing Values

Methods 이 논문이 사용한 방법론

SHAP 설명 없음

Similar Papers 제목 키워드 기반

Handling Missing Values in Local Post-hoc Explainability

2023-10-21 · World Conference on Explainable Artificial Intelligence 2023 10 · Martina Cinquini, Fosca Giannotti, Riccardo Guidotti, Andrea Mattei

Missing data are quite common in real scenarios when using Artificial Intelligence (AI) systems for decision-making with tabular data and effectively handling them poses a significant challenge for such systems. While so…

Decision MakingFeature ImportanceImputationMissing Values

Common Steps in Machine Learning Might Hinder The Explainability Aims in Medicine

2024-08-30 · Ahmed M Salih

Data pre-processing is a significant step in machine learning to improve the performance of the model and decreases the running time. This might include dealing with missing values, outliers detection and removing, data …

Data AugmentationDimensionality ReductionMissing Values

On Logic-Based Explainability with Partially Specified Inputs

2023-06-27 · Ramón Béjar, António Morgado, Jordi Planes, Joao Marques-Silva

In the practical deployment of machine learning (ML) models, missing data represents a recurring challenge. Missing data is often addressed when training ML models. But missing data also needs to be addressed when decidi…

Unlocking Layer-wise Relevance Propagation for Autoencoders

2023-03-21 · Kenyu Kobayashi, Renata Khasanova, Arno Schneuwly, Felix Schmidt 외

Autoencoders are a powerful and versatile tool often used for various problems such as anomaly detection, image processing and machine translation. However, their reconstructions are not always trivial to explain. Theref…

Anomaly DetectionMachine TranslationTranslation

Unifying Post-hoc Explanations of Knowledge Graph Completions

2025-07-29 · Alessandro Lonardi, Samy Badreddine, Tarek R. Besold, Pablo Sanchez Martin arxiv

Knowledge Graphs organize information as entity-relation-entity triples, enabling machine learning models to predict plausible missing triples in a task known as Knowledge Graph Completion (KGC). Post-hoc explainability …

Knowledge Graph CompletionKnowledge Graphs