English

ALOHa: A New Measure for Hallucination in Captioning Models

Computer Vision and Pattern Recognition 2024-04-04 v1 Artificial Intelligence Computation and Language Machine Learning

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/.

Keywords

Cite

@article{arxiv.2404.02904,
  title  = {ALOHa: A New Measure for Hallucination in Captioning Models},
  author = {Suzanne Petryk and David M. Chan and Anish Kachinthaya and Haodi Zou and John Canny and Joseph E. Gonzalez and Trevor Darrell},
  journal= {arXiv preprint arXiv:2404.02904},
  year   = {2024}
}

Comments

To appear at NAACL 2024

R2 v1 2026-06-28T15:43:17.235Z