paper-with-me

Papers

Towards Retrieval-Augmented Architectures for Image Captioning

2024-05-21 · Sara Sarto, Marcella Cornia, Lorenzo Baraldi, Alessandro Nicolosi, Rita Cucchiara

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.

📄 PDF Abstract BibTeX arXiv:2405.13127

Code (0)

등록된 구현이 없습니다.

Tasks

Image CaptioningLanguage ModelingLanguage ModellingRetrieval

Similar Papers 제목 키워드 기반

RACap: Relation-Aware Prompting for Lightweight Retrieval-Augmented Image Captioning

2025-09-19 · Xiaosheng Long, Hanyu Wang, Zhentao Song, Kun Luo 외 arxiv

Recent retrieval-augmented image captioning methods incorporate external knowledge to compensate for the limitations in comprehending complex scenes. However, current approaches face challenges in relation modeling: (1) …

Image Captioning

Understanding Retrieval Robustness for Retrieval-Augmented Image Captioning

2024-06-04 · Wenyan Li, Jiaang Li, Rita Ramos, Raphael Tang 외

Recent advances in retrieval-augmented models for image captioning highlight the benefit of retrieving related captions for efficient, lightweight models with strong domain-transfer capabilities. While these models demon…

Image CaptioningRetrieval

CONCAP: Seeing Beyond English with Concepts Retrieval-Augmented Captioning

2025-07-27 · George Ibrahim, Rita Ramos, Yova Kementchedjhieva arxiv

Multilingual vision-language models have made significant strides in image captioning, yet they still lag behind their English counterparts due to limited multilingual training data and costly large-scale model parameter…

Image Captioning

Retrieval-augmented Image Captioning

2023-02-16 · Rita Ramos, Desmond Elliott, Bruno Martins

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 re…

DecoderImage CaptioningRetrievalText Generation

TPCap: Unlocking Zero-Shot Image Captioning with Trigger-Augmented and Multi-Modal Purification Modules

2025-02-16 · Ruoyu Zhang, Lulu Wang, Yi He, Tongling Pan 외

Recent advancements in large language models (LLMs) have significantly enhanced the fluency and logical coherence of image captioning. Retrieval-Augmented Generation (RAG) is widely adopted to incorporate external knowle…

GPUImage CaptioningRAGRetrieval+1