paper-with-me

홈 › Papers

TCAV: Relative concept importance testing with Linear Concept Activation Vectors

2018-01-01 · ICLR 2018 1 · Been Kim, Justin Gilmer, Martin Wattenberg, Fernanda Viégas

Despite neural network’s high performance, the lack of interpretability has been the main bottleneck for its safe usage in practice. In domains with high stakes (e.g., medical diagnosis), gaining insights into the network is critical for gaining trust and being adopted. One of the ways to improve interpretability of a NN is to explain the importance of a particular concept (e.g., gender) in prediction. This is useful for explaining reasoning behind the networks’ predictions, and for revealing any biases the network may have. This work aims to provide quantitative answers to \textit{the relative importance of concepts of interest} via concept activation vectors (CAV). In particular, this framework enables non-machine learning experts to express concepts of interests and test hypotheses using examples (e.g., a set of pictures that illustrate the concept). We show that CAV can be learned given a relatively small set of examples. Testing with CAV, for example, can answer whether a particular concept (e.g., gender) is more important in predicting a given class (e.g., doctor) than other set of concepts. Interpreting with CAV does not require any retraining or modification of the network. We show that many levels of meaningful concepts are learned (e.g., color, texture, objects, a person’s occupation), and we present CAV’s \textit{empirical deepdream} — where we maximize an activation using a set of example pictures. We show how various insights can be gained from the relative importance testing with CAV.

📄 PDF Abstract BibTeX

Code (2)

tensorflow/tcav 공식 구현 tf
mbakler/Tcav_pytorch_implementation pytorch

Tasks

Medical Diagnosis

Methods 이 논문이 사용한 방법론

Interpretability 설명 없음

Similar Papers 제목 키워드 기반

E-TCAV: Formalizing Penultimate Proxies for Efficient Concept Based Interpretability

2026-05-11 · Hasib Aslam, Muhammad Ali Chattha, Muhammad Taha Mukhtar, Muhammad Imran Malik 외 arxiv

TCAV (Testing with Concept Activation Vectors) is an interpretability method that assesses the alignment between the internal representations of a trained neural network and human-understandable, high-level concepts. Tho…

Exploring Explainability in Video Action Recognition

2024-04-13 · Avinab Saha, Shashank Gupta, Sravan Kumar Ankireddy, Karl Chahine 외

Image Classification and Video Action Recognition are perhaps the two most foundational tasks in computer vision. Consequently, explaining the inner workings of trained deep neural networks is of prime importance. While …

Action RecognitionClassificationimage-classificationImage Classification+1

$α$-TCAV: A Unified Framework for Testing with Concept Activation Vectors

2026-05-15 · Ekkehard Schnoor, Jawher Said, Malik Tiomoko, Wojciech Samek 외 arxiv

Concept Activation Vectors (CAVs) are a fundamental tool for concept-based explainability in deep learning, yet their practical utility is limited by statistical instability. We analyze the stochastic nature of CAVs and …

Interpretability of a Deep Learning Model in the Application of Cardiac MRI Segmentation with an ACDC Challenge Dataset

2021-03-15 · Adrianna Janik, Jonathan Dodd, Georgiana Ifrim, Kris Sankaran 외

Cardiac Magnetic Resonance (CMR) is the most effective tool for the assessment and diagnosis of a heart condition, which malfunction is the world's leading cause of death. Software tools leveraging Artificial Intelligenc…

MRI segmentation

Exploring Concept Contribution Spatially: Hidden Layer Interpretation with Spatial Activation Concept Vector

2022-05-21 · Andong Wang, Wei-Ning Lee

To interpret deep learning models, one mainstream is to explore the learned concepts by networks. Testing with Concept Activation Vector (TCAV) presents a powerful tool to quantify the contribution of query concepts (rep…