paper-with-me

Papers

Fine-Tuning CLIP's Last Visual Projector: A Few-Shot Cornucopia

2024-10-07 · Mohammad Fahes, Tuan-Hung Vu, Andrei Bursuc, Patrick Pérez, Raoul de Charette

We consider the problem of adapting a contrastively pretrained vision-language model like CLIP (Radford et al., 2021) for few-shot classification. The literature addresses this problem by learning a linear classifier of the frozen visual features, optimizing word embeddings, or learning external feature adapters. This paper introduces an alternative way for CLIP adaptation without adding 'external' parameters to optimize. We find that simply fine-tuning the last projection matrix of the vision encoder leads to performance better than all baselines. Furthermore, we show that regularizing training with the distance between the fine-tuned and pretrained matrices adds reliability for adapting CLIP. This simple approach, coined ProLIP, yields state-of-the-art performance on 11 few-shot classification benchmarks, few-shot domain generalization, cross-dataset transfer, base-to-new class generalization, and test-time adaptation. Code will be made available at: https://github.com/astra-vision/ProLIP .

📄 PDF Abstract BibTeX arXiv:2410.05270

Code (1)

astra-vision/prolip 공식 구현 pytorch

Tasks

Domain GeneralizationLanguage ModelingLanguage ModellingTest-time AdaptationWord Embeddings

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

Concept-Guided Prompt Learning for Generalization in Vision-Language Models

2024-01-15 · Yi Zhang, Ce Zhang, Ke Yu, Yushun Tang 외

Contrastive Language-Image Pretraining (CLIP) model has exhibited remarkable efficacy in establishing cross-modal connections between texts and images, yielding impressive performance across a broad spectrum of downstrea…

Prompt Learning

Progressive Multimodal Alignment for Continual Instruction Tuning

2026-07-29 · Duzhen Zhang, Yahan Yu, Qiaoyi Su, Jiahua Dong 외 arxiv

Multimodal Large Language Models (MLLMs) rely on a projector to align visual representations with the language embedding space, making it central to cross-modal understanding. In Multimodal Continual Instruction Tuning (…

StyLIP: Multi-Scale Style-Conditioned Prompt Learning for CLIP-based Domain Generalization

2023-02-18 · Shirsha Bose, Ankit Jha, Enrico Fini, Mainak Singha 외

Large-scale foundation models, such as CLIP, have demonstrated impressive zero-shot generalization performance on downstream tasks, leveraging well-designed language prompts. However, these prompt learning techniques oft…

Domain GeneralizationPrompt LearningZero-shot Generalization

ECLIPSE: Efficient Continual Learning in Panoptic Segmentation with Visual Prompt Tuning

2024-03-29 · CVPR 2024 1 · Beomyoung Kim, Joonsang Yu, Sung Ju Hwang

Panoptic segmentation, combining semantic and instance segmentation, stands as a cutting-edge computer vision task. Despite recent progress with deep learning models, the dynamic nature of real-world applications necessi…

Continual LearningContinual Panoptic SegmentationInstance SegmentationKnowledge Distillation+4

IDEA: Image Description Enhanced CLIP-Adapter

2025-01-15 · Zhipeng Ye, Feng Jiang, Qiufeng Wang, Kaizhu Huang 외

CLIP (Contrastive Language-Image Pre-training) has attained great success in pattern recognition and computer vision. Transferring CLIP to downstream tasks (e.g. zero- or few-shot classification) is a hot topic in multim…

Few-Shot Image Classificationimage-classificationImage ClassificationImage Description+1