The Solution for the CVPR2024 NICE Image Captioning Challenge
Longfei Huang, Shupeng Zhong, Xiangyu Wu, Ruoxuan Li
TL;DR
This work tackles zero-shot image captioning for NICE 2024 by addressing style-content gaps in human annotations through retrieval-augmented data and a caption-level strategy built on the OFA framework with handcrafted templates. It introduces a data discovery pipeline using EVA-CLIP and Adaption Re-ranking to assemble high-quality training material from model-generated captions and constructs a mini knowledge base to guide caption formation via retrieved prompts, culminating in a CIDEr-optimized ensemble. The key contributions are the retrieval-augmented fine-tuning and the caption-level control that improve caption quality and alignment with manual-style annotations, achieving a CIDEr score of $234.11$ on NICE 2024. The results underscore the importance of data quality and external knowledge integration for robust zero-shot captioning and suggest avenues for self-iterative improvements without collecting new data.
Abstract
This report introduces a solution to the Topic 1 Zero-shot Image Captioning of 2024 NICE : New frontiers for zero-shot Image Captioning Evaluation. In contrast to NICE 2023 datasets, this challenge involves new annotations by humans with significant differences in caption style and content. Therefore, we enhance image captions effectively through retrieval augmentation and caption grading methods. At the data level, we utilize high-quality captions generated by image caption models as training data to address the gap in text styles. At the model level, we employ OFA (a large-scale visual-language pre-training model based on handcrafted templates) to perform the image captioning task. Subsequently, we propose caption-level strategy for the high-quality caption data generated by the image caption models and integrate them with retrieval augmentation strategy into the template to compel the model to generate higher quality, more matching, and semantically enriched captions based on the retrieval augmentation prompts. Our approach achieves a CIDEr score of 234.11.
