CVCLNov 24, 2021

Scaling Up Vision-Language Pre-training for Image Captioning

arXiv:2111.12233v2321 citations
Originality Incremental advance
AI Analysis

This work addresses the need for larger-scale models in image captioning to improve performance and handle long-tail concepts, though it is incremental as it builds on existing methods like VinVL.

The paper tackles the problem of scaling vision-language pre-training for image captioning by introducing LEMON, a large-scale model with up to 675 million parameters trained on up to 200 million image-text pairs, achieving new state-of-the-art results on benchmarks like COCO Caption and nocaps.

In recent years, we have witnessed significant performance boost in the image captioning task based on vision-language pre-training (VLP). Scale is believed to be an important factor for this advance. However, most existing work only focuses on pre-training transformers with moderate sizes (e.g., 12 or 24 layers) on roughly 4 million images. In this paper, we present LEMON, a LargE-scale iMage captiONer, and provide the first empirical study on the scaling behavior of VLP for image captioning. We use the state-of-the-art VinVL model as our reference model, which consists of an image feature extractor and a transformer model, and scale the transformer both up and down, with model sizes ranging from 13 to 675 million parameters. In terms of data, we conduct experiments with up to 200 million image-text pairs which are automatically collected from web based on the alt attribute of the image (dubbed as ALT200M). Extensive analysis helps to characterize the performance trend as the model size and the pre-training data size increase. We also compare different training recipes, especially for training on large-scale noisy data. As a result, LEMON achieves new state of the arts on several major image captioning benchmarks, including COCO Caption, nocaps, and Conceptual Captions. We also show LEMON can generate captions with long-tail visual concepts when used in a zero-shot manner.

Foundations

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

Your Notes