paper-with-me

홈 › Papers

Does CLIP's Generalization Performance Mainly Stem from High Train-Test Similarity?

2023-10-14 · Prasanna Mayilvahanan, Thaddäus Wiedemer, Evgenia Rusak, Matthias Bethge, Wieland Brendel

Foundation models like CLIP are trained on hundreds of millions of samples and effortlessly generalize to new tasks and inputs. Out of the box, CLIP shows stellar zero-shot and few-shot capabilities on a wide range of out-of-distribution (OOD) benchmarks, which prior works attribute mainly to today's large and comprehensive training dataset (like LAION). However, it is questionable how meaningful terms like out-of-distribution generalization are for CLIP as it seems likely that web-scale datasets like LAION simply contain many samples that are similar to common OOD benchmarks originally designed for ImageNet. To test this hypothesis, we retrain CLIP on pruned LAION splits that replicate ImageNet's train-test similarity with respect to common OOD benchmarks. While we observe a performance drop on some benchmarks, surprisingly, CLIP's overall performance remains high. This shows that high train-test similarity is insufficient to explain CLIP's OOD performance, and other properties of the training data must drive CLIP to learn more generalizable representations. Additionally, by pruning data points that are dissimilar to the OOD benchmarks, we uncover a 100M split of LAION ($\frac{1}{4}$th of its original size) on which CLIP can be trained to match its original OOD performance.

📄 PDF Abstract BibTeX arXiv:2310.09562

Code (1)

brendel-group/clip-ood 공식 구현 pytorch

Tasks

AttributeOut-of-Distribution Generalization

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…
Pruning 설명 없음

Similar Papers 제목 키워드 기반

When does CLIP generalize better than unimodal models? When judging human-centric concepts

2022-05-01 · RepL4NLP (ACL) 2022 5 · Romain Bielawski, Benjamin Devillers, Tim Van De Cruys, Rufin VanRullen

CLIP, a vision-language network trained with a multimodal contrastive learning objective on a large dataset of images and captions, has demonstrated impressive zero-shot ability in various tasks. However, recent work sho…

ClassificationContrastive LearningGenre classificationSentiment Analysis+1

When and How Does CLIP Enable Domain and Compositional Generalization?

2025-02-13 · Elias Kempf, Simon Schrodi, Max Argus, Thomas Brox

The remarkable generalization performance of contrastive vision-language models like CLIP is often attributed to the diversity of their training distributions. However, key questions remain unanswered: Can CLIP generaliz…

DiversityDomain Generalization

Quality Not Quantity: On the Interaction between Dataset Design and Robustness of CLIP

2022-08-10 · Thao Nguyen, Gabriel Ilharco, Mitchell Wortsman, Sewoong Oh 외

Web-crawled datasets have enabled remarkable generalization capabilities in recent image-text models such as CLIP (Contrastive Language-Image pre-training) or Flamingo, but little is known about the dataset creation proc…

Symmetrical Linguistic Feature Distillation with CLIP for Scene Text Recognition

2023-10-08 · Zixiao Wang, Hongtao Xie, Yuxin Wang, Jianjun Xu 외

In this paper, we explore the potential of the Contrastive Language-Image Pretraining (CLIP) model in scene text recognition (STR), and establish a novel Symmetrical Linguistic Feature Distillation framework (named CLIP-…

Image to textOptical Character Recognition (OCR)Scene Text Recognition

Pretraining Frequency Predicts Compositional Generalization of CLIP on Real-World Tasks

2025-02-17 · Thaddäus Wiedemer, Yash Sharma, Ameya Prabhu, Matthias Bethge 외

We investigate the success conditions for compositional generalization of CLIP models on real-world data through performance prediction. Prior work shows that CLIP requires exponentially more pretraining data for linear …