CVAug 28, 2025

GCAV: A Global Concept Activation Vector Framework for Cross-Layer Consistency in Interpretability

arXiv:2508.21197v21 citationsh-index: 10Has Code
Originality Incremental advance
AI Analysis

This addresses the issue of unreliable interpretability in deep learning models for researchers and practitioners, though it is incremental as it builds on existing CAV methods.

The paper tackles the problem of inconsistencies in Concept Activation Vectors (CAVs) across different layers of deep neural networks, which makes cross-layer comparisons unreliable, and proposes the Global Concept Activation Vector (GCAV) framework to unify CAVs into a single, semantically consistent representation, resulting in significantly reduced variance in TCAV scores and improved concept localization and robustness against adversarial perturbations.

Concept Activation Vectors (CAVs) provide a powerful approach for interpreting deep neural networks by quantifying their sensitivity to human-defined concepts. However, when computed independently at different layers, CAVs often exhibit inconsistencies, making cross-layer comparisons unreliable. To address this issue, we propose the Global Concept Activation Vector (GCAV), a novel framework that unifies CAVs into a single, semantically consistent representation. Our method leverages contrastive learning to align concept representations across layers and employs an attention-based fusion mechanism to construct a globally integrated CAV. By doing so, our method significantly reduces the variance in TCAV scores while preserving concept relevance, ensuring more stable and reliable concept attributions. To evaluate the effectiveness of GCAV, we introduce Testing with Global Concept Activation Vectors (TGCAV) as a method to apply TCAV to GCAV-based representations. We conduct extensive experiments on multiple deep neural networks, demonstrating that our method effectively mitigates concept inconsistency across layers, enhances concept localization, and improves robustness against adversarial perturbations. By integrating cross-layer information into a coherent framework, our method offers a more comprehensive and interpretable understanding of how deep learning models encode human-defined concepts. Code and models are available at https://github.com/Zhenghao-He/GCAV.

Foundations

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

Your Notes