BLIP:引导语言-图像预训练实现统一视觉-语言理解与生成

BLIP: Bootstrapping Language-Image Pre-training for Unified Vision-Language Understanding and Generation

李俊男 Junnan Li · Salesforce · 2022-01-28 · arXiv:2201.12086 ↗ · 被引 6925

打开互动全文版(逐段中英对照 + 图/公式 + 论文问答)→

摘要 · Abstract

视觉-语言预训练(VLP)提升了许多视觉-语言任务的性能。然而,大多数现有的预训练模型仅在基于理解的任务或基于生成的任务中表现出色。此外,性能提升主要通过从网络收集的带有噪声的图像-文本对来扩大数据集实现,这是一种次优的监督来源。在本文中,我们提出了 BLIP,一种新的 VLP 框架,能够灵活地迁移到视觉-语言理解和生成任务。BLIP 通过引导字幕有效利用嘈杂的网络数据,其中字幕生成器生成合成字幕,过滤器去除噪声字幕。我们在广泛的视觉-语言任务上取得了最先进的结果,例如图像-文本检索(平均召回率@1 提升 2.7%)、图像字幕(CIDEr 提升 2.8%)和 VQA(VQA 分数提升 1.6%)。BLIP 在零样本方式下直接迁移到视频-语言任务时也表现出强大的泛化能力。代码、模型和数据集已在 https://github.com/salesforce/BLIP 发布。

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.

核心贡献 · Key contributions

局限 · Limitations

论文章节 · Sections(共 24)

阅读逐段中英对照全文 →