CVAILGJul 1, 2024

Semantic Compositions Enhance Vision-Language Contrastive Learning

arXiv:2407.01408v11 citationsh-index: 31
Originality Incremental advance
AI Analysis

This work addresses a bottleneck in vision-language contrastive learning for applications like zero-shot classification and retrieval, offering an incremental improvement over existing methods.

The paper tackles the problem of improving zero-shot classification and retrieval in vision-language models by introducing semantically composite examples during pretraining, resulting in significant enhancements, especially with limited data.

In the field of vision-language contrastive learning, models such as CLIP capitalize on matched image-caption pairs as positive examples and leverage within-batch non-matching pairs as negatives. This approach has led to remarkable outcomes in zero-shot image classification, cross-modal retrieval, and linear evaluation tasks. We show that the zero-shot classification and retrieval capabilities of CLIP-like models can be improved significantly through the introduction of semantically composite examples during pretraining. Inspired by CutMix in vision categorization, we create semantically composite image-caption pairs by merging elements from two distinct instances in the dataset via a novel procedure. Our method fuses the captions and blends 50% of each image to form a new composite sample. This simple technique (termed CLIP-C for CLIP Compositions), devoid of any additional computational overhead or increase in model parameters, significantly improves zero-shot image classification and cross-modal retrieval. The benefits of CLIP-C are particularly pronounced in settings with relatively limited pretraining data.

Foundations

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

Your Notes