paper-with-me

Papers

PERFEX: Classifier Performance Explanations for Trustworthy AI Systems

2022-12-12 · Erwin Walraven, Ajaya Adhikari, Cor J. Veenman

Explainability of a classification model is crucial when deployed in real-world decision support systems. Explanations make predictions actionable to the user and should inform about the capabilities and limitations of the system. Existing explanation methods, however, typically only provide explanations for individual predictions. Information about conditions under which the classifier is able to support the decision maker is not available, while for instance information about when the system is not able to differentiate classes can be very helpful. In the development phase it can support the search for new features or combining models, and in the operational phase it supports decision makers in deciding e.g. not to use the system. This paper presents a method to explain the qualities of a trained base classifier, called PERFormance EXplainer (PERFEX). Our method consists of a meta tree learning algorithm that is able to predict and explain under which conditions the base classifier has a high or low error or any other classification performance metric. We evaluate PERFEX using several classifiers and datasets, including a case study with urban mobility data. It turns out that PERFEX typically has high meta prediction performance even if the base classifier is hardly able to differentiate classes, while giving compact performance explanations.

📄 PDF Abstract BibTeX arXiv:2212.06045

Code (1)

erwinwalraven/perfex 공식 구현

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Play MNIST For Me! User Studies on the Effects of Post-Hoc, Example-Based Explanations & Error Rates on Debugging a Deep Learning, Black-Box Classifier

2020-09-10 · Courtney Ford, Eoin M. Kenny, Mark T. Keane

This paper reports two experiments (N=349) on the impact of post hoc explanations by example and error rates on peoples perceptions of a black box classifier. Both experiments show that when people are given case based e…

Explainable Artificial Intelligence (XAI)

ProtoVAE: A Trustworthy Self-Explainable Prototypical Variational Model

2022-10-15 · Srishti Gautam, Ahcene Boubekki, Stine Hansen, Suaiba Amina Salahuddin 외

The need for interpretable models has fostered the development of self-explainable classifiers. Prior approaches are either based on multi-stage optimization schemes, impacting the predictive performance of the model, or…

Diversitymodel

"Why Should I Trust You?": Explaining the Predictions of Any Classifier

2016-02-16 · Marco Tulio Ribeiro, Sameer Singh, Carlos Guestrin

Despite widespread adoption, machine learning models remain mostly black boxes. Understanding the reasons behind predictions is, however, quite important in assessing trust, which is fundamental if one plans to take acti…

Image Attributionimage-classificationImage ClassificationInterpretability Techniques for Deep Learning+2

TT-XAI: Trustworthy Clinical Text Explanations via Keyword Distillation and LLM Reasoning

2025-07-30 · Kristian Miok, Blaz Škrlj, Daniela Zaharie, Marko Robnik Šikonja arxiv

Clinical language models often struggle to provide trustworthy predictions and explanations when applied to lengthy, unstructured electronic health records (EHRs). This work introduces TT-XAI, a lightweight and effective…

Exposing Vulnerabilities in Explanation for Time Series Classifiers via Dual-Target Attacks

2026-02-02 · Bohan Wang, Zewen Liu, Lu Lin, Hui Liu 외 arxiv

Interpretable time series deep learning systems are often assessed by checking temporal consistency on explanations, implicitly treating this as evidence of robustness. We show that this assumption can fail: Predictions …