CVAIJun 28, 2021

Contrastive Counterfactual Visual Explanations With Overdetermination

arXiv:2106.14556v312 citations
Originality Incremental advance
AI Analysis

This addresses the need for more interpretable AI in domains like medical imaging, though it is an incremental advance over existing explanation methods.

The paper tackles the problem of explaining image classification decisions by introducing CLEAR Image, a method that generates contrastive and counterfactual explanations via adversarial learning, resulting in a 27% average improvement over Grad-CAM and LIME in a medical imaging case study.

A novel explainable AI method called CLEAR Image is introduced in this paper. CLEAR Image is based on the view that a satisfactory explanation should be contrastive, counterfactual and measurable. CLEAR Image explains an image's classification probability by contrasting the image with a corresponding image generated automatically via adversarial learning. This enables both salient segmentation and perturbations that faithfully determine each segment's importance. CLEAR Image was successfully applied to a medical imaging case study where it outperformed methods such as Grad-CAM and LIME by an average of 27% using a novel pointing game metric. CLEAR Image excels in identifying cases of "causal overdetermination" where there are multiple patches in an image, any one of which is sufficient by itself to cause the classification probability to be close to one.

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