ViPCap: Retrieval Text-Based Visual Prompts for Lightweight Image Captioning
Taewhan Kim, Soeun Lee, Si-Woo Kim, Dong-Jin Kim
TL;DR
ViPCap tackles the inefficiency of retrieval-based captioning by converting retrieved text into visual prompts that enrich local image representations. It introduces the ViP module, which maps retrieved text into the CLIP space and samples semantic features from a learnable Gaussian distribution, followed by a patch-level retrieval and a minimal Feature Fusion Network to fuse visual and semantic information. The approach yields strong performance among lightweight captioning methods on COCO, Flickr30k, and NoCaps, while maintaining a small parameter footprint and offering plug-and-play compatibility across models and prompts. This work enables efficient, robust multimodal captioning suitable for real-world deployment without retraining large encoders, and the code is publicly available.
Abstract
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.
