paper-with-me

Papers

SuperCLIP: CLIP with Simple Classification Supervision

2025-12-16 · Weiheng Zhao, Zilong Huang, Jiashi Feng, Xinggang Wang arxiv

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.

📄 PDF Abstract BibTeX arXiv:2512.14480

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningText Retrieval

Similar Papers 제목 키워드 기반

CLIP meets Model Zoo Experts: Pseudo-Supervision for Visual Enhancement

2023-10-21 · Mohammadreza Salehi, Mehrdad Farajtabar, Maxwell Horton, Fartash Faghri 외

Contrastive language image pretraining (CLIP) is a standard method for training vision-language models. While CLIP is scalable, promptable, and robust to distribution shifts on image classification tasks, it lacks object…

Depth Estimationimage-classificationImage ClassificationObject Localization+3

CLIP-Joint-Detect: End-to-End Joint Training of Object Detectors with Contrastive Vision-Language Supervision

2025-12-28 · Behnam Raoufi, Hossein Sharify, Mohamad Mahdee Ramezanee, Khosrow Hajsadeghi 외 arxiv

Conventional object detectors rely on cross-entropy classification, which can be vulnerable to class imbalance and label noise. We propose CLIP-Joint-Detect, a simple and detector-agnostic framework that integrates CLIP-…

Is a Caption Worth a Thousand Images? A Controlled Study for Representation Learning

2022-07-15 · Shibani Santurkar, Yann Dubois, Rohan Taori, Percy Liang 외

The development of CLIP [Radford et al., 2021] has sparked a debate on whether language supervision can result in vision models with more transferable representations than traditional image-only methods. Our work studies…

DescriptiveRepresentation Learning

RECLIP: Resource-efficient CLIP by Training with Small Images

2023-04-12 · Runze Li, Dahun Kim, Bir Bhanu, Weicheng Kuo

We present RECLIP (Resource-efficient CLIP), a simple method that minimizes computational resource footprint for CLIP (Contrastive Language Image Pretraining). Inspired by the notion of coarse-to-fine in computer vision,…

Contrastive LearningImage-text RetrievalRetrievalText Retrieval+3

Exploring Weak-to-Strong Generalization for CLIP-based Classification

2025-11-23 · Jinhao Li, Sarah M. Erfani, Lei Feng, James Bailey 외 arxiv

Aligning large-scale commercial models with user intent is crucial to preventing harmful outputs. Current methods rely on human supervision but become impractical as model complexity increases. When models surpass human …