Papers › BLIP-2: Bootstrapping Language-Image Pre-training with Frozen Image Encoders and Large...

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

30 Jan 2023Conference 2023 2arXiv:2301.12597archive 2025-07-28

Junnan Li, Dongxu Li, Silvio Savarese, Steven Hoi

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.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2301.12597")

Code

Syntology Ran 4 of 8 code samples harvested from 4 repositories linked to this paper; 4 have no recorded run. Of those that ran: 4 ran with no contract checked.

By repository: community (archive-listed): 8 samples from 4 repositories, 4 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

17 repositories listed; official and paper-mentioned ones first.

salesforce/lavis officialmentioned in papermentioned on GitHubpytorchBSD-3-Clause report
albertotestoni/ndq_visual_objects mentioned on GitHubpytorch report
alibaba/graphtranslator mentioned on GitHubpytorchBSD-3-Clause report
baaivision/eva mentioned on GitHubpytorchMIT report
facebookresearch/multimodal mentioned on GitHubpytorch report
gregor-ge/mblip mentioned on GitHubpytorchMIT report
huggingface/transformers mentioned on GitHubpytorch report
jiwanchung/vlis mentioned on GitHubpytorch report
junshutang/Make-It-3D mentioned on GitHubpytorch report
kdr/videorag-mrr2024 mentioned on GitHubNOASSERTION report
linzhiqiu/clip-flant5 mentioned on GitHubpytorch report
rabiulcste/vqazero mentioned on GitHubpytorch report
thudm/visualglm-6b mentioned on GitHubpytorchApache-2.0 report
yukw777/videoblip mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

8 samples harvested; 4 ran; 0 honoured the contract we drafted; 4 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

4ran
4unverified

Licence: 1 of the 8 samples is pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 4 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

BLIP2 facebookresearch/multimodal/torchmultimodal/models/blip2/blip2.py community (archive-listed) ran BSD-3-Clause (permissive) · dbb9b4ef6b0f95dd · report
Blip2Output facebookresearch/multimodal/torchmultimodal/models/blip2/blip2.py community (archive-listed) ran · metamorphic tier: deterministic BSD-3-Clause (permissive) · b939479f3d2573b8 · report
CLIPT5Config linzhiqiu/clip-flant5/llava/model/language_model/clip_t5.py community (archive-listed) ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 196ad3b77304e23c · report
TransformerOutput facebookresearch/multimodal/torchmultimodal/models/blip2/blip2.py community (archive-listed) ran · metamorphic tier: deterministic BSD-3-Clause (permissive) · e62bffe433f61ff1 · report
CLIPT5ForConditionalGeneration linzhiqiu/clip-flant5/llava/model/language_model/clip_t5.py community (archive-listed) unverified Apache-2.0 (permissive) · 11e6ad12cf0667b0 · report
LynxBase jiwanchung/vlis/code/lynx/lynx_llm/models/lynx.py community (archive-listed) unverified no licence file found · pointer only · 6e342d36cf541d23 · report
VideoBlipForConditionalGeneration yukw777/videoblip/video_blip/model.py community (archive-listed) unverified MIT (permissive) · b67db6a1705fb783 · report
VideoBlipVisionModel yukw777/videoblip/video_blip/model.py community (archive-listed) unverified MIT (permissive) · c4125cdecc4964aa · report

Tasks

Generative Visual Question AnsweringImage CaptioningImage RetrievalImage to textImage-to-Text RetrievalLanguage ModelingLanguage ModellingMedical Visual Question AnsweringMultiple-choiceOpen Vocabulary Attribute DetectionRepresentation LearningText GenerationVisual Question AnsweringVisual Question Answering (VQA)Visual ReasoningZero-shot Text-to-Image Retrievalvisual instruction following

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Generative Visual Question Answering PMC-VQA BLIP-2 BLEU-1 7.6 #2 of 3 Archive leaderboard report
Image Captioning COCO Captions BLIP-2 ViT-G OPT 2.7B (zero-shot) BLEU-4 43.7 #4 of 41 Archive leaderboard report
Image Captioning COCO Captions BLIP-2 ViT-G OPT 2.7B (zero-shot) CIDER 145.8 #4 of 41 Archive leaderboard report
Image Captioning COCO Captions BLIP-2 ViT-G OPT 6.7B (zero-shot) BLEU-4 43.5 #5 of 41 Archive leaderboard report
Image Captioning COCO Captions BLIP-2 ViT-G OPT 6.7B (zero-shot) CIDER 145.2 #5 of 41 Archive leaderboard report
Image Captioning COCO Captions BLIP-2 ViT-G FlanT5 XL (zero-shot) BLEU-4 42.4 #8 of 41 Archive leaderboard report
Image Captioning COCO Captions BLIP-2 ViT-G FlanT5 XL (zero-shot) CIDER 144.5 #8 of 41 Archive leaderboard report
Image Captioning nocaps-val-in-domain BLIP-2 ViT-G FlanT5 XL (zero-shot) CIDEr 123.7 #1 of 11 Archive leaderboard report
Image Captioning nocaps-val-in-domain BLIP-2 ViT-G FlanT5 XL (zero-shot) Pre-train (#images) 1.1B #1 of 11 Archive leaderboard report
Image Captioning nocaps-val-in-domain BLIP-2 ViT-G FlanT5 XL (zero-shot) SPICE 16.3 #1 of 11 Archive leaderboard report
Image Captioning nocaps-val-in-domain BLIP-2 ViT-G OPT 6.7B (zero-shot) CIDEr 123.7 #2 of 11 Archive leaderboard report
Image Captioning nocaps-val-in-domain BLIP-2 ViT-G OPT 6.7B (zero-shot) Pre-train (#images) 1.1B #2 of 11 Archive leaderboard report
Image Captioning nocaps-val-in-domain BLIP-2 ViT-G OPT 6.7B (zero-shot) SPICE 15.8 #2 of 11 Archive leaderboard report
Image Captioning nocaps-val-in-domain BLIP-2 ViT-G OPT 2.7B (zero-shot) CIDEr 123 #3 of 11 Archive leaderboard report
Image Captioning nocaps-val-in-domain BLIP-2 ViT-G OPT 2.7B (zero-shot) Pre-train (#images) 1.1B #3 of 11 Archive leaderboard report
Image Captioning nocaps-val-in-domain BLIP-2 ViT-G OPT 2.7B (zero-shot) SPICE 15.8 #3 of 11 Archive leaderboard report
Image Captioning nocaps-val-near-domain BLIP-2 ViT-G FlanT5 XL (zero-shot) CIDEr 120.2 #1 of 10 Archive leaderboard report
Image Captioning nocaps-val-near-domain BLIP-2 ViT-G FlanT5 XL (zero-shot) Pre-train (#images) 1.1B #1 of 10 Archive leaderboard report
Image Captioning nocaps-val-near-domain BLIP-2 ViT-G FlanT5 XL (zero-shot) SPICE 15.9 #1 of 10 Archive leaderboard report
Image Captioning nocaps-val-near-domain BLIP-2 ViT-G OPT 6.7B (zero-shot) CIDEr 119.2 #2 of 10 Archive leaderboard report
Image Captioning nocaps-val-near-domain BLIP-2 ViT-G OPT 6.7B (zero-shot) Pre-train (#images) 1.1B #2 of 10 Archive leaderboard report
Image Captioning nocaps-val-near-domain BLIP-2 ViT-G OPT 6.7B (zero-shot) SPICE 15.3 #2 of 10 Archive leaderboard report
Image Captioning nocaps-val-near-domain BLIP-2 ViT-G OPT 2.7B (zero-shot) CIDEr 117.8 #3 of 10 Archive leaderboard report
Image Captioning nocaps-val-near-domain BLIP-2 ViT-G OPT 2.7B (zero-shot) Pre-train (#images) 1.1B #3 of 10 Archive leaderboard report
Image Captioning nocaps-val-near-domain BLIP-2 ViT-G OPT 2.7B (zero-shot) SPICE 15.4 #3 of 10 Archive leaderboard report
Image Captioning nocaps-val-out-domain BLIP-2 ViT-G FlanT5 XL (zero-shot) CIDEr 124.8 #1 of 10 Archive leaderboard report
Image Captioning nocaps-val-out-domain BLIP-2 ViT-G FlanT5 XL (zero-shot) Pretrain (#images) 1.1B #1 of 10 Archive leaderboard report
Image Captioning nocaps-val-out-domain BLIP-2 ViT-G FlanT5 XL (zero-shot) SPICE 15.1 #1 of 10 Archive leaderboard report
Image Captioning nocaps-val-out-domain BLIP-2 ViT-G OPT 6.7B (zero-shot) CIDEr 124.4 #2 of 10 Archive leaderboard report
Image Captioning nocaps-val-out-domain BLIP-2 ViT-G OPT 6.7B (zero-shot) Pretrain (#images) 1.1B #2 of 10 Archive leaderboard report
Image Captioning nocaps-val-out-domain BLIP-2 ViT-G OPT 6.7B (zero-shot) SPICE 14.8 #2 of 10 Archive leaderboard report
Image Captioning nocaps-val-out-domain BLIP-2 ViT-G OPT 2.7B (zero-shot) CIDEr 123.4 #3 of 10 Archive leaderboard report
Image Captioning nocaps-val-out-domain BLIP-2 ViT-G OPT 2.7B (zero-shot) Pretrain (#images) 1.1B #3 of 10 Archive leaderboard report
Image Captioning nocaps-val-out-domain BLIP-2 ViT-G OPT 2.7B (zero-shot) SPICE 15.1 #3 of 10 Archive leaderboard report
Image Captioning nocaps-val-overall BLIP-2 ViT-G FlanT5 XL (zero-shot) CIDEr 121.6 #1 of 11 Archive leaderboard report
Image Captioning nocaps-val-overall BLIP-2 ViT-G FlanT5 XL (zero-shot) Pretrain (#images) 1.1B #1 of 11 Archive leaderboard report
Image Captioning nocaps-val-overall BLIP-2 ViT-G FlanT5 XL (zero-shot) SPICE 15.8 #1 of 11 Archive leaderboard report
Image Captioning nocaps-val-overall BLIP-2 ViT-G OPT 6.7B (zero-shot) CIDEr 121.0 #2 of 11 Archive leaderboard report
Image Captioning nocaps-val-overall BLIP-2 ViT-G OPT 6.7B (zero-shot) Pretrain (#images) 1.1B #2 of 11 Archive leaderboard report
Image Captioning nocaps-val-overall BLIP-2 ViT-G OPT 6.7B (zero-shot) SPICE 15.3 #2 of 11 Archive leaderboard report
Image Captioning nocaps-val-overall BLIP-2 ViT-G OPT 2.7B (zero-shot) CIDEr 119.7 #3 of 11 Archive leaderboard report
Image Captioning nocaps-val-overall BLIP-2 ViT-G OPT 2.7B (zero-shot) Pretrain (#images) 1.1B #3 of 11 Archive leaderboard report
Image Captioning nocaps-val-overall BLIP-2 ViT-G OPT 2.7B (zero-shot) SPICE 15.4 #3 of 11 Archive leaderboard report
Image Retrieval COCO (Common Objects in Context) BLIP-2 ViT-G (fine-tuned) Recall@10 92.6 #1 of 6 Archive leaderboard report
Image Retrieval COCO (Common Objects in Context) BLIP-2 ViT-G (fine-tuned) recall@1 68.3 #1 of 6 Archive leaderboard report
Image Retrieval COCO (Common Objects in Context) BLIP-2 ViT-G (fine-tuned) recall@5 87.7 #1 of 6 Archive leaderboard report
Image Retrieval COCO (Common Objects in Context) BLIP-2 ViT-L (fine-tuned) Recall@10 91.8 #3 of 6 Archive leaderboard report
Image Retrieval COCO (Common Objects in Context) BLIP-2 ViT-L (fine-tuned) recall@1 66.3 #3 of 6 Archive leaderboard report
Image Retrieval COCO (Common Objects in Context) BLIP-2 ViT-L (fine-tuned) recall@5 86.5 #3 of 6 Archive leaderboard report
Image Retrieval Flickr30k BLIP-2 ViT-G (zero-shot, 1K test set) Recall@1 89.7 #1 of 9 Archive leaderboard report
Image Retrieval Flickr30k BLIP-2 ViT-G (zero-shot, 1K test set) Recall@10 98.9 #1 of 9 Archive leaderboard report
Image Retrieval Flickr30k BLIP-2 ViT-G (zero-shot, 1K test set) Recall@5 98.1 #1 of 9 Archive leaderboard report
Image Retrieval Flickr30k BLIP-2 ViT-L (zero-shot, 1K test set) Recall@1 88.6 #2 of 9 Archive leaderboard report
Image Retrieval Flickr30k BLIP-2 ViT-L (zero-shot, 1K test set) Recall@10 98.9 #2 of 9 Archive leaderboard report
Image Retrieval Flickr30k BLIP-2 ViT-L (zero-shot, 1K test set) Recall@5 97.6 #2 of 9 Archive leaderboard report
Image-to-Text Retrieval COCO (Common Objects in Context) BLIP-2 (ViT-G, fine-tuned) Recall@1 85.4 #1 of 9 Archive leaderboard report
Image-to-Text Retrieval COCO (Common Objects in Context) BLIP-2 (ViT-G, fine-tuned) Recall@10 98.5 #1 of 9 Archive leaderboard report
Image-to-Text Retrieval COCO (Common Objects in Context) BLIP-2 (ViT-G, fine-tuned) Recall@5 97.0 #1 of 9 Archive leaderboard report
Image-to-Text Retrieval COCO (Common Objects in Context) BLIP-2 (ViT-L, fine-tuned) Recall@1 83.5 #3 of 9 Archive leaderboard report
Image-to-Text Retrieval COCO (Common Objects in Context) BLIP-2 (ViT-L, fine-tuned) Recall@10 98.0 #3 of 9 Archive leaderboard report
Image-to-Text Retrieval COCO (Common Objects in Context) BLIP-2 (ViT-L, fine-tuned) Recall@5 96.0 #3 of 9 Archive leaderboard report
Image-to-Text Retrieval Flickr30k BLIP-2 ViT-G (zero-shot, 1K test set) Recall@1 97.6 #2 of 11 Archive leaderboard report
Image-to-Text Retrieval Flickr30k BLIP-2 ViT-G (zero-shot, 1K test set) Recall@10 100 #2 of 11 Archive leaderboard report
Image-to-Text Retrieval Flickr30k BLIP-2 ViT-G (zero-shot, 1K test set) Recall@5 100 #2 of 11 Archive leaderboard report
Image-to-Text Retrieval Flickr30k BLIP-2 ViT-L (zero-shot, 1K test set) Recall@1 96.9 #5 of 11 Archive leaderboard report
Image-to-Text Retrieval Flickr30k BLIP-2 ViT-L (zero-shot, 1K test set) Recall@10 100 #5 of 11 Archive leaderboard report
Image-to-Text Retrieval Flickr30k BLIP-2 ViT-L (zero-shot, 1K test set) Recall@5 100 #5 of 11 Archive leaderboard report
Open Vocabulary Attribute Detection OVAD-Box benchmark BLIP 2 (pretrained) mean average precision 25.5 #2 of 7 Archive leaderboard report
Visual Question Answering MM-Vet BLIP-2-12B GPT-4 score 22.4±0.2 #226 of 231 Archive leaderboard report
Visual Question Answering MM-Vet BLIP-2-12B Params 12B #226 of 231 Archive leaderboard report
Visual Question Answering VQA v2 test-dev BLIP-2 ViT-G OPT 6.7B (fine-tuned) Accuracy 82.30 #1 of 11 Archive leaderboard report
Visual Question Answering VQA v2 test-dev BLIP-2 ViT-G OPT 2.7B (fine-tuned) Accuracy 81.74 #4 of 11 Archive leaderboard report
Visual Question Answering VQA v2 test-dev BLIP-2 ViT-G FlanT5 XL (fine-tuned) Accuracy 81.66 #5 of 11 Archive leaderboard report
Visual Question Answering VQA v2 val BLIP-2 ViT-G OPT 6.7B (fine-tuned) Accuracy 82.19 #1 of 4 Archive leaderboard report
Visual Question Answering VQA v2 val BLIP-2 ViT-G OPT 2.7B (fine-tuned) Accuracy 81.59 #2 of 4 Archive leaderboard report
Visual Question Answering VQA v2 val BLIP-2 ViT-G FlanT5 XL (fine-tuned) Accuracy 81.55 #3 of 4 Archive leaderboard report
Visual Question Answering (VQA) GQA test-dev BLIP-2 ViT-G FlanT5 XXL (zero-shot) Accuracy 44.7 #10 of 17 Archive leaderboard report
Visual Question Answering (VQA) GQA test-dev BLIP-2 ViT-L FlanT5 XL (zero-shot) Accuracy 44.4 #11 of 17 Archive leaderboard report
Visual Question Answering (VQA) GQA test-dev BLIP-2 ViT-G FlanT5 XL (zero-shot) Accuracy 44.2 #12 of 17 Archive leaderboard report
Visual Question Answering (VQA) GQA test-dev BLIP-2 ViT-G OPT 6.7B (zero-shot) Accuracy 36.4 #14 of 17 Archive leaderboard report
Visual Question Answering (VQA) GQA test-dev BLIP-2 ViT-G OPT 2.7B (zero-shot) Accuracy 34.6 #15 of 17 Archive leaderboard report
Visual Question Answering (VQA) GQA test-dev BLIP-2 ViT-L OPT 2.7B (zero-shot) Accuracy 33.9 #16 of 17 Archive leaderboard report
Visual Question Answering (VQA) InfiMM-Eval BLIP-2-OPT2.7B Abductive 18.96 #12 of 14 Archive leaderboard report
Visual Question Answering (VQA) InfiMM-Eval BLIP-2-OPT2.7B Analogical 7.5 #12 of 14 Archive leaderboard report
Visual Question Answering (VQA) InfiMM-Eval BLIP-2-OPT2.7B Deductive 2.76 #12 of 14 Archive leaderboard report
Visual Question Answering (VQA) InfiMM-Eval BLIP-2-OPT2.7B Overall score 19.31 #12 of 14 Archive leaderboard report
Visual Question Answering (VQA) InfiMM-Eval BLIP-2-OPT2.7B Params 3B #12 of 14 Archive leaderboard report
Visual Question Answering (VQA) InfoSeek BLIP2 Accuracy 14.6 #6 of 7 Archive leaderboard report
Visual Question Answering (VQA) OK-VQA BLIP-2 ViT-G FlanT5 XXL (zero-shot) Accuracy 45.9 #23 of 37 Archive leaderboard report
Visual Question Answering (VQA) OK-VQA BLIP-2 ViT-G FlanT5 XL (zero-shot) Accuracy 40.7 #28 of 37 Archive leaderboard report
Visual Question Answering (VQA) OK-VQA BLIP-2 ViT-L FlanT5 XL (zero-shot) Accuracy 39.4 #29 of 37 Archive leaderboard report
Visual Question Answering (VQA) OK-VQA BLIP-2 ViT-G OPT 6.7B (zero-shot) Accuracy 36.4 #30 of 37 Archive leaderboard report
Visual Question Answering (VQA) OK-VQA BLIP-2 ViT-G OPT 2.7B (zero-shot) Accuracy 31.7 #32 of 37 Archive leaderboard report
Visual Question Answering (VQA) OK-VQA BLIP-2 ViT-L OPT 2.7B (zero-shot) Accuracy 30.2 #33 of 37 Archive leaderboard report
Visual Question Answering (VQA) PMC-VQA BLIP-2 Accuracy 24.3 #4 of 4 Archive leaderboard report
Visual Question Answering (VQA) VQA v2 test-dev BLIP-2 ViT-G FlanT5 XXL (zero-shot) Accuracy 65 #42 of 56 Archive leaderboard report
Visual Question Answering (VQA) VQA v2 test-dev BLIP-2 ViT-G FlanT5 XL (zero-shot) Accuracy 63 #47 of 56 Archive leaderboard report
Visual Question Answering (VQA) VQA v2 test-dev BLIP-2 ViT-L FlanT5 XL (zero-shot) Accuracy 62.3 #48 of 56 Archive leaderboard report
Visual Question Answering (VQA) VQA v2 test-dev BLIP-2 ViT-G OPT 6.7B (zero-shot) Accuracy 52.6 #50 of 56 Archive leaderboard report
Visual Question Answering (VQA) VQA v2 test-dev BLIP-2 ViT-G OPT 2.7B (zero-shot) Accuracy 52.3 #51 of 56 Archive leaderboard report
Visual Question Answering (VQA) VQA v2 test-dev BLIP-2 ViT-L OPT 2.7B (zero-shot) Accuracy 49.7 #54 of 56 Archive leaderboard report
Visual Question Answering (VQA) VQA v2 val BLIP-2 ViT-G FlanT5 XXL (zero-shot) Accuracy 65.2 #1 of 11 Archive leaderboard report
Visual Question Answering (VQA) VQA v2 val BLIP-2 ViT-G FlanT5 XL (zero-shot) Accuracy 63.1 #3 of 11 Archive leaderboard report
Visual Question Answering (VQA) VQA v2 val BLIP-2 ViT-L FlanT5 XL (zero-shot) Accuracy 62.6 #4 of 11 Archive leaderboard report
Visual Question Answering (VQA) VQA v2 val BLIP-2 ViT-G OPT 6.7B (zero-shot) Accuracy 54.3 #5 of 11 Archive leaderboard report
Visual Question Answering (VQA) VQA v2 val BLIP-2 ViT-G OPT 2.7B (zero-shot) Accuracy 53.5 #6 of 11 Archive leaderboard report
Visual Question Answering (VQA) VQA v2 val BLIP-2 ViT-L OPT 2.7B (zero-shot) Accuracy 50.1 #7 of 11 Archive leaderboard report
visual instruction following LLaVA-Bench BLIP-2 avg score 38.1 #8 of 8 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

Absolute Position EncodingsAdamAttentionBPEDense ConnectionsDropoutLabel SmoothingLayer NormalizationLinear LayerMulti-Head AttentionPosition-Wise Feed-Forward LayerResidual ConnectionSoftmaxTransformer

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections