Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

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

About

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.

Rita Ramos, Bruno Martins, Desmond Elliott• 2023

Related benchmarks

TaskDatasetResultRank
Image CaptioningMSCOCO
BLEU@419.9
27
Image CaptioningCOCO (test)
CIDEr75.9
27
Image CaptioningCrossmodal-3600 (test)
Score (en)52.6
11
Multilingual Image CaptioningCOCO Google Translate DEV (val)--
4
Multilingual Image CaptioningCOCO M2M-100 Translate DEV (val)
Score (en)0.767
1
Showing 5 of 5 rows

Other info

Code

Follow for update