Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

SuperCLIP: CLIP with Simple Classification Supervision

About

Contrastive Language-Image Pretraining (CLIP) achieves strong generalization in vision-language tasks by aligning images and texts in a shared embedding space. However, recent findings show that CLIP-like models still underutilize fine-grained semantic signals in text, and this issue becomes even more pronounced when dealing with long and detailed captions. This stems from CLIP's training objective, which optimizes only global image-text similarity and overlooks token-level supervision - limiting its ability to achieve fine-grained visual-text alignment. To address this, we propose SuperCLIP, a simple yet effective framework that augments contrastive learning with classification-based supervision. By adding only a lightweight linear layer to the vision encoder, SuperCLIP leverages token-level cues to enhance visual-textual alignment - with just a 0.077% increase in total FLOPs, and no need for additional annotated data. Experiments show that SuperCLIP consistently improves zero-shot classification, image-text retrieval, and purely visual tasks. These gains hold regardless of whether the model is trained on original web data or rich re-captioned data, demonstrating SuperCLIP's ability to recover textual supervision in both cases. Furthermore, SuperCLIP alleviates CLIP's small-batch performance drop through classification-based supervision that avoids reliance on large batch sizes. Code and models will be made open source.

Weiheng Zhao, Zilong Huang, Jiashi Feng, Xinggang Wang• 2025

Related benchmarks

TaskDatasetResultRank
Visual Question AnsweringVizWiz
Accuracy44.4
1525
Object Hallucination EvaluationPOPE
Accuracy82
1455
Visual Question AnsweringVQA v2
Accuracy69.6
1362
Semantic segmentationADE20K
mIoU36.3
1024
Text-based Visual Question AnsweringTextVQA
Accuracy48.4
807
Multimodal EvaluationMME
Score1.56e+3
658
Image ClassificationImageNet-1k (val)--
543
Visual Question AnsweringGQA
Accuracy57.5
505
Science Question AnsweringScienceQA
Accuracy69.1
502
Image ClassificationImageNet-1K
Accuracy81
193
Showing 10 of 18 rows

Other info

Follow for update