Skip to content

visual-xai-for-time-series/time-series-xai-perturbation-analysis

Repository files navigation

A Deep Dive into Perturbations as Evaluation Technique for Time Series XAI

Code and result repository for "A Deep Dive into Perturbations as Evaluation Technique for Time Series XAI".
The full paper can be found as a preprint under: https://arxiv.org/abs/2307.05104

Perturbation Analysis Card

In the paper, we use a specific visualization card to present the data:

Perturbation Analysis Card

Results

The results can be seen in the HTML files in the main directory of the repository.
Alternatively, the results directory contains the experiment results for the different datasets.
The results.json can be loaded via Python to explore the raw results.
All other perturbation analysis cards can be found in the corresponding directories.

Alternatively you can see the HTML files via:
https://htmlpreview.github.io/
e.g., attributions-metrics-forda.html

Reproducibility

For reproducibility, please install Python as mentioned in the version below and the requirements.txt.
Afterward, you can use the jupyter notebooks as they are or convert them to HTML files:
jupyter nbconvert --to=html --ExecutePreprocessor.enabled=True attributions-metrics-forda.ipynb

Extensions

The juypter notebooks can be used as a guideline for future extensions of the experiments.
The dataset needs to be exchanged and the models, but all the different analyses should work for other datasets.

Libraries

License

Released under MIT License. See the LICENSE file for details.

Reference

@conference{,
 author = {Schlegel, Udo and Keim, Daniel A.},
 booktitle = {1st World Conference on eXplainable Artificial Intelligence 2023},
 title = {A Deep Dive into Perturbations as Evaluation Technique for Time Series XAI},
 year = {2023}
}

About

Code and result repository for "A Deep Dive into Perturbations as Evaluation Technique for Time Series XAI"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published