HalluTrace: Causal Attribution and Source-Targeted Decoding for Hallucination in Large Vision-Language Models

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning · Depth: Expert, quick

Summary

HALLUTRACE is a causal attribution framework designed to understand object hallucination mechanisms in large vision-language models (LVLMs). It decomposes hallucination into three distinct sources: visual grounding failure (VGF), language prior dominance (LPD), and cross-modal conflict (CMC). These sources are operationalized via causal component ablations on fvis, fproj, and fLM, measuring CHAIR score changes. Experiments on five LVLMs show object-category-specific and model-consistent patterns; person/vehicle hallucinations are predominantly LPD (≥52%), while food/furniture are mainly VGF (≥44%). Guided by these attributions, Hallucination-Aware Decoding (HAD) applies source-targeted interventions, such as visual signal amplification for VGF and language prior suppression for LPD. HAD reduces CHAIRI by 3.7–5.6 points and improves POPE F1 by 1.9–3.1 points over LLaVA-1.5, outperforming VCD and ICD on CHAIR, POPE, and MME benchmarks without additional training. The CHAIR improvement from HAD is linearly predictable from the VGF attribution share (r = 0.86, p < 10−6).

Key takeaway

For Machine Learning Engineers deploying or fine-tuning large vision-language models, understanding hallucination sources is critical. You should consider using causal attribution frameworks like HALLUTRACE to diagnose whether visual grounding failures, language prior dominance, or cross-modal conflicts are prevalent for specific object categories. This diagnosis enables you to apply targeted decoding strategies, such as amplifying visual signals or suppressing language priors, to reduce hallucination rates by 3.7–5.6 CHAIRI points without additional model training.

Key insights

HALLUTRACE causally attributes LVLM hallucinations to visual, language, or cross-modal conflicts, enabling targeted decoding strategies.

Principles

Method

HALLUTRACE operationalizes VGF, LPD, and CMC sources via causal component ablations on fvis, fproj, and fLM, measuring CHAIR score changes. HAD applies visual signal amplification (VGF), language prior suppression (LPD), and contrastive re-weighting (CMC).

In practice

Topics

Best for: Research Scientist, AI Engineer, Computer Vision Engineer, AI Scientist, Machine Learning Engineer, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.