Measuring and Mitigating Hallucinations in Vision-Language Dataset Generation for Remote Sensing
Madeline Anderson, Miriam Cha, William T. Freeman, J. Taylor Perron, Nathaniel Maidel, Kerri Cahoy
TL;DR
The paper addresses the lack of paired image-text data in remote sensing by leveraging maps and metadata to generate detailed captions via a multimodal LLM, culminating in the fMoW-mm dataset. It introduces a hallucination metric, FDR, defined as $FDR = 1 - \frac{\sum_{c \in C} \mathds{1}_{R}(c)}{K}$, to quantify false-positive proper-noun mentions and demonstrates that map-enhanced captions reduce such hallucinations. Through ablations and few-shot evaluations on the DIOR dataset, the authors show that fMoW-mm yields superior performance for automatic target recognition compared to existing vision-language remote sensing datasets. Overall, the work demonstrates that external contextual data can substantially improve caption quality and downstream few-shot tasks in data-scarce remote sensing settings.
Abstract
Vision language models have achieved impressive results across various fields. However, adoption in remote sensing remains limited, largely due to the scarcity of paired image-text data. To bridge this gap, synthetic caption generation has gained interest, traditionally relying on rule-based methods that use metadata or bounding boxes. While these approaches provide some description, they often lack the depth needed to capture complex wide-area scenes. Large language models (LLMs) offer a promising alternative for generating more descriptive captions, yet they can produce generic outputs and are prone to hallucination. In this paper, we propose a new method to enhance vision-language datasets for remote sensing by integrating maps as external data sources, enabling the generation of detailed, context-rich captions. Additionally, we present methods to measure and mitigate hallucinations in LLM-generated text. We introduce fMoW-mm, a multimodal dataset incorporating satellite imagery, maps, metadata, and text annotations. We demonstrate its effectiveness for automatic target recognition in few-shot settings, achieving superior performance compared to other vision-language remote sensing datasets.
