๐ค AI Summary
Large Vision-Language Models (LVLMs) frequently generate hallucinated image descriptions exhibiting visual-textual inconsistency, undermining model reliability. Existing hallucination detection methods rely on computationally expensive large discriminative models and operate only at the sentence or clause level, resulting in low efficiency. This paper proposes MetaToken, a lightweight token-level binary classifier, whichโ for the first timeโuncovers the statistical origins of LVLM hallucinations and establishes a novel, fine-grained hallucination detection paradigm that is tuning-free, zero-shot, and cross-model generalizable. Built upon meta-statistical modeling and a compact neural architecture, MetaToken requires neither ground-truth labels nor additional inference overhead. Evaluated across four state-of-the-art LVLMs, it significantly outperforms existing sentence-level approaches, supports plug-and-play integration with arbitrary open-source LVLMs, and provides a new pathway toward efficient and trustworthy multimodal generation.
๐ Abstract
Large Vision Language Models (LVLMs) have shown remarkable capabilities in multimodal tasks like visual question answering or image captioning. However, inconsistencies between the visual information and the generated text, a phenomenon referred to as hallucinations, remain an unsolved problem with regard to the trustworthiness of LVLMs. To address this problem, recent works proposed to incorporate computationally costly Large (Vision) Language Models in order to detect hallucinations on a sentence- or subsentence-level. In this work, we introduce MetaToken, a lightweight binary classifier to detect hallucinations on the token-level at negligible cost. Based on a statistical analysis, we reveal key factors of hallucinations in LVLMs which have been overseen in previous works. MetaToken can be applied to any open-source LVLM without any knowledge about ground truth data providing a reliable detection of hallucinations. We evaluate our method on four state-of-the-art LVLMs demonstrating the effectiveness of our approach.