This repository is a supplement to the following paper:
Hubert Baniecki, Giuseppe Casalicchio, Bernd Bischl, Przemyslaw Biecek. On the Robustness of Global Feature Effect Explanations. ECML PKDD 2024 https://arxiv.org/abs/2406.09069
@inproceedings{baniecki2024robustness,
title = {On the Robustness of Global Feature Effect Explanations},
author = {Hubert Baniecki and
Giuseppe Casalicchio and
Bernd Bischl and
Przemyslaw Biecek},
booktitle = {ECML PKDD},
year = {2024}
}
mamba env create -f env.yml
- install OpenXAI:
- download
https://github.com/AI4LIFE-GROUP/OpenXAI
- remove version of
torch
mamba activate robustfe
pip install .
- download
experiment1.ipynb
uses the algorithm (Baniecki et al., 2022) implemented insrc
to perform experiments reported in Section 5.1experiment2.ipynb
,experiment2_plot.ipynb
perform experiments reported in Section 5.2results
directory contains metadata of results from runningexperiment1.ipynb
andexperiment2.ipynb
Adebayo et al. Sanity Checks for Saliency Maps. NeurIPS 2018
Baniecki et al. Fooling Partial Dependence via Data Poisoning. ECML PKDD 2022
Gkolemis et al. RHALE: Robust and Heterogeneity-aware Accumulated Local Effects. ECAI 2023
Lin et al. On the Robustness of Removal-Based Feature Attributions. NeurIPS 2023