CVMar 24, 2022

Making Heads or Tails: Towards Semantically Consistent Visual Counterfactuals

Meta AI
arXiv:2203.12892v238 citationsh-index: 34Has Code
AI Analysis

This work addresses the need for more interpretable and efficient counterfactual explanations in machine learning, particularly for fine-grained image classification tasks, though it is incremental in improving existing methods.

The paper tackles the problem of generating semantically consistent visual counterfactual explanations by enforcing that replaced and replacer regions contain the same semantic part, resulting in a 27% improvement in semantic consistency and an order of magnitude faster performance compared to a competing method on fine-grained image recognition datasets.

A visual counterfactual explanation replaces image regions in a query image with regions from a distractor image such that the system's decision on the transformed image changes to the distractor class. In this work, we present a novel framework for computing visual counterfactual explanations based on two key ideas. First, we enforce that the replaced and replacer regions contain the same semantic part, resulting in more semantically consistent explanations. Second, we use multiple distractor images in a computationally efficient way and obtain more discriminative explanations with fewer region replacements. Our approach is 27 % more semantically consistent and an order of magnitude faster than a competing method on three fine-grained image recognition datasets. We highlight the utility of our counterfactuals over existing works through machine teaching experiments where we teach humans to classify different bird species. We also complement our explanations with the vocabulary of parts and attributes that contributed the most to the system's decision. In this task as well, we obtain state-of-the-art results when using our counterfactual explanations relative to existing works, reinforcing the importance of semantically consistent explanations. Source code is available at https://github.com/facebookresearch/visual-counterfactuals.

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