CVJan 27

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

arXiv:2601.20075v1
Originality Incremental advance
AI Analysis

This addresses interpretability challenges in vision-language models for researchers and practitioners, offering a design principle to co-optimize interpretability and performance, though it appears incremental as it builds on existing CLIP frameworks.

The paper tackles the problem of CLIP's dense and opaque latent representations by proposing Sparse CLIP, which integrates sparsity directly into training to improve interpretability without sacrificing performance, achieving superior interpretability and preserving strong downstream task performance compared to post-hoc methods like Sparse Autoencoders.

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 language models (MLLMs). Despite its success, CLIP's dense and opaque latent representations pose significant interpretability challenges. A common assumption is that interpretability and performance are in tension: enforcing sparsity during training degrades accuracy, motivating recent post-hoc approaches such as Sparse Autoencoders (SAEs). However, these post-hoc approaches often suffer from degraded downstream performance and loss of CLIP's inherent multimodal capabilities, with most learned features remaining unimodal. We propose a simple yet effective approach that integrates sparsity directly into CLIP training, yielding representations that are both interpretable and performant. Compared to SAEs, our Sparse CLIP representations preserve strong downstream task performance, achieve superior interpretability, and retain multimodal capabilities. We show that multimodal sparse features enable straightforward semantic concept alignment and reveal training dynamics of how cross-modal knowledge emerges. Finally, as a proof of concept, we train a vision-language model on sparse CLIP representations that enables interpretable, vision-based steering capabilities. Our findings challenge conventional wisdom that interpretability requires sacrificing accuracy and demonstrate that interpretability and performance can be co-optimized, offering a promising design principle for future models.

Foundations

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

Your Notes