DASH: Detection and Assessment of Systematic Hallucinations of VLMs
Maximilian Augustin, Yannic Neuhaus, Matthias Hein
TL;DR
DASH presents a scalable, automatic pipeline to detect and assess systematic false-positive hallucinations in vision-language models by combining text-based (DASH-LLM) and image-based (DASH-OPT) retrieval over open-world data. Through exploration, exploitation, and clustering on the ReLaION-5B corpus, it uncovers thousands of hallucination clusters across hundreds of object categories and demonstrates that these failure modes transfer to unseen models. DASH-B provides a harder benchmark to evaluate FP-hallucinations beyond saturated benchmarks like POPE, while fine-tuning with DASH data shows notable mitigation benefits. The work highlights the importance of open-world evaluation and data-driven mitigation for robust multimodal understanding in real-world applications.
Abstract
Vision-language models (VLMs) are prone to object hallucinations, where they erroneously indicate the presenceof certain objects in an image. Existing benchmarks quantify hallucinations using relatively small, labeled datasets. However, this approach is i) insufficient to assess hallucinations that arise in open-world settings, where VLMs are widely used, and ii) inadequate for detecting systematic errors in VLMs. We propose DASH (Detection and Assessment of Systematic Hallucinations), an automatic, large-scale pipeline designed to identify systematic hallucinations of VLMs on real-world images in an open-world setting. A key component is DASH-OPT for image-based retrieval, where we optimize over the ''natural image manifold'' to generate images that mislead the VLM. The output of DASH consists of clusters of real and semantically similar images for which the VLM hallucinates an object. We apply DASH to PaliGemma and two LLaVA-NeXT models across 380 object classes and, in total, find more than 19k clusters with 950k images. We study the transfer of the identified systematic hallucinations to other VLMs and show that fine-tuning PaliGemma with the model-specific images obtained with DASH mitigates object hallucinations. Code and data are available at https://YanNeu.github.io/DASH.
