MTRE: Multi-Token Reliability Estimation for Hallucination Detection in VLMs
Geigh Zollicoffer, Minh Vu, Manish Bhattarai
TL;DR
MTRE addresses hallucination detection in vision-language models by moving beyond single-token signals to a multi-token, white-box reliability framework. It trains a token-level reliability classifier and aggregates per-token log-likelihood ratios across the first ten tokens, calibrated via cross-fitting and adaptive evidence length. Across MAD-Bench, MM-SafetyBench, MathVista, and arithmetic-geometry tasks, MTRE delivers significant gains in accuracy and AUROC, establishing state-of-the-art performance for open-source VLMs. The approach remains lightweight and scalable, offering practical contributions to safety and reliability in multimodal AI systems.
Abstract
Vision-language models (VLMs) now rival human performance on many multimodal tasks, yet they still hallucinate objects or generate unsafe text. Current hallucination detectors, e.g., single-token linear probing (LP) and PTrue, typically analyze only the logit of the first generated token or just its highest-scoring component, overlooking richer signals embedded within earlier token distributions. We demonstrate that analyzing the complete sequence of early logits potentially provides substantially more diagnostic information. We emphasize that hallucinations may only emerge after several tokens, as subtle inconsistencies accumulate over time. By analyzing the Kullback-Leibler (KL) divergence between logits corresponding to hallucinated and non-hallucinated tokens, we underscore the importance of incorporating later-token logits to more accurately capture the reliability dynamics of VLMs. In response, we introduce Multi-Token Reliability Estimation (MTRE), a lightweight, white-box method that aggregates logits from the first ten tokens using multi-token log-likelihood ratios and self-attention. Despite the challenges posed by large vocabulary sizes and long logit sequences, MTRE remains efficient and tractable. Across MAD-Bench, MM-SafetyBench, MathVista, and four compositional-geometry benchmarks, MTRE achieves a 9.4% gain in accuracy and a 14.8% gain in AUROC over standard detection methods, establishing a new state of the art in hallucination detection for open-source VLMs.
