CVSep 29, 2023

PRIME: Prioritizing Interpretability in Failure Mode Extraction

arXiv:2310.00164v210 citationsh-index: 49
Originality Incremental advance
AI Analysis

This work addresses the challenge of making model failures interpretable for users, but it is incremental as it builds on existing clustering-based approaches.

The authors tackled the problem of generating human-understandable descriptions for failure modes in image classification models by prioritizing interpretability, resulting in a method that successfully identifies failure modes and produces high-quality text descriptions.

In this work, we study the challenge of providing human-understandable descriptions for failure modes in trained image classification models. Existing works address this problem by first identifying clusters (or directions) of incorrectly classified samples in a latent space and then aiming to provide human-understandable text descriptions for them. We observe that in some cases, describing text does not match well with identified failure modes, partially owing to the fact that shared interpretable attributes of failure modes may not be captured using clustering in the feature space. To improve on these shortcomings, we propose a novel approach that prioritizes interpretability in this problem: we start by obtaining human-understandable concepts (tags) of images in the dataset and then analyze the model's behavior based on the presence or absence of combinations of these tags. Our method also ensures that the tags describing a failure mode form a minimal set, avoiding redundant and noisy descriptions. Through several experiments on different datasets, we show that our method successfully identifies failure modes and generates high-quality text descriptions associated with them. These results highlight the importance of prioritizing interpretability in understanding model failures.

Foundations

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

Your Notes