paper-with-me

Papers

Reproducible scaling laws for contrastive language-image learning

2022-12-14 · CVPR 2023 1 · Mehdi Cherti, Romain Beaumont, Ross Wightman, Mitchell Wortsman, Gabriel Ilharco, Cade Gordon, Christoph Schuhmann, Ludwig Schmidt, Jenia Jitsev

Scaling up neural networks has led to remarkable performance across a wide range of tasks. Moreover, performance often follows reliable scaling laws as a function of training set size, model size, and compute, which offers valuable guidance as large-scale experiments are becoming increasingly expensive. However, previous work on scaling laws has primarily used private data \& models or focused on uni-modal language or vision learning. To address these limitations, we investigate scaling laws for contrastive language-image pre-training (CLIP) with the public LAION dataset and the open-source OpenCLIP repository. Our large-scale experiments involve models trained on up to two billion image-text pairs and identify power law scaling for multiple downstream tasks including zero-shot classification, retrieval, linear probing, and end-to-end fine-tuning. We find that the training distribution plays a key role in scaling laws as the OpenAI and OpenCLIP models exhibit different scaling behavior despite identical model architectures and similar training recipes. We open-source our evaluation workflow and all models, including the largest public CLIP models, to ensure reproducibility and make scaling laws research more accessible. Source code and instructions to reproduce this study will be available at https://github.com/LAION-AI/scaling-laws-openclip

📄 PDF Abstract BibTeX arXiv:2212.07143

Code (5)

laion-ai/scaling-laws-openclip 공식 구현 pytorch
eify/open_clip pytorch
mlfoundations/open_clip pytorch
nahidalam/open_clip pytorch
shkarupa-alex/tfclip tf

Tasks

Image ClassificationOpen Vocabulary Attribute DetectionRetrievalzero-shot-classificationZero-Shot Cross-Modal RetrievalZero-Shot Image ClassificationZero-Shot Learning

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…

Similar Papers 제목 키워드 기반

Scaling Laws for Robust Comparison of Open Foundation Language-Vision Models and Datasets

2025-06-05 · Marianna Nezhurina, Tomer Porian, Giovanni Pucceti, Tommie Kerssies 외

In studies of transferable learning, scaling laws are obtained for various important foundation models to predict their properties and performance at larger scales. We show here how scaling law derivation can also be use…

OWLS: Scaling Laws for Multilingual Speech Recognition and Translation Models

2025-02-14 · William Chen, Jinchuan Tian, Yifan Peng, Brian Yan 외

Neural scaling laws offer valuable insights for designing robust sequence processing architectures. While these laws have been extensively characterized in other modalities, their behavior in speech remains comparatively…

speech-recognitionSpeech RecognitionTranslation

Sketched Linear Contrastive Learning: Approximation, Optimization, and Statistical Scaling

2026-06-25 · Ziyan Chen, Zhongzhu Zhou, Ding-Xuan Zhou arxiv

Scaling laws describe how learning performance varies with model size, data size, and compute. While recent theoretical work has established scaling laws for sketched linear regression, much less is understood for contra…

Representation LearningContrastive Learning

Scaling Laws in Jet Classification

2023-12-04 · Joshua Batson, Yonatan Kahn

We demonstrate the emergence of scaling laws in the benchmark top versus QCD jet classification problem in collider physics. Six distinct physically-motivated classifiers exhibit power-law scaling of the binary cross-ent…

Classification

Generalizing Scaling Laws for Dense and Sparse Large Language Models

2025-08-08 · Md Arafat Hossain, Xingfu Wu, Valerie Taylor, Ali Jannesari arxiv

Despite recent advancements of large language models (LLMs), optimally predicting the model size for LLM pretraining or allocating optimal resources still remains a challenge. Several efforts have addressed the challenge…