Scaling Up Visual and Vision-Language Representation Learning With Noisy Text Supervision
打开互动全文版(逐段中英对照 + 图/公式 + 论文问答)→预训练表示对许多自然语言处理和感知任务至关重要。虽然自然语言处理中的表示学习已转向无需人工标注的原始文本训练,但视觉和视觉-语言表示仍严重依赖昂贵或需要专业知识的精心策划数据集。对于视觉应用,表示主要使用带有显式类别标签的数据集(如 ImageNet 或 OpenImages)学习。对于视觉-语言,流行的数据集如 Conceptual Captions、MSCOCO 或 CLIP 都涉及非平凡的数据收集(和清理)过程。这种昂贵的策划过程限制了数据集的大小,从而阻碍了训练模型的扩展。在本文中,我们利用了一个超过十亿图像替代文本对的噪声数据集,该数据集无需 Conceptual Captions 数据集中昂贵的过滤或后处理步骤。一个简单的双编码器架构使用对比损失学习对齐图像和文本对的视觉与语言表示。我们表明,语料库的规模可以弥补其噪声,即使使用如此简单的学习方案也能产生最先进的表示。我们的视觉表示在转移到 ImageNet 和 VTAB 等分类任务时表现出色。对齐的视觉和语言表示实现了零样本图像分类,并在 Flickr30K 和 MSCOCO 图像-文本检索基准上创造了新的最先进结果,即使与更复杂的交叉注意力模型相比也是如此。这些表示还支持复杂文本和文本+图像查询的跨模态搜索。
Pre-trained representations are becoming crucial for many NLP and perception tasks. While representation learning in NLP has transitioned to training on raw text without human annotations, visual and vision-language representations still rely heavily on curated training datasets that are expensive or require expert knowledge. For vision applications, representations are mostly learned using datasets with explicit class labels such as ImageNet or OpenImages. For vision-language, popular datasets like Conceptual Captions, MSCOCO, or CLIP all involve a non-trivial data collection (and cleaning) process. This costly curation process limits the size of datasets and hence hinders the scaling of trained models. In this paper, we leverage a noisy dataset of over one billion image alt-text pairs, obtained without expensive filtering or post-processing steps in the Conceptual Captions dataset. A simple dual-encoder architecture learns to align visual and language representations of the image and text pairs using a contrastive loss. We show that the scale of our corpus can make up for its noise and leads to state-of-the-art representations even with such a simple learning scheme. Our visual representation achieves strong performance when transferred to classification tasks such as ImageNet and VTAB. The aligned visual and language representations enables zero-shot image classification and also set new state-of-the-art results on Flickr30K and MSCOCO image-text retrieval benchmarks, even when compared with more sophisticated cross-attention models. The representations also enable cross-modality search with complex text and text + image queries.