CVAICLMMMay 21, 2024

Towards Retrieval-Augmented Architectures for Image Captioning

arXiv:2405.13127v122 citationsh-index: 66ACM Trans. Multim. Comput. Commun. Appl.
Originality Incremental advance
AI Analysis

This work addresses image captioning for computer vision and NLP applications, presenting a novel retrieval-augmented approach that is incremental but offers specific gains.

The authors tackled image captioning by incorporating an external kNN memory to improve generation, demonstrating significant quality enhancements on COCO and nocaps datasets, especially with larger retrieval corpora.

The objective of image captioning models is to bridge the gap between the visual and linguistic modalities by generating natural language descriptions that accurately reflect the content of input images. In recent years, researchers have leveraged deep learning-based models and made advances in the extraction of visual features and the design of multimodal connections to tackle this task. This work presents a novel approach towards developing image captioning models that utilize an external kNN memory to improve the generation process. Specifically, we propose two model variants that incorporate a knowledge retriever component that is based on visual similarities, a differentiable encoder to represent input images, and a kNN-augmented language model to predict tokens based on contextual cues and text retrieved from the external memory. We experimentally validate our approach on COCO and nocaps datasets and demonstrate that incorporating an explicit external memory can significantly enhance the quality of captions, especially with a larger retrieval corpus. This work provides valuable insights into retrieval-augmented captioning models and opens up new avenues for improving image captioning at a larger scale.

Foundations

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

Your Notes