paper-with-me

Papers

SAFARI: Versatile and Efficient Evaluations for Robustness of Interpretability

2022-08-19 · ICCV 2023 1 · Wei Huang, Xingyu Zhao, Gaojie Jin, Xiaowei Huang

Interpretability of Deep Learning (DL) is a barrier to trustworthy AI. Despite great efforts made by the Explainable AI (XAI) community, explanations lack robustness -- indistinguishable input perturbations may lead to different XAI results. Thus, it is vital to assess how robust DL interpretability is, given an XAI method. In this paper, we identify several challenges that the state-of-the-art is unable to cope with collectively: i) existing metrics are not comprehensive; ii) XAI techniques are highly heterogeneous; iii) misinterpretations are normally rare events. To tackle these challenges, we introduce two black-box evaluation methods, concerning the worst-case interpretation discrepancy and a probabilistic notion of how robust in general, respectively. Genetic Algorithm (GA) with bespoke fitness function is used to solve constrained optimisation for efficient worst-case evaluation. Subset Simulation (SS), dedicated to estimate rare event probabilities, is used for evaluating overall robustness. Experiments show that the accuracy, sensitivity, and efficiency of our methods outperform the state-of-the-arts. Finally, we demonstrate two applications of our methods: ranking robust XAI methods and selecting training schemes to improve both classification and interpretation robustness.

📄 PDF Abstract BibTeX arXiv:2208.09418

Code (1)

havelhuang/eval_xai_robustness 공식 구현 pytorch

Tasks

Explainable Artificial Intelligence (XAI)

Methods 이 논문이 사용한 방법론

GA Genetic Algorithms are search algorithms that mimic Darwinian biological evolution in order to select and propagate better solutions.

Similar Papers 제목 키워드 기반

One Swallow Does Not Make a Summer: Understanding Semantic Structures in Embedding Spaces

2025-11-30 · Yandong Sun, Qiang Huang, Ziwei Xu, Yiqun Sun 외 arxiv

Embedding spaces are fundamental to modern AI, translating raw data into high-dimensional vectors that encode rich semantic relationships. Yet, their internal structures remain opaque, with existing approaches often sacr…

Bias Detection

SAFARI: Sparsity enabled Federated Learning with Limited and Unreliable Communications

2022-04-05 · Yuzhu Mao, Zihao Zhao, Meilin Yang, Le Liang 외

Federated learning (FL) enables edge devices to collaboratively learn a model in a distributed fashion. Many existing researches have focused on improving communication efficiency of high-dimensional models and addressin…

Federated LearningSparse Learning

Approximate Model-Based Diagnosis Using Greedy Stochastic Search

2014-01-16 · Alexander Feldman, Gregory Provan, Arjan van Gemund

We propose a StochAstic Fault diagnosis AlgoRIthm, called SAFARI, which trades off guarantees of computing minimal diagnoses for computational efficiency. We empirically demonstrate, using the 74XXX and ISCAS-85 suites o…

Computational EfficiencyFault Diagnosis

SAFARI: Scaling Long Horizon Agentic Fault Attribution via Active Investigation

2026-06-23 · Chenyang Zhu, Jiayu Yao, Kushal Chawla, Youbing Yin 외 arxiv

As autonomous agents tackle increasingly complex multi-step, multi-agent tasks, their execution trajectories have scaled beyond the constraints of even the largest context windows. Current methods for effectively diagnos…

Exploring the Robustness of Model-Graded Evaluations and Automated Interpretability

2023-11-26 · Simon Lermen, Ondřej Kvapil

There has been increasing interest in evaluations of language models for a variety of risks and characteristics. Evaluations relying on natural language understanding for grading can often be performed at scale by using …

Natural Language Understanding