paper-with-me

Papers

LMCap: Few-shot Multilingual Image Captioning by Retrieval Augmented Language Model Prompting

2023-05-31 · Rita Ramos, Bruno Martins, Desmond Elliott

Multilingual image captioning has recently been tackled by training with large-scale machine translated data, which is an expensive, noisy, and time-consuming process. Without requiring any multilingual caption data, we propose LMCap, an image-blind few-shot multilingual captioning model that works by prompting a language model with retrieved captions. Specifically, instead of following the standard encoder-decoder paradigm, given an image, LMCap first retrieves the captions of similar images using a multilingual CLIP encoder. These captions are then combined into a prompt for an XGLM decoder, in order to generate captions in the desired language. In other words, the generation model does not directly process the image, instead processing retrieved captions. Experiments on the XM3600 dataset of geographically diverse images show that our model is competitive with fully-supervised multilingual captioning models, without requiring any supervised training on any captioning data.

📄 PDF Abstract BibTeX arXiv:2305.19821

Code (1)

ritaramo/lmcap 공식 구현 pytorch

Tasks

DecoderImage CaptioningLanguage ModelingLanguage ModellingRetrieval

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

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

ZSE-Cap: A Zero-Shot Ensemble for Image Retrieval and Prompt-Guided Captioning

2025-07-28 · Duc-Tai Dinh, Duc Anh Khoa Dinh arxiv

We present ZSE-Cap (Zero-Shot Ensemble for Captioning), our 4th place system in Event-Enriched Image Analysis (EVENTA) shared task on article-grounded image retrieval and captioning. Our zero-shot approach requires no fi…

Image Retrieval

Multilingual Training-Free Remote Sensing Image Captioning

2025-11-30 · Carlos Rebelo, Gil Rocha, João Daniel Silva, Bruno Martins arxiv

Remote sensing image captioning has advanced rapidly through encoder--decoder models, although the reliance on large annotated datasets and the focus on English restricts global applicability. To address these limitation…

Image Captioning

IFCap: Image-like Retrieval and Frequency-based Entity Filtering for Zero-shot Captioning

2024-09-26 · Soeun Lee, Si-Woo Kim, Taewhan Kim, Dong-Jin Kim

Recent advancements in image captioning have explored text-only training methods to overcome the limitations of paired image-text data. However, existing text-only training methods often overlook the modality gap between…

Image CaptioningRetrievalVideo Captioning

The Solution for the CVPR2024 NICE Image Captioning Challenge

2024-04-19 · Longfei Huang, Shupeng Zhong, Xiangyu Wu, Ruoxuan Li

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

Image CaptioningRetrieval