Junnan Li, Dongxu Li, Caiming Xiong, Steven Hoi
Vision-Language Pre-training (VLP) has advanced the performance for many vision-language tasks. However, most existing pre-trained models only excel in either understanding-based tasks or generation-based tasks. Furthermore, performance improvement has been largely achieved by scaling up the dataset with noisy image-text pairs collected from the web, which is a suboptimal source of supervision. In this paper, we propose BLIP, a new VLP framework which transfers flexibly to both vision-language understanding and generation tasks. BLIP effectively utilizes the noisy web data by bootstrapping the captions, where a captioner generates synthetic captions and a filter removes the noisy ones. We achieve state-of-the-art results on a wide range of vision-language tasks, such as image-text retrieval (+2.7% in average recall@1), image captioning (+2.8% in CIDEr), and VQA (+1.6% in VQA score). BLIP also demonstrates strong generalization ability when directly transferred to video-language tasks in a zero-shot manner. Code, models, and datasets are released at https://github.com/salesforce/BLIP.
| Task | Dataset | Metric | Value | Model |
|---|---|---|---|---|
| Visual Reasoning | NLVR2 Test | Accuracy | 83.09 | BLIP-129M |
| Image Captioning | nocaps-val-out-domain | CIDEr | 115.3 | BLIP_ViT-L |
| Image Captioning | nocaps-val-out-domain | SPICE | 14.4 | BLIP_ViT-L |
| Image Captioning | nocaps-val-out-domain | CIDEr | 111.5 | BLIP_CapFilt-L |
| Image Captioning | nocaps-val-out-domain | SPICE | 14.2 | BLIP_CapFilt-L |
| Image Captioning | nocaps-val-near-domain | CIDEr | 112.1 | BLIP_ViT-L |
| Image Captioning | nocaps-val-near-domain | SPICE | 14.9 | BLIP_ViT-L |
| Image Captioning | nocaps-val-near-domain | CIDEr | 108.6 | BLIP_CapFilt-L |
| Image Captioning | nocaps-val-near-domain | SPICE | 14.8 | BLIP_CapFilt-L |
| Image Captioning | nocaps-val-overall | CIDEr | 113.2 | BLIP_ViT-L |
| Image Captioning | nocaps-val-overall | SPICE | 14.8 | BLIP_ViT-L |
| Image Captioning | nocaps-val-overall | CIDEr | 109.6 | BLIP_CapFilt-L |
| Image Captioning | nocaps-val-overall | SPICE | 14.7 | BLIP_CapFilt-L |
| Image Captioning | nocaps-val-in-domain | CIDEr | 114.9 | BLIP_ViT-L |
| Image Captioning | nocaps-val-in-domain | SPICE | 15.2 | BLIP_ViT-L |
| Image Captioning | nocaps-val-in-domain | CIDEr | 111.8 | BLIP_CapFilt-L |
| Image Captioning | nocaps-val-in-domain | SPICE | 14.9 | BLIP_CapFilt-L |
| Image Retrieval with Multi-Modal Query | CommercialAdsDataset | ADD(S) AUC | 83.51 | BLIP |
| Object Detection | OVAD-Box benchmark | mean average precision | 24.3 | BLIP |
| 3D | OVAD-Box benchmark | mean average precision | 24.3 | BLIP |
| 2D Classification | OVAD-Box benchmark | mean average precision | 24.3 | BLIP |
| 2D Object Detection | OVAD-Box benchmark | mean average precision | 24.3 | BLIP |
| Cross-Modal Information Retrieval | CommercialAdsDataset | ADD(S) AUC | 83.51 | BLIP |
| Open Vocabulary Object Detection | OVAD-Box benchmark | mean average precision | 24.3 | BLIP |
| Cross-Modal Retrieval | CommercialAdsDataset | ADD(S) AUC | 83.51 | BLIP |
| 16k | OVAD-Box benchmark | mean average precision | 24.3 | BLIP |