CVAICLLGApr 3, 2024

ALOHa: A New Measure for Hallucination in Captioning Models

arXiv:2404.02904v142 citationsh-index: 10Has CodeNAACL
Originality Incremental advance
AI Analysis

This addresses the limitation of existing metrics for evaluating hallucination in multimodal AI, though it is incremental as it builds on prior work like CHAIR.

The paper tackles the problem of object hallucination in captioning models by proposing ALOHa, a new open-vocabulary metric that uses large language models to measure hallucinations, showing it identifies 13.6% more hallucinated objects than CHAIR on HAT and 30.8% more on nocaps.

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

Foundations

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

Your Notes