paper-with-me

Papers

Explaining Machine Learning Models using Entropic Variable Projection

2018-10-18 · François Bachoc, Fabrice Gamboa, Max Halford, Jean-Michel Loubes, Laurent Risser

In this paper, we present a new explainability formalism designed to shed light on how each input variable of a test set impacts the predictions of machine learning models. Hence, we propose a group explainability formalism for trained machine learning decision rules, based on their response to the variability of the input variables distribution. In order to emphasize the impact of each input variable, this formalism uses an information theory framework that quantifies the influence of all input-output observations based on entropic projections. This is thus the first unified and model agnostic formalism enabling data scientists to interpret the dependence between the input variables, their impact on the prediction errors, and their influence on the output predictions. Convergence rates of the entropic projections are provided in the large sample case. Most importantly, we prove that computing an explanation in our framework has a low algorithmic complexity, making it scalable to real-life large datasets. We illustrate our strategy by explaining complex decision rules learned by using XGBoost, Random Forest or Deep Neural Network classifiers on various datasets such as Adult Income, MNIST, CelebA, Boston Housing, Iris, as well as synthetic ones. We finally make clear its differences with the explainability strategies LIME and SHAP, that are based on single observations. Results can be reproduced by using the freely distributed Python toolbox https://gems-ai.aniti.fr/.

📄 PDF Abstract BibTeX arXiv:1810.07924

Code (2)

XAI-ANITI/ethik 공식 구현
wikistat/Fair-ML-4-Ethical-AI

Tasks

BIG-bench Machine Learning

Methods 이 논문이 사용한 방법론

SHAP 설명 없음
LIME LIME, or Local Interpretable Model-Agnostic Explanations, is an algorithm that can explain the predictions of any classifier or regressor in a faithful way, by…

Similar Papers 제목 키워드 기반

Entropic Projection Alignment: Estimating, Explaining, and Improving Model Performance Under Distribution Shift

2026-05-29 · Salim I. Amoukou, Emanuele Albini, Tom Bewley, Saumitra Mishra 외 arxiv

We propose a unified framework for addressing three key challenges of distribution shift: (1) estimating a model's performance on an unlabeled target domain, (2) explaining the shift by identifying the features responsib…

Computational EfficiencyDomain Adaptation

A Proximal Bregman Projection Approach to Continuous Max-Flow Problems Using Entropic Distances

2015-01-30 · John S. H. Baxter, Martin Rajchl, Jing Yuan, Terry M. Peters

One issue limiting the adaption of large-scale multi-region segmentation is the sometimes prohibitive memory requirements. This is especially troubling considering advances in massively parallel computing and commercial …

Segmentation

Local Interpretable Model-agnostic Explanations of Bayesian Predictive Models via Kullback-Leibler Projections

2018-10-05 · Tomi Peltola

We introduce a method, KL-LIME, for explaining predictions of Bayesian predictive models by projecting the information in the predictive distribution locally to a simpler, interpretable explanation model. The proposed ap…

Variable Selection

Neural Thermodynamics I: Entropic Forces in Deep and Universal Representation Learning

2025-05-18 · Liu Ziyin, Yizhou Xu, Isaac Chuang

With the rapid discovery of emergent phenomena in deep learning and large language models, explaining and understanding their cause has become an urgent need. Here, we propose a rigorous entropic-force theory for underst…

Deep LearningRepresentation Learning

Robust Sublinear Convergence Rates for Iterative Bregman Projections

2026-02-01 · Gabriel Peyré arxiv

Entropic regularization provides a simple way to approximate linear programs whose constraints split into two or more tractable blocks. The resulting objectives are amenable to cyclic Kullback-Leibler (KL) Bregman projec…