CVMar 6, 2024

MeaCap: Memory-Augmented Zero-shot Image Captioning

arXiv:2403.03715v164 citationsh-index: 14Has CodeCVPR
Originality Incremental advance
AI Analysis

This work addresses image captioning for scenarios lacking paired image-text data, offering an incremental improvement over existing zero-shot methods.

The paper tackles the problem of hallucinations in training-free zero-shot image captioning and loss of generalization in text-only-training methods by proposing MeaCap, a memory-augmented framework that achieves state-of-the-art performance on various zero-shot settings.

Zero-shot image captioning (IC) without well-paired image-text data can be divided into two categories, training-free and text-only-training. Generally, these two types of methods realize zero-shot IC by integrating pretrained vision-language models like CLIP for image-text similarity evaluation and a pre-trained language model (LM) for caption generation. The main difference between them is whether using a textual corpus to train the LM. Though achieving attractive performance w.r.t. some metrics, existing methods often exhibit some common drawbacks. Training-free methods tend to produce hallucinations, while text-only-training often lose generalization capability. To move forward, in this paper, we propose a novel Memory-Augmented zero-shot image Captioning framework (MeaCap). Specifically, equipped with a textual memory, we introduce a retrieve-then-filter module to get key concepts that are highly related to the image. By deploying our proposed memory-augmented visual-related fusion score in a keywords-to-sentence LM, MeaCap can generate concept-centered captions that keep high consistency with the image with fewer hallucinations and more world-knowledge. The framework of MeaCap achieves the state-of-the-art performance on a series of zero-shot IC settings. Our code is available at https://github.com/joeyz0z/MeaCap.

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