CVNov 26, 2025

CaptionQA: Is Your Caption as Useful as the Image Itself?

arXiv:2511.21025v14 citationsh-index: 10Has Code
Originality Incremental advance
AI Analysis

This work addresses the need for better evaluation of caption quality in multimodal systems, particularly for retrieval, recommendation, and AI agents, though it is incremental as it builds on existing benchmarking practices.

The authors tackled the problem of evaluating whether image captions can effectively replace images in downstream tasks by introducing CaptionQA, a utility-based benchmark covering four domains with over 33,000 annotated questions, and found that state-of-the-art models show up to a 32% drop in caption utility compared to image utility.

Image captions serve as efficient surrogates for visual content in multimodal systems such as retrieval, recommendation, and multi-step agentic inference pipelines. Yet current evaluation practices miss a fundamental question: Can captions stand-in for images in real downstream tasks? We propose a utility-based benchmark, CaptionQA, to evaluate model-generated captions, where caption quality is measured by how well it supports downstream tasks. CaptionQA is an extensible domain-dependent benchmark covering 4 domains--Natural, Document, E-commerce, and Embodied AI--each with fine-grained taxonomies (25 top-level and 69 subcategories) that identify useful information for domain-specific tasks. CaptionQA builds 33,027 densely annotated multiple-choice questions (50.3 per image on average) that explicitly require visual information to answer, providing a comprehensive probe of caption utility. In our evaluation protocol, an LLM answers these questions using captions alone, directly measuring whether captions preserve image-level utility and are utilizable by a downstream LLM. Evaluating state-of-the-art MLLMs reveals substantial gaps between the image and its caption utility. Notably, models nearly identical on traditional image-QA benchmarks lower by up to 32% in caption utility. We release CaptionQA along with an open-source pipeline for extension to new domains. The code is available at https://github.com/bronyayang/CaptionQA.

Foundations

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

Your Notes