CVCLLGAug 24, 2021

SimVLM: Simple Visual Language Model Pretraining with Weak Supervision

arXiv:2108.10904v3951 citations
Originality Highly original
AI Analysis

This work addresses the problem of expensive annotations and training complexity in multimodal AI for researchers and practitioners, offering a more scalable and efficient approach.

The paper tackles the scalability and complexity issues in Vision-Language Pretraining by introducing SimVLM, a minimalist framework that uses weak supervision and a single training objective, achieving state-of-the-art results such as a 3.74% improvement in VQA score and 10.1% higher average CIDEr for image captioning.

With recent progress in joint modeling of visual and textual representations, Vision-Language Pretraining (VLP) has achieved impressive performance on many multimodal downstream tasks. However, the requirement for expensive annotations including clean image captions and regional labels limits the scalability of existing approaches, and complicates the pretraining procedure with the introduction of multiple dataset-specific objectives. In this work, we relax these constraints and present a minimalist pretraining framework, named Simple Visual Language Model (SimVLM). Unlike prior work, SimVLM reduces the training complexity by exploiting large-scale weak supervision, and is trained end-to-end with a single prefix language modeling objective. Without utilizing extra data or task-specific customization, the resulting model significantly outperforms previous pretraining methods and achieves new state-of-the-art results on a wide range of discriminative and generative vision-language benchmarks, including VQA (+3.74% vqa-score), NLVR2 (+1.17% accuracy), SNLI-VE (+1.37% accuracy) and image captioning tasks (+10.1% average CIDEr score). Furthermore, we demonstrate that SimVLM acquires strong generalization and transfer ability, enabling zero-shot behavior including open-ended visual question answering and cross-modality transfer.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes