This repo is for our ICLR2025 paper F-Fidelity: A Robust Framework for Faithfulness Evaluation of Explainable AI [project]
Update! We add a sample(easy to use) for image classifications. It is easy to adopt to other domain, such as Time Series.
- If you just want to use our fidelity for evaluation, please refer to the example in the tools.
- Train and finetune the classification model. During finetuning, please use random deletion random augmenation with ratio
$\beta$ . We provide our solution for these task. - Obtain initial explanations, we provide the examples of CAMs and IGs. Generate various noise degraded explanations.
- Evaluation
- We also provide the results of cifar100 in google drive
- numpy, PIL, python-opencv, matplotlib, tqdm
- pytorch, torchvision
- captum
- pytorch-grad-cam
@misc{zheng2024ffidelityrobustframeworkfaithfulness,
title={F-Fidelity: A Robust Framework for Faithfulness Evaluation of Explainable AI},
author={Xu Zheng and Farhad Shirani and Zhuomin Chen and Chaohao Lin and Wei Cheng and Wenbo Guo and Dongsheng Luo},
year={2024},
eprint={2410.02970},
archivePrefix={arXiv},
primaryClass={cs.LG},
url={https://arxiv.org/abs/2410.02970},
}