CVAICLMay 28, 2023

FuseCap: Leveraging Large Language Models for Enriched Fused Image Captions

arXiv:2305.17718v261 citations
Originality Incremental advance
AI Analysis

This addresses the limitation of missing details in image captions for vision-language tasks, though it is incremental as it builds on existing methods with a data-centric approach.

The paper tackles the problem of generic captions in image captioning by automatically enriching existing captions with visual details using vision experts and a large language model, creating a dataset of 12M image-caption pairs and training a BLIP-based model that outperforms state-of-the-art approaches.

The advent of vision-language pre-training techniques enhanced substantial progress in the development of models for image captioning. However, these models frequently produce generic captions and may omit semantically important image details. This limitation can be traced back to the image-text datasets; while their captions typically offer a general description of image content, they frequently omit salient details. Considering the magnitude of these datasets, manual reannotation is impractical, emphasizing the need for an automated approach. To address this challenge, we leverage existing captions and explore augmenting them with visual details using "frozen" vision experts including an object detector, an attribute recognizer, and an Optical Character Recognizer (OCR). Our proposed method, FuseCap, fuses the outputs of such vision experts with the original captions using a large language model (LLM), yielding comprehensive image descriptions. We automatically curate a training set of 12M image-enriched caption pairs. These pairs undergo extensive evaluation through both quantitative and qualitative analyses. Subsequently, this data is utilized to train a captioning generation BLIP-based model. This model outperforms current state-of-the-art approaches, producing more precise and detailed descriptions, demonstrating the effectiveness of the proposed data-centric approach. We release this large-scale dataset of enriched image-caption pairs for the community.

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