Data or Language Supervision: What Makes CLIP Better than DINO?
Yiming Liu, Yuhui Zhang, Dhruba Ghosh, Ludwig Schmidt, Serena Yeung-Levy
TL;DR
This work systematically disentangles the effects of language supervision and data scale on vision encoders for vision-language models. By training CLIP and DINO under identical architecture, data, and optimization, and analyzing embeddings and downstream VLM performance, it shows CLIP's representations are more semantically structured and text-aware, while DINO emphasizes low-level cues. When integrated into VLMs, CLIP excels at text-heavy tasks like OCR in VQA, whereas DINO can match CLIP on many tasks but lags in text-centric scenarios. Furthermore, exploring alternative language supervision objectives or pretrained language priors yields limited gains, highlighting the primacy of supervision type in combination with data scale for shaping vision encoder quality.
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.
