CVJul 4, 2024

Fully Fine-tuned CLIP Models are Efficient Few-Shot Learners

arXiv:2407.04003v18 citationsh-index: 8
Originality Incremental advance
AI Analysis

This work addresses the challenge of adapting pre-trained models to new tasks with minimal data, which is incremental as it builds on existing fine-tuning and distillation techniques.

The paper tackles the problem of overfitting and catastrophic forgetting when fine-tuning entire vision-language models for specific tasks with limited supervision, achieving enhanced performance on specific tasks while preserving model versatility across datasets.

Prompt tuning, which involves training a small set of parameters, effectively enhances the pre-trained Vision-Language Models (VLMs) to downstream tasks. However, they often come at the cost of flexibility and adaptability when the tuned models are applied to different datasets or domains. In this paper, we explore capturing the task-specific information via meticulous refinement of entire VLMs, with minimal parameter adjustments. When fine-tuning the entire VLMs for specific tasks under limited supervision, overfitting and catastrophic forgetting become the defacto factors. To mitigate these issues, we propose a framework named CLIP-CITE via designing a discriminative visual-text task, further aligning the visual-text semantics in a supervision manner, and integrating knowledge distillation techniques to preserve the gained knowledge. Extensive experimental results under few-shot learning, base-to-new generalization, domain generalization, and cross-domain generalization settings, demonstrate that our method effectively enhances the performance on specific tasks under limited supervision while preserving the versatility of the VLMs on other datasets.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes