facebookresearch/MetaCLIP
NeurIPS 2025 Spotlight; ICLR2024 Spotlight; CVPR 2024; EMNLP 2024
What it solves
Meta CLIP addresses the limitations of English-centric Contrastive Language-Image Pre-training (CLIP) models. Specifically, it tackles the lack of large-scale non-English data curation pipelines and the "curse of multilinguality," where adding multiple languages often degrades performance in English compared to English-only models.
How it works
Meta CLIP provides a comprehensive recipe for scaling CLIP to worldwide data. This includes specialized data curation, modeling, and training strategies that allow English and non-English data to mutually benefit and elevate each other's performance, achieving state-of-the-art multilingual performance.
Who it’s for
It is designed for researchers and developers building multimodal AI that needs to understand images and text across a wide variety of global languages.
Highlights
- Worldwide Scaling: Scales CLIP to global data, overcoming the performance trade-offs between English and multilingual capabilities.
- Extensive Model Zoo: Offers a wide range of pre-trained models, including Meta CLIP 1 and Meta CLIP 2, with various ViT architectures (S, M, B, L, H, bigG) and resolutions.
- Distilled Models: Provides distilled versions of Meta CLIP 2 for more efficient deployment.
- OpenCLIP Integration: Closely adheres to the original OpenAI CLIP setup to facilitate rigorous scientific ablation studies.
- Multilingual Support: Uses tokenizers like
facebook/xlm-v-baseto handle worldwide text input.
Related
- Project
- Project
- Dispatch
- Dispatch
- Dispatch