paper-with-me

Papers

Improved baselines for vision-language pre-training

2023-05-15 · Enrico Fini, Pietro Astolfi, Adriana Romero-Soriano, Jakob Verbeek, Michal Drozdzal

Contrastive learning has emerged as an efficient framework to learn multimodal representations. CLIP, a seminal work in this area, achieved impressive results by training on paired image-text data using the contrastive loss. Recent work claims improvements over CLIP using additional non-contrastive losses inspired from self-supervised learning. However, it is sometimes hard to disentangle the contribution of these additional losses from other implementation details, e.g., data augmentation or regularization techniques, used to train the model. To shed light on this matter, in this paper, we first propose, implement and evaluate several baselines obtained by combining contrastive learning with recent advances in self-supervised learning. In particular, we use the loss functions that were proven successful for visual self-supervised learning to align image and text modalities. We find that these baselines outperform a basic implementation of CLIP. However, when a stronger training recipe is employed, the advantage disappears. Indeed, we find that a simple CLIP baseline can also be improved substantially, up to a 25% relative improvement on downstream zero-shot tasks, by using well-known training techniques that are popular in other subfields. Moreover, we discover that it is enough to apply image and text augmentations to make up for most of the improvement attained by prior works. With our improved training recipe for CLIP, we obtain state-of-the-art performance on four standard datasets, and consistently outperform prior work (up to +4% on the largest dataset), while being substantially simpler. The code is available at https://github.com/facebookresearch/clip-rocket

📄 PDF Abstract BibTeX arXiv:2305.08675

Code (1)

facebookresearch/clip-rocket 공식 구현 pytorch

Tasks

Contrastive LearningData AugmentationSelf-Supervised 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…
Contrastive Learning 설명 없음
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

EVEv2: Improved Baselines for Encoder-Free Vision-Language Models

2025-02-10 · Haiwen Diao, Xiaotong Li, Yufeng Cui, Yueze Wang 외

Existing encoder-free vision-language models (VLMs) are rapidly narrowing the performance gap with their encoder-based counterparts, highlighting the promising potential for unified multimodal systems with structural sim…

Decoder

RADIOv2.5: Improved Baselines for Agglomerative Vision Foundation Models

2025-01-01 · CVPR 2025 1 · Greg Heinrich, Mike Ranzinger, Hongxu Yin, Yao Lu 외

Agglomerative models have recently emerged as a powerful approach to training vision foundation models, leveraging multi-teacher distillation from existing models such as CLIP, DINO, and SAM. This strategy enables th…

RADIO Amplified: Improved Baselines for Agglomerative Vision Foundation Models

2024-12-10 · Greg Heinrich, Mike Ranzinger, Hongxu, Yin 외

Agglomerative models have recently emerged as a powerful approach to training vision foundation models, leveraging multi-teacher distillation from existing models such as CLIP, DINO, and SAM. This strategy enables the ef…

Improved Baselines for Data-efficient Perceptual Augmentation of LLMs

2024-03-20 · Théophane Vallaeys, Mustafa Shukor, Matthieu Cord, Jakob Verbeek

The abilities of large language models (LLMs) have recently progressed to unprecedented levels, paving the way to novel applications in a wide variety of areas. In computer vision, LLMs can be used to prime vision-langua…

Audio captioningImage CaptioningQuestion AnsweringVisual Question Answering

Improved Baselines with Visual Instruction Tuning

2023-10-05 · CVPR 2024 1 · Haotian Liu, Chunyuan Li, Yuheng Li, Yong Jae Lee

Large multimodal models (LMM) have recently shown encouraging progress with visual instruction tuning. In this note, we show that the fully-connected vision-language cross-modal connector in LLaVA is surprisingly powerfu…

Factual Inconsistency Detection in Chart CaptioningImage ClassificationReferring Expression ComprehensionReferring expression generation+4