CVJan 30, 2023

BLIP-2: Bootstrapping Language-Image Pre-training with Frozen Image Encoders and Large Language Models

arXiv:2301.12597v38182 citationsh-index: 112
Originality Highly original
AI Analysis

This addresses the prohibitive computational costs for researchers and practitioners in vision-language AI, offering a more efficient pre-training method.

The paper tackles the high cost of vision-and-language pre-training by proposing BLIP-2, a strategy that uses frozen pre-trained image encoders and language models with a lightweight Querying Transformer, achieving state-of-the-art performance on tasks like zero-shot VQAv2 with 8.7% improvement over Flamingo80B and 54x fewer trainable parameters.

The cost of vision-and-language pre-training has become increasingly prohibitive due to end-to-end training of large-scale models. This paper proposes BLIP-2, a generic and efficient pre-training strategy that bootstraps vision-language pre-training from off-the-shelf frozen pre-trained image encoders and frozen large language models. BLIP-2 bridges the modality gap with a lightweight Querying Transformer, which is pre-trained in two stages. The first stage bootstraps vision-language representation learning from a frozen image encoder. The second stage bootstraps vision-to-language generative learning from a frozen language model. BLIP-2 achieves state-of-the-art performance on various vision-language tasks, despite having significantly fewer trainable parameters than existing methods. For example, our model outperforms Flamingo80B by 8.7% on zero-shot VQAv2 with 54x fewer trainable parameters. We also demonstrate the model's emerging capabilities of zero-shot image-to-text generation that can follow natural language instructions.

Code Implementations17 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

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

Your Notes