CVDec 20, 2024

Toward Robust Hyper-Detailed Image Captioning: A Multiagent Approach and Dual Evaluation Metrics for Factuality and Coverage

arXiv:2412.15484v415 citationsh-index: 15Has CodeICML
Originality Incremental advance
AI Analysis

This addresses the issue of unreliable detailed captions for users in computer vision and AI applications, though it is incremental as it builds on existing MLLM and hallucination detection methods.

The paper tackles the problem of hallucinations in hyper-detailed image captions generated by multimodal large language models (MLLMs) by proposing a multiagent approach for correction and introducing new evaluation metrics and a benchmark dataset. The results show that their method significantly enhances factual accuracy, even improving captions from GPT-4V, and their evaluation better aligns with human judgments than existing metrics.

Multimodal large language models (MLLMs) excel at generating highly detailed captions but often produce hallucinations. Our analysis reveals that existing hallucination detection methods struggle with detailed captions. We attribute this to the increasing reliance of MLLMs on their generated text, rather than the input image, as the sequence length grows. To address this issue, we propose a multiagent approach that leverages LLM-MLLM collaboration to correct given captions. Additionally, we introduce an evaluation framework and a benchmark dataset to facilitate the systematic analysis of detailed captions. Our experiments demonstrate that our proposed evaluation method better aligns with human judgments of factuality than existing metrics and that existing approaches to improve the MLLM factuality may fall short in hyper-detailed image captioning tasks. In contrast, our proposed method significantly enhances the factual accuracy of captions, even improving those generated by GPT-4V. Finally, we highlight a limitation of VQA-centric benchmarking by demonstrating that an MLLM's performance on VQA benchmarks may not correlate with its ability to generate detailed image captions. Our code and data are available at https://github.com/adobe-research/CapMAS.

Foundations

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

Your Notes