paper-with-me

Papers

Overlooked factors in concept-based explanations: Dataset choice, concept learnability, and human capability

2022-07-20 · CVPR 2023 1 · Vikram V. Ramaswamy, Sunnie S. Y. Kim, Ruth Fong, Olga Russakovsky

Concept-based interpretability methods aim to explain deep neural network model predictions using a predefined set of semantic concepts. These methods evaluate a trained model on a new, "probe" dataset and correlate model predictions with the visual concepts labeled in that dataset. Despite their popularity, they suffer from limitations that are not well-understood and articulated by the literature. In this work, we analyze three commonly overlooked factors in concept-based explanations. First, the choice of the probe dataset has a profound impact on the generated explanations. Our analysis reveals that different probe datasets may lead to very different explanations, and suggests that the explanations are not generalizable outside the probe dataset. Second, we find that concepts in the probe dataset are often less salient and harder to learn than the classes they claim to explain, calling into question the correctness of the explanations. We argue that only visually salient concepts should be used in concept-based explanations. Finally, while existing methods use hundreds or even thousands of concepts, our human studies reveal a much stricter upper bound of 32 concepts or less, beyond which the explanations are much less practically useful. We make suggestions for future development and analysis of concept-based interpretability methods. Code for our analysis and user interface can be found at \url{https://github.com/princetonvisualai/OverlookedFactors}

📄 PDF Abstract BibTeX arXiv:2207.09615

Code (1)

princetonvisualai/overlookedfactors 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Estimation of Concept Explanations Should be Uncertainty Aware

2023-12-13 · Vihari Piratla, Juyeon Heo, Katherine M. Collins, Sukriti Singh 외

Model explanations can be valuable for interpreting and debugging predictive models. We study a specific kind called Concept Explanations, where the goal is to interpret a model using human-understandable concepts. Altho…

COPA-SSE: Semi-structured Explanations for Commonsense Reasoning

2022-01-18 · LREC 2022 6 · Ana Brassard, Benjamin Heinzerling, Pride Kavumba, Kentaro Inui

We present Semi-Structured Explanations for COPA (COPA-SSE), a new crowdsourced dataset of 9,747 semi-structured, English common sense explanations for Choice of Plausible Alternatives (COPA) questions. The explanations …

Common Sense ReasoningKnowledge Graphs

Cross-modal Counterfactual Explanations: Uncovering Decision Factors and Dataset Biases in Subjective Classification

2025-12-21 · Alina Elena Baia, Andrea Cavallaro arxiv

Concept-driven counterfactuals explain decisions of classifiers by altering the model predictions through semantic changes. In this paper, we present a novel approach that leverages cross-modal decompositionality and ima…

Counterfactual Explanations Under Concept Drift

2026-05-17 · Marcin Kostrzewa, Jerzy Stefanowski, Maciej Zięba arxiv

Counterfactual explanations (CFEs) provide actionable recourse, but most methods assume a static framework with fixed data and a trained classifier. This assumption breaks in evolving data environments, such as data stre…

Concept-Based Explanations in Computer Vision: Where Are We and Where Could We Go?

2024-09-20 · Jae Hee Lee, Georgii Mikriukov, Gesina Schwalbe, Stefan Wermter 외

Concept-based XAI (C-XAI) approaches to explaining neural vision models are a promising field of research, since explanations that refer to concepts (i.e., semantically meaningful parts in an image) are intuitive to unde…