AICRLGMay 29, 2022

Unfooling Perturbation-Based Post Hoc Explainers

arXiv:2205.14772v318 citationsh-index: 41
Originality Incremental advance
AI Analysis

This addresses a critical issue for auditors and regulators in high-stakes domains like healthcare and finance, though it is an incremental improvement focused on securing existing explainers.

The paper tackles the problem of adversarial attacks on perturbation-based post hoc explainers like LIME and SHAP, which can fool auditors by concealing decision-making processes, and proposes detection (CAD-Detect) and defense (CAD-Defend) algorithms that successfully mitigate these attacks on real-world data.

Monumental advancements in artificial intelligence (AI) have lured the interest of doctors, lenders, judges, and other professionals. While these high-stakes decision-makers are optimistic about the technology, those familiar with AI systems are wary about the lack of transparency of its decision-making processes. Perturbation-based post hoc explainers offer a model agnostic means of interpreting these systems while only requiring query-level access. However, recent work demonstrates that these explainers can be fooled adversarially. This discovery has adverse implications for auditors, regulators, and other sentinels. With this in mind, several natural questions arise - how can we audit these black box systems? And how can we ascertain that the auditee is complying with the audit in good faith? In this work, we rigorously formalize this problem and devise a defense against adversarial attacks on perturbation-based explainers. We propose algorithms for the detection (CAD-Detect) and defense (CAD-Defend) of these attacks, which are aided by our novel conditional anomaly detection approach, KNN-CAD. We demonstrate that our approach successfully detects whether a black box system adversarially conceals its decision-making process and mitigates the adversarial attack on real-world data for the prevalent explainers, LIME and SHAP.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes