paper-with-me

Papers

Quantifying Interpretability in CLIP Models with Concept Consistency

2025-03-14 · Avinash Madasu, Vasudev Lal, Phillip Howard

CLIP is one of the most popular foundational models and is heavily used for many vision-language tasks. However, little is known about the inner workings of CLIP. While recent work has proposed decomposition-based interpretability methods for identifying textual descriptions of attention heads in CLIP, the implications of conceptual consistency in these text labels on interpretability and model performance has not been explored. To bridge this gap, we study the conceptual consistency of text descriptions for attention heads in CLIP-like models. We conduct extensive experiments on six different models from OpenAI and OpenCLIP which vary by size, type of pre-training data and patch size. We propose Concept Consistency Score (CCS), a novel interpretability metric that measures how consistently individual attention heads in CLIP models align with specific concepts. To assign concept labels to heads, we use in-context learning with ChatGPT, guided by a few manually-curated examples, and validate these labels using an LLM-as-a-judge approach. Our soft-pruning experiments reveal that high CCS heads are critical for preserving model performance, as pruning them leads to a significantly larger performance drop than pruning random or low CCS heads. Notably, we find that high CCS heads capture essential concepts and play a key role in out-of-domain detection, concept-specific reasoning, and video-language understanding. These results position CCS as a powerful interpretability metric for analyzing CLIP-like models.

📄 PDF Abstract BibTeX arXiv:2503.11103

Code (0)

등록된 구현이 없습니다.

Tasks

In-Context Learning

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…
Pruning 설명 없음
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Quantifying and Enabling the Interpretability of CLIP-like Models

2024-09-10 · Avinash Madasu, Yossi Gandelsman, Vasudev Lal, Phillip Howard

CLIP is one of the most popular foundational models and is heavily used for many vision-language tasks. However, little is known about the inner workings of CLIP. To bridge this gap we propose a study to quantify the int…

DisentanglementIn-Context Learning

Quantifying Structure in CLIP Embeddings: A Statistical Framework for Concept Interpretation

2025-06-16 · Jitian Zhao, Chenghui Li, Frederic Sala, Karl Rohe

Concept-based approaches, which aim to identify human-understandable concepts within a model's internal representations, are a promising method for interpreting embeddings from deep neural network models, such as CLIP. W…

Interpreting CLIP with Sparse Linear Concept Embeddings (SpLiCE)

2024-02-16 · Usha Bhalla, Alex Oesterling, Suraj Srinivas, Flavio P. Calmon 외

CLIP embeddings have demonstrated remarkable performance across a wide range of multimodal applications. However, these high-dimensional, dense vector representations are not easily interpretable, limiting our understand…

Model Editing

Sparse CLIP: Co-Optimizing Interpretability and Performance in Contrastive Learning

2026-01-27 · Chuan Qin, Constantin Venhoff, Sonia Joseph, Fanyi Xiao 외 arxiv

Contrastive Language-Image Pre-training (CLIP) has become a cornerstone in vision-language representation learning, powering diverse downstream tasks and serving as the default vision backbone in multimodal large languag…

Representation LearningContrastive Learning

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

2025-08-28 · Zhenghao He, Sanchit Sinha, Guangzhi Xiong, Aidong Zhang arxiv

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, CA…

Contrastive Learning