ALOHa: A New Measure for Hallucination in Captioning Models
Suzanne Petryk, David M. Chan, Anish Kachinthaya, Haodi Zou, John Canny, Joseph E. Gonzalez, Trevor Darrell
TL;DR
ALOHa introduces an open-vocabulary hallucination metric for captioning by leveraging an LLM to extract groundable objects, semantically matching candidate and reference objects with SBERT embeddings, and solving a maximum-similarity assignment via the Hungarian method. It yields per-object scores $ALOHa_o$ and a caption score $ALOHa$, enabling reliable and localizable detection that generalizes beyond fixed object sets. Evaluations on HAT and nocaps-FOIL show improvements over CHAIR and competitive performance against CLIP-based metrics, with notable gains in localization accuracy. While promising, the framework incurs higher compute and cost, hinges on reference captions, and faces nondeterminism and potential bias, suggesting directions for open-source LLM improvements and bias mitigation.
Abstract
Despite recent advances in multimodal pre-training for visual description, state-of-the-art models still produce captions containing errors, such as hallucinating objects not present in a scene. The existing prominent metric for object hallucination, CHAIR, is limited to a fixed set of MS COCO objects and synonyms. In this work, we propose a modernized open-vocabulary metric, ALOHa, which leverages large language models (LLMs) to measure object hallucinations. Specifically, we use an LLM to extract groundable objects from a candidate caption, measure their semantic similarity to reference objects from captions and object detections, and use Hungarian matching to produce a final hallucination score. We show that ALOHa correctly identifies 13.6% more hallucinated objects than CHAIR on HAT, a new gold-standard subset of MS COCO Captions annotated for hallucinations, and 30.8% more on nocaps, where objects extend beyond MS COCO categories. Our code is available at https://davidmchan.github.io/aloha/.
