paper-with-me

Papers

Explaining Explainability: Recommendations for Effective Use of Concept Activation Vectors

2024-04-04 · Angus Nicolson, Lisa Schut, J. Alison Noble, Yarin Gal

Concept-based explanations translate the internal representations of deep learning models into a language that humans are familiar with: concepts. One popular method for finding concepts is Concept Activation Vectors (CAVs), which are learnt using a probe dataset of concept exemplars. In this work, we investigate three properties of CAVs: (1) inconsistency across layers, (2) entanglement with other concepts, and (3) spatial dependency. Each property provides both challenges and opportunities in interpreting models. We introduce tools designed to detect the presence of these properties, provide insight into how each property can lead to misleading explanations, and provide recommendations to mitigate their impact. To demonstrate practical applications, we apply our recommendations to a melanoma classification task, showing how entanglement can lead to uninterpretable results and that the choice of negative probe set can have a substantial impact on the meaning of a CAV. Further, we show that understanding these properties can be used to our advantage. For example, we introduce spatially dependent CAVs to test if a model is translation invariant with respect to a specific concept and class. Our experiments are performed on natural images (ImageNet), skin lesions (ISIC 2019), and a new synthetic dataset, Elements. Elements is designed to capture a known ground truth relationship between concepts and classes. We release this dataset to facilitate further research in understanding and evaluating interpretability methods.

📄 PDF Abstract BibTeX arXiv:2404.03713

Code (1)

AngusNicolson/elements 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

The emergence of Explainability of Intelligent Systems: Delivering Explainable and Personalised Recommendations for Energy Efficiency

2020-10-10 · Christos Sardianos, Iraklis Varlamis, Christos Chronis, George Dimitrakopoulos 외

The recent advances in artificial intelligence namely in machine learning and deep learning, have boosted the performance of intelligent systems in several ways. This gave rise to human expectations, but also created the…

Decision MakingRecommendation Systems

Explaining Image Similarity with Automatically Extracted Concept Activation Vectors

2026-07-30 · Isaac Roberts, Petra Bevandic, Alexander Schulz, Barbara Hammer arxiv

Image similarity underlies many computer vision applications, yet it is often unclear why two images receive a high or low similarity score. Existing explainability methods often rely on gradient-based attribution maps t…

Leveraging counterfactual concepts for debugging and improving CNN model performance

2025-01-19 · SYED ALI TARIQ, Tehseen Zia

Counterfactual explanation methods have recently received significant attention for explaining CNN-based image classifiers due to their ability to provide easily understandable explanations that align more closely with h…

counterfactualCounterfactual ExplanationCounterfactual Reasoningimage-classification+1

Context-aware explainable recommendations over knowledge graphs

2023-10-24 · Jinfeng Zhong, Elsa Negre

Knowledge graphs contain rich semantic relationships related to items and incorporating such semantic relationships into recommender systems helps to explore the latent connections of items, thus improving the accuracy o…

Knowledge GraphsRecommendation Systems

FastCAV: Efficient Computation of Concept Activation Vectors for Explaining Deep Neural Networks

2025-05-23 · Laines Schmalwasser, Niklas Penzel, Joachim Denzler, Julia Niebling

Concepts such as objects, patterns, and shapes are how humans understand the world. Building on this intuition, concept-based explainability methods aim to study representations learned by deep neural networks in relatio…