paper-with-me

홈 › Papers

Towards Ground Truth Explainability on Tabular Data

2020-07-20 · Brian Barr, Ke Xu, Claudio Silva, Enrico Bertini, Robert Reilly, C. Bayan Bruss, Jason D. Wittenbach

In data science, there is a long history of using synthetic data for method development, feature selection and feature engineering. Our current interest in synthetic data comes from recent work in explainability. Today's datasets are typically larger and more complex - requiring less interpretable models. In the setting of \textit{post hoc} explainability, there is no ground truth for explanations. Inspired by recent work in explaining image classifiers that does provide ground truth, we propose a similar solution for tabular data. Using copulas, a concise specification of the desired statistical properties of a dataset, users can build intuition around explainability using controlled data sets and experimentation. The current capabilities are demonstrated on three use cases: one dimensional logistic regression, impact of correlation from informative features, impact of correlation from redundant variables.

📄 PDF Abstract BibTeX arXiv:2007.10532

Code (1)

capitalone/synthetic-data 공식 구현 tf

Tasks

Feature Engineeringfeature selection

Methods 이 논문이 사용한 방법론

Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…

Similar Papers 제목 키워드 기반

Concept-Based Explanations for Tabular Data

2022-09-13 · Varsha Pendyala, Jihye Choi

The interpretability of machine learning models has been an essential area of research for the safe deployment of machine learning systems. One particular approach is to attribute model decisions to high-level concepts t…

AttributeFairness

Measuring What Matters: A Unified Evaluation Framework for GNN Explainability

2026-07-06 · Francesco Paolo Nerini, Mirko Zaffaroni, Paolo Baracco, Gabriele Ciravegna 외 arxiv

Graph eXplainable AI (G-XAI) is increasingly important for making Graph Neural Networks interpretable and accountable. While a growing number of explainers are available, choosing the right method and assessing the trust…

Evaluating Explainability for Graph Neural Networks

2022-08-19 · Chirag Agarwal, Owen Queen, Himabindu Lakkaraju, Marinka Zitnik

As post hoc explanations are increasingly used to understand the behavior of graph neural networks (GNNs), it becomes crucial to evaluate the quality and reliability of GNN explanations. However, assessing the quality of…

A Data-Driven Diffusion-based Approach for Audio Deepfake Explanations

2025-06-03 · Petr Grinberg, Ankur Kumar, Surya Koppisetti, Gaurav Bharaj

Evaluating explainability techniques, such as SHAP and LRP, in the context of audio deepfake detection is challenging due to lack of clear ground truth annotations. In the cases when we are able to obtain the ground trut…

Audio Deepfake DetectionDeepFake DetectionFace Swapping

Reimagining GNN Explanations with ideas from Tabular Data

2021-06-23 · Anjali Singh, Shamanth R Nayak K, Balaji Ganesan

Explainability techniques for Graph Neural Networks still have a long way to go compared to explanations available for both neural and decision decision tree-based models trained on tabular data. Using a task that stradd…