CVIVOct 10, 2023

The Solution for the CVPR2023 NICE Image Captioning Challenge

arXiv:2310.06879v21 citationsh-index: 4
Originality Incremental advance
AI Analysis

This work addresses zero-shot image captioning for diverse visual concepts, but it is incremental as it builds on existing pre-training models and strategies.

The authors tackled the CVPR2023 NICE Image Captioning Challenge by developing a method using OFA pre-training with contrastive learning, similarity-bucket strategies, and retrieval-augmented templates, achieving first place with Cider-Scores of 105.17 on validation and 325.72 on test.

In this paper, we present our solution to the New frontiers for Zero-shot Image Captioning Challenge. Different from the traditional image captioning datasets, this challenge includes a larger new variety of visual concepts from many domains (such as COVID-19) as well as various image types (photographs, illustrations, graphics). For the data level, we collect external training data from Laion-5B, a large-scale CLIP-filtered image-text dataset. For the model level, we use OFA, a large-scale visual-language pre-training model based on handcrafted templates, to perform the image captioning task. In addition, we introduce contrastive learning to align image-text pairs to learn new visual concepts in the pre-training stage. Then, we propose a similarity-bucket strategy and incorporate this strategy into the template to force the model to generate higher quality and more matching captions. Finally, by retrieval-augmented strategy, we construct a content-rich template, containing the most relevant top-k captions from other image-text pairs, to guide the model in generating semantic-rich captions. Our method ranks first on the leaderboard, achieving 105.17 and 325.72 Cider-Score in the validation and test phase, respectively.

Foundations

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

Your Notes