paper-with-me

Papers

Scaling Up Visual and Vision-Language Representation Learning With Noisy Text Supervision

2021-02-11 · Chao Jia, Yinfei Yang, Ye Xia, Yi-Ting Chen, Zarana Parekh, Hieu Pham, Quoc V. Le, YunHsuan Sung, Zhen Li, Tom Duerig

Pre-trained representations are becoming crucial for many NLP and perception tasks. While representation learning in NLP has transitioned to training on raw text without human annotations, visual and vision-language representations still rely heavily on curated training datasets that are expensive or require expert knowledge. For vision applications, representations are mostly learned using datasets with explicit class labels such as ImageNet or OpenImages. For vision-language, popular datasets like Conceptual Captions, MSCOCO, or CLIP all involve a non-trivial data collection (and cleaning) process. This costly curation process limits the size of datasets and hence hinders the scaling of trained models. In this paper, we leverage a noisy dataset of over one billion image alt-text pairs, obtained without expensive filtering or post-processing steps in the Conceptual Captions dataset. A simple dual-encoder architecture learns to align visual and language representations of the image and text pairs using a contrastive loss. We show that the scale of our corpus can make up for its noise and leads to state-of-the-art representations even with such a simple learning scheme. Our visual representation achieves strong performance when transferred to classification tasks such as ImageNet and VTAB. The aligned visual and language representations enables zero-shot image classification and also set new state-of-the-art results on Flickr30K and MSCOCO image-text retrieval benchmarks, even when compared with more sophisticated cross-attention models. The representations also enable cross-modality search with complex text and text + image queries.

📄 PDF Abstract BibTeX arXiv:2102.05918

Code (5)

MicPie/clasp pytorch
facebookresearch/metaclip pytorch
kakaobrain/coyo-dataset pytorch
pwc-1/Paper-8/tree/main/align mindspore
willard-yuan/video-text-retrieval-papers

Tasks

Cross-Modal RetrievalFine-Grained Image Classificationimage-classificationImage ClassificationImage-text RetrievalRepresentation LearningRetrievalText RetrievalZero-Shot Cross-Modal RetrievalZero-Shot Image ClassificationZero-Shot Transfer Image Classification

Similar Papers 제목 키워드 기반

Beyond Language Modeling: An Exploration of Multimodal Pretraining

2026-03-03 · Shengbang Tong, David Fan, John Nguyen, Ellis Brown 외 arxiv

The visual world offers a critical axis for advancing foundation models beyond language. Despite growing interest in this direction, the design space for native multimodal models remains opaque. We provide empirical clar…

Contrastive Localized Language-Image Pre-Training

2024-10-03 · Hong-You Chen, Zhengfeng Lai, Haotian Zhang, Xinze Wang 외

Contrastive Language-Image Pre-training (CLIP) has been a celebrated method for training vision encoders to generate image/text representations facilitating various applications. Recently, CLIP has been widely adopted as…

Training Vision-Language Process Reward Models for Test-Time Scaling in Multimodal Reasoning: Key Insights and Lessons Learned

2025-09-27 · Brandon Ong, Tej Deep Pala, Vernon Toh, William Chandra Tjhi 외 arxiv

Process Reward Models (PRMs) provide step-level supervision that improves the reliability of reasoning in large language models. While PRMs have been extensively studied in text-based domains, their extension to Vision L…

Multimodal ReasoningVisual Grounding

Saliency-Aware Multi-Route Thinking: Revisiting Vision-Language Reasoning

2026-02-18 · Mingjia Shi, Yinhan He, Yaochen Zhu, Jundong Li arxiv

Vision-language models (VLMs) aim to reason by jointly leveraging visual and textual modalities. While allocating additional inference-time computation has proven effective for large language models (LLMs), achieving sim…

Visual Grounding

Visual Data-Type Understanding does not emerge from Scaling Vision-Language Models

2023-10-12 · Vishaal Udandarao, Max F. Burg, Samuel Albanie, Matthias Bethge

Recent advances in the development of vision-language models (VLMs) are yielding remarkable success in recognizing visual semantic content, including impressive instances of compositional image understanding. Here, we in…