CVSep 20, 2024

FullAnno: A Data Engine for Enhancing Image Comprehension of MLLMs

arXiv:2409.13540v110 citationsh-index: 14
Originality Incremental advance
AI Analysis

This addresses the data bottleneck for researchers and practitioners using MLLMs in vision-language tasks, though it is incremental as it builds on existing annotation methods.

The paper tackles the problem of MLLMs' dependence on high-quality data for fine-tuning by introducing FullAnno, a data engine that generates large-scale, fine-grained image annotations, resulting in tripled object annotations and 15x longer captions for COCO and Visual Genome datasets, which significantly enhanced LLaVA-v1.5's performance on benchmarks.

Multimodal Large Language Models (MLLMs) have shown promise in a broad range of vision-language tasks with their strong reasoning and generalization capabilities. However, they heavily depend on high-quality data in the Supervised Fine-Tuning (SFT) phase. The existing approaches aim to curate high-quality data via GPT-4V, but they are not scalable due to the commercial nature of GPT-4V and the simplicity of the prompts used to instruct the model. To this end, we devised the FullAnno system, which is a data engine that can generate large-scale, high-quality, and fine-grained image annotations consisting of the category and position of objects, region descriptions, text information, as well as image dense captions. This engine is characterized by its cascade annotation process, which involves multiple expert models and employs rich prompts to instruct LLMs in generating dense image captions. We re-annotated the COCO and Visual Genome datasets using our FullAnno system, tripling the number of object annotations and increasing the length of the original image captions by a factor of 15. Experiments show that the regenerated annotation can significantly enhance the capabilities of LLaVA-v1.5 on several benchmarks. The re-annotated data are available at: https://arcana-project-page.github.io

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes