Image Captioners Are Scalable Vision Learners Too
Michael Tschannen, Manoj Kumar, Andreas Steiner, Xiaohua Zhai, Neil Houlsby, Lucas Beyer
TL;DR
The paper tackles whether plain image captioning can train scalable vision encoders as effectively as contrastive pretraining (CLIP) when data and compute are matched. It introduces Cap and CapPa, an encoder-decoder framework that learns from image captions, with CapPa enabling parallel caption token prediction to accelerate training. Across a broad suite of evaluations, captioning-based pretraining matches or exceeds CLIP on vision-language tasks, surpasses it on captioning-related benchmarks, and demonstrates favorable scaling and strong performance on fine-grained and relational tasks (ARO, SugarCrepe). The work also shows that coupling Cap/CapPa with pretrained text decoders (LiT, T5, GPT-2) can further improve zero-shot and multimodal capabilities, while remaining a competitive alternative to contrastive pretraining for multimodal models. Overall, plain image captioning emerges as a powerful, scalable pretraining strategy for vision backbones with strong potential for multimodal applications.
Abstract
Contrastive pretraining on image-text pairs from the web is one of the most popular large-scale pretraining strategies for vision backbones, especially in the context of large multimodal models. At the same time, image captioning on this type of data is commonly considered an inferior pretraining strategy. In this paper, we perform a fair comparison of these two pretraining strategies, carefully matching training data, compute, and model capacity. Using a standard encoder-decoder transformer, we find that captioning alone is surprisingly effective: on classification tasks, captioning produces vision encoders competitive with contrastively pretrained encoders, while surpassing them on vision & language tasks. We further analyze the effect of the model architecture and scale, as well as the pretraining data on the representation quality, and find that captioning exhibits the same or better scaling behavior along these axes. Overall our results show that plain image captioning is a more powerful pretraining strategy than was previously believed.
