CVCLFeb 16, 2023

Retrieval-augmented Image Captioning

arXiv:2302.08268v1282 citationsh-index: 33
Originality Incremental advance
AI Analysis

This addresses image captioning for vision-language tasks, offering an incremental improvement by integrating retrieval with pretrained encoders.

The paper tackles image captioning by generating sentences using both an input image and retrieved captions from a datastore, showing that this approach improves quality on the COCO dataset, with benefits from using external datasets without retraining.

Inspired by retrieval-augmented language generation and pretrained Vision and Language (V&L) encoders, we present a new approach to image captioning that generates sentences given the input image and a set of captions retrieved from a datastore, as opposed to the image alone. The encoder in our model jointly processes the image and retrieved captions using a pretrained V&L BERT, while the decoder attends to the multimodal encoder representations, benefiting from the extra textual evidence from the retrieved captions. Experimental results on the COCO dataset show that image captioning can be effectively formulated from this new perspective. Our model, named EXTRA, benefits from using captions retrieved from the training dataset, and it can also benefit from using an external dataset without the need for retraining. Ablation studies show that retrieving a sufficient number of captions (e.g., k=5) can improve captioning quality. Our work contributes towards using pretrained V&L encoders for generative tasks, instead of standard classification tasks.

Code Implementations1 repo
Foundations

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

Your Notes