paper-with-me

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 interpretability in CLIP like models. We conduct this study on six different CLIP models from OpenAI and OpenCLIP which vary by size, type of pre-training data and patch size. Our approach begins with using the TEXTSPAN algorithm and in-context learning to break down individual attention heads into specific properties. We then evaluate how easily these heads can be interpreted using new metrics which measure property consistency within heads and property disentanglement across heads. Our findings reveal that larger CLIP models are generally more interpretable than their smaller counterparts. To further assist users in understanding the inner workings of CLIP models, we introduce CLIP-InterpreT, a tool designed for interpretability analysis. CLIP-InterpreT offers five types of analyses: property-based nearest neighbor search, per-head topic segmentation, contrastive segmentation, per-head nearest neighbors of an image, and per-head nearest neighbors of text.

📄 PDF Abstract BibTeX arXiv:2409.06579

Code (0)

등록된 구현이 없습니다.

Tasks

DisentanglementIn-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…

Similar 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 interp…

In-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…

Towards Interpretable Geo-localization: a Concept-Aware Global Image-GPS Alignment Framework

2025-09-02 · Furong Jia, Lanxin Liu, Ce Hou, Fan Zhang 외 arxiv

Worldwide geo-localization involves determining the exact geographic location of images captured globally, typically guided by geographic cues such as climate, landmarks, and architectural styles. Despite advancements in…

Contrastive Learning

Multi-Faceted Multimodal Monosemanticity

2025-02-16 · Hanqi Yan, Xiangxiang Cui, Lu Yin, Paul Pu Liang 외

Humans experience the world through multiple modalities, such as, vision, language, and speech, making it natural to explore the commonality and distinctions among them. In this work, we take a data-driven approach to ad…

AttributeImage GenerationText to Image GenerationText-to-Image Generation

Building a Scalable and Interpretable Bayesian Deep Learning Framework for Quality Control of Free Form Surfaces

1994-04-07 · Sumit Sinha, Pasquale Franciosa, Dariusz Ceglarek

Deep learning has demonstrated high accuracy for 3D object shape error modeling necessary to estimate dimensional and geometric quality defects in multi-station assembly systems (MAS). Increasingly, deep learning-driven …

Active LearningBenchmarkingContinual LearningDecision Making+3