CVAICLLGDec 26, 2024

ViPCap: Retrieval Text-Based Visual Prompts for Lightweight Image Captioning

arXiv:2412.19289v3h-index: 4Has Code
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in lightweight image captioning for applications needing efficient models, though it is incremental as it builds on existing retrieval-based methods.

The paper tackles the limitation of insufficient visual information in lightweight image captioning models that rely only on text prompts and CLIP embeddings by proposing ViPCap, which uses retrieved text to generate visual prompts, resulting in performance improvements on datasets like COCO, Flickr30k, and NoCaps.

Recent lightweight image captioning models using retrieved data mainly focus on text prompts. However, previous works only utilize the retrieved text as text prompts, and the visual information relies only on the CLIP visual embedding. Because of this issue, there is a limitation that the image descriptions inherent in the prompt are not sufficiently reflected in the visual embedding space. To tackle this issue, we propose ViPCap, a novel retrieval text-based visual prompt for lightweight image captioning. ViPCap leverages the retrieved text with image information as visual prompts to enhance the ability of the model to capture relevant visual information. By mapping text prompts into the CLIP space and generating multiple randomized Gaussian distributions, our method leverages sampling to explore randomly augmented distributions and effectively retrieves the semantic features that contain image information. These retrieved features are integrated into the image and designated as the visual prompt, leading to performance improvements on the datasets such as COCO, Flickr30k, and NoCaps. Experimental results demonstrate that ViPCap significantly outperforms prior lightweight captioning models in efficiency and effectiveness, demonstrating the potential for a plug-and-play solution. The source code is available at https://github.com/taewhankim/VIPCAP.

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