English

Domain Aligned CLIP for Few-shot Classification

Computer Vision and Pattern Recognition 2023-11-16 v1

Abstract

Large vision-language representation learning models like CLIP have demonstrated impressive performance for zero-shot transfer to downstream tasks while largely benefiting from inter-modal (image-text) alignment via contrastive objectives. This downstream performance can further be enhanced by full-scale fine-tuning which is often compute intensive, requires large labelled data, and can reduce out-of-distribution (OOD) robustness. Furthermore, sole reliance on inter-modal alignment might overlook the rich information embedded within each individual modality. In this work, we introduce a sample-efficient domain adaptation strategy for CLIP, termed Domain Aligned CLIP (DAC), which improves both intra-modal (image-image) and inter-modal alignment on target distributions without fine-tuning the main model. For intra-modal alignment, we introduce a lightweight adapter that is specifically trained with an intra-modal contrastive objective. To improve inter-modal alignment, we introduce a simple framework to modulate the precomputed class text embeddings. The proposed few-shot fine-tuning framework is computationally efficient, robust to distribution shifts, and does not alter CLIP's parameters. We study the effectiveness of DAC by benchmarking on 11 widely used image classification tasks with consistent improvements in 16-shot classification upon strong baselines by about 2.3% and demonstrate competitive performance on 4 OOD robustness benchmarks.

Keywords

Cite

@article{arxiv.2311.09191,
  title  = {Domain Aligned CLIP for Few-shot Classification},
  author = {Muhammad Waleed Gondal and Jochen Gast and Inigo Alonso Ruiz and Richard Droste and Tommaso Macri and Suren Kumar and Luitpold Staudigl},
  journal= {arXiv preprint arXiv:2311.09191},
  year   = {2023}
}

Comments

To appear at WACV 2024

R2 v1 2026-06-28T13:22:24.934Z