paper-with-me

홈 › Papers

Interpretability Beyond Feature Attribution: Quantitative Testing with Concept Activation Vectors (TCAV)

2017-11-30 · ICML 2018 7 · Been Kim, Martin Wattenberg, Justin Gilmer, Carrie Cai, James Wexler, Fernanda Viegas, Rory Sayres

The interpretation of deep learning models is a challenge due to their size, complexity, and often opaque internal state. In addition, many systems, such as image classifiers, operate on low-level features rather than high-level concepts. To address these challenges, we introduce Concept Activation Vectors (CAVs), which provide an interpretation of a neural net's internal state in terms of human-friendly concepts. The key idea is to view the high-dimensional internal state of a neural net as an aid, not an obstacle. We show how to use CAVs as part of a technique, Testing with CAVs (TCAV), that uses directional derivatives to quantify the degree to which a user-defined concept is important to a classification result--for example, how sensitive a prediction of "zebra" is to the presence of stripes. Using the domain of image classification as a testing ground, we describe how CAVs may be used to explore hypotheses and generate insights for a standard image classification network as well as a medical application.

📄 PDF Abstract BibTeX arXiv:1711.11279

Code (11)

tensorflow/tcav 공식 구현 tf
fursovia/tcav_nlp tf
giovannimaffei/concept_activation_vectors tf
google-research/mood-board-search tf
jwendyr/tcav tf
maragraziani/iMIMIC-RCVs tf
mbakler/Tcav_pytorch_implementation pytorch
medgift/iMIMIC-RCVs tf
pnxenopoulos/cav-keras
pytorch/captum pytorch
soumyadip1995/TCAV

Tasks

General Classificationimage-classificationImage Classification

Similar Papers 제목 키워드 기반

Benchmarking Attribution Methods with Relative Feature Importance

2019-07-23 · Mengjiao Yang, Been Kim

Interpretability is an important area of research for safe deployment of machine learning systems. One particular type of interpretability method attributes model decisions to input features. Despite active development, …

BenchmarkingFeature Importance

Discriminative Attribution from Counterfactuals

2021-09-28 · Nils Eckstein, Alexander S. Bates, Gregory S. X. E. Jefferis, Jan Funke

We present a method for neural network interpretability by combining feature attribution with counterfactual explanations to generate attribution maps that highlight the most discriminative features between pairs of clas…

counterfactual

Beyond Shapley Values: Cooperative Games for the Interpretation of Machine Learning Models

2025-06-16 · Marouane Il Idrissi, Agathe Fernandes Machado, Arthur Charpentier

Cooperative game theory has become a cornerstone of post-hoc interpretability in machine learning, largely through the use of Shapley values. Yet, despite their widespread adoption, Shapley-based methods often rest on ax…

TriGuard: Testing Model Safety with Attribution Entropy, Verification, and Drift

2025-06-17 · Dipesh Tharu Mahato, Rohan Poudel, Pramod Dhungana

Deep neural networks often achieve high accuracy, but ensuring their reliability under adversarial and distributional shifts remains a pressing challenge. We propose TriGuard, a unified safety evaluation framework that c…

Visual Explanations of Image-Text Representations via Multi-Modal Information Bottleneck Attribution

2023-12-28 · NeurIPS 2023 11 · Ying Wang, Tim G. J. Rudner, Andrew Gordon Wilson

Vision-language pretrained models have seen remarkable success, but their application to safety-critical settings is limited by their lack of interpretability. To improve the interpretability of vision-language models su…