SOTAVerified

EVA-CLIP-18B: Scaling CLIP to 18 Billion Parameters

2024-02-06Code Available0· sign in to hype

Quan Sun, Jinsheng Wang, Qiying Yu, Yufeng Cui, Fan Zhang, Xiaosong Zhang, Xinlong Wang

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Scaling up contrastive language-image pretraining (CLIP) is critical for empowering both vision and multimodal models. We present EVA-CLIP-18B, the largest and most powerful open-source CLIP model to date, with 18-billion parameters. With only 6-billion training samples seen, EVA-CLIP-18B achieves an exceptional 80.7% zero-shot top-1 accuracy averaged across 27 widely recognized image classification benchmarks, outperforming its forerunner EVA-CLIP (5-billion parameters) and other open-source CLIP models by a large margin. Remarkably, we observe a consistent performance improvement with the model size scaling of EVA-CLIP, despite maintaining a constant training dataset of 2-billion image-text pairs from LAION-2B and COYO-700M. This dataset is openly available and much smaller than the in-house datasets (e.g., DFN-5B, WebLI-10B) employed in other state-of-the-art CLIP models. EVA-CLIP-18B demonstrates the potential of EVA-style weak-to-strong visual model scaling. With our model weights made publicly available, we hope to facilitate future research in vision and multimodal foundation models.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
Food-101EVA-CLIP-18BTop 1 Accuracy95.8Unverified
ImageNetEVA-CLIP-18BAccuracy (Private)83.8Unverified
ImageNet-AEVA-CLIP-18BAccuracy (Private)87.3Unverified
ImageNet-REVA-CLIP-18BAccuracy95.7Unverified
ImageNet-SketchEVA-CLIP-18BAccuracy (Private)74.7Unverified
ImageNet V2EVA-CLIP-18BAccuracy (Private)77.9Unverified
ObjectNetEVA-CLIP-18BAccuracy (Private)82.2Unverified
SUNEVA-CLIP-18BAccuracy77.7Unverified

Reproductions