CVAIOct 31, 2025

Generating Accurate and Detailed Captions for High-Resolution Images

arXiv:2510.27164v1h-index: 5
Originality Incremental advance
AI Analysis

This addresses a specific limitation in image captioning for high-resolution data, offering an incremental improvement over existing methods.

The paper tackles the problem of vision-language models generating inaccurate and detailed captions for high-resolution images by proposing a pipeline that integrates VLMs, LLMs, and object detection to refine captions through a multi-stage process, resulting in more detailed and reliable captions with reduced hallucinations.

Vision-language models (VLMs) often struggle to generate accurate and detailed captions for high-resolution images since they are typically pre-trained on low-resolution inputs (e.g., 224x224 or 336x336 pixels). Downscaling high-resolution images to these dimensions may result in the loss of visual details and the omission of important objects. To address this limitation, we propose a novel pipeline that integrates vision-language models, large language models (LLMs), and object detection systems to enhance caption quality. Our proposed pipeline refines captions through a novel, multi-stage process. Given a high-resolution image, an initial caption is first generated using a VLM, and key objects in the image are then identified by an LLM. The LLM predicts additional objects likely to co-occur with the identified key objects, and these predictions are verified by object detection systems. Newly detected objects not mentioned in the initial caption undergo focused, region-specific captioning to ensure they are incorporated. This process enriches caption detail while reducing hallucinations by removing references to undetected objects. We evaluate the enhanced captions using pairwise comparison and quantitative scoring from large multimodal models, along with a benchmark for hallucination detection. Experiments on a curated dataset of high-resolution images demonstrate that our pipeline produces more detailed and reliable image captions while effectively minimizing hallucinations.

Foundations

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

Your Notes