paper-with-me

Papers

What Makes CLIP More Robust to Long-Tailed Pre-Training Data? A Controlled Study for Transferable Insights

2024-05-31 · Xin Wen, Bingchen Zhao, Yilun Chen, Jiangmiao Pang, Xiaojuan Qi

Severe data imbalance naturally exists among web-scale vision-language datasets. Despite this, we find CLIP pre-trained thereupon exhibits notable robustness to the data imbalance compared to supervised learning, and demonstrates significant effectiveness in learning generalizable representations. With an aim to investigate the reasons behind this finding, we conduct controlled experiments to study various underlying factors, and reveal that CLIP's pretext task forms a dynamic classification problem wherein only a subset of classes is present in training. This isolates the bias from dominant classes and implicitly balances the learning signal. Furthermore, the robustness and discriminability of CLIP improve with more descriptive language supervision, larger data scale, and broader open-world concepts, which are inaccessible to supervised learning. Our study not only uncovers the mechanisms behind CLIP's generalizability beyond data imbalance but also provides transferable insights for the research community. The findings are validated in both supervised and self-supervised learning, enabling models trained on imbalanced data to achieve CLIP-level performance on diverse recognition tasks. Code and data are available at: https://github.com/CVMI-Lab/clip-beyond-tail.

📄 PDF Abstract BibTeX arXiv:2405.21070

Code (1)

cvmi-lab/clip-beyond-tail 공식 구현 pytorch

Tasks

DescriptiveSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

ReflectCAP: Detailed Image Captioning with Reflective Memory

2026-04-14 · Kyungmin Min, Minbeom Kim, Kang-il Lee, Seunghyun Yoon 외 arxiv

Detailed image captioning demands both factual grounding and fine-grained coverage, yet existing methods have struggled to achieve them simultaneously. We address this tension with Reflective Note-Guided Captioning (Refl…

Image Captioning

SPECS: Specificity-Enhanced CLIP-Score for Long Image Caption Evaluation

2025-09-04 · Xiaofu Chen, Israfel Salazar, Yova Kementchedjhieva arxiv

As interest grows in generating long, detailed image captions, standard evaluation metrics become increasingly unreliable. N-gram-based metrics though efficient, fail to capture semantic correctness. Representational Sim…

Image Captioning

Long-CLIP: Unlocking the Long-Text Capability of CLIP

2024-03-22 · Beichen Zhang, Pan Zhang, Xiaoyi Dong, Yuhang Zang 외

Contrastive Language-Image Pre-training (CLIP) has been the cornerstone for zero-shot classification, text-image retrieval, and text-image generation by aligning image and text modalities. Despite its widespread adoption…

Image GenerationImage RetrievalLanguage ModellingRetrieval+4

MulCLIP: A Multi-level Alignment Framework for Enhancing Fine-grained Long-context CLIP

2025-12-08 · Chau Truong, Hieu Ta Quang, Dung D. Le arxiv

Vision-language models like CLIP show impressive ability to align images and text, but their training on short, concise captions makes them struggle with lengthy, detailed descriptions. Recent advances mitigate this chal…

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

2025-10-13 · Yiming Liu, Yuhui Zhang, Dhruba Ghosh, Ludwig Schmidt 외 arxiv

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