English

Data or Language Supervision: What Makes CLIP Better than DINO?

Computer Vision and Pattern Recognition 2025-10-15 v1 Artificial Intelligence Computation and Language Machine Learning Multimedia

Abstract

CLIP outperforms self-supervised models like DINO as vision encoders for vision-language models (VLMs), but it remains unclear whether this advantage stems from CLIP's language supervision or its much larger training data. To disentangle these factors, we pre-train CLIP and DINO under controlled settings -- using the same architecture, dataset, and training configuration -- achieving similar ImageNet accuracy. Embedding analysis shows that CLIP captures high-level semantics (e.g., object categories, text), while DINO is more responsive to low-level features like colors and styles. When integrated into VLMs and evaluated on 20 VQA benchmarks, CLIP excels at text-intensive tasks, while DINO slightly outperforms on vision-centric ones. Variants of language supervision (e.g., sigmoid loss, pre-trained language encoders) yield limited gains. Our findings provide scientific insights into vision encoder design and its impact on VLM performance.

Keywords

Cite

@article{arxiv.2510.11835,
  title  = {Data or Language Supervision: What Makes CLIP Better than DINO?},
  author = {Yiming Liu and Yuhui Zhang and Dhruba Ghosh and Ludwig Schmidt and Serena Yeung-Levy},
  journal= {arXiv preprint arXiv:2510.11835},
  year   = {2025}
}

Comments

EMNLP 2025 Findings

R2 v1 2026-07-01T06:34:49.380Z