paper-with-me

Papers

Treble Counterfactual VLMs: A Causal Approach to Hallucination

2025-03-08 · Li Li, Jiashu Qu, Yuxiao Zhou, Yuehan Qin, Tiankai Yang, Yue Zhao

Vision-Language Models (VLMs) have advanced multi-modal tasks like image captioning, visual question answering, and reasoning. However, they often generate hallucinated outputs inconsistent with the visual context or prompt, limiting reliability in critical applications like autonomous driving and medical imaging. Existing studies link hallucination to statistical biases, language priors, and biased feature learning but lack a structured causal understanding. In this work, we introduce a causal perspective to analyze and mitigate hallucination in VLMs. We hypothesize that hallucination arises from unintended direct influences of either the vision or text modality, bypassing proper multi-modal fusion. To address this, we construct a causal graph for VLMs and employ counterfactual analysis to estimate the Natural Direct Effect (NDE) of vision, text, and their cross-modal interaction on the output. We systematically identify and mitigate these unintended direct effects to ensure that responses are primarily driven by genuine multi-modal fusion. Our approach consists of three steps: (1) designing structural causal graphs to distinguish correct fusion pathways from spurious modality shortcuts, (2) estimating modality-specific and cross-modal NDE using perturbed image representations, hallucinated text embeddings, and degraded visual inputs, and (3) implementing a test-time intervention module to dynamically adjust the model's dependence on each modality. Experimental results demonstrate that our method significantly reduces hallucination while preserving task performance, providing a robust and interpretable framework for improving VLM reliability. To enhance accessibility and reproducibility, our code is publicly available at https://github.com/TREE985/Treble-Counterfactual-VLMs.

📄 PDF Abstract BibTeX arXiv:2503.06169

Code (1)

tree985/treble-counterfactual-vlms 공식 구현 pytorch

Tasks

Autonomous DrivingcounterfactualHallucinationImage CaptioningQuestion AnsweringVisual Question Answering

Similar Papers 제목 키워드 기반

Causal-HalBench: Uncovering LVLMs Object Hallucinations Through Causal Intervention

2025-11-13 · Zhe Xu, Zhicai Wang, Junkang Wu, Jinda Lu 외 arxiv

Large Vision-Language Models (LVLMs) often suffer from object hallucination, making erroneous judgments about the presence of objects in images. We propose this primar- ily stems from spurious correlations arising when m…

Object Recognition

How Many Counterfactuals Does It Take? Probing VLM Hallucinations Through Circuits and Causal Effects

2026-06-07 · Abhivansh Gupta, Simardeep Singh, Advika Sinha, Shreyansh Modi 외 arxiv

Visual Language Models (VLMs) are known to produce hallucinated predictions that are not grounded in visual evidence, yet existing approaches lack a principled understanding of how robust such predictions are under count…

Counterfactual Anatomy-guided Spatial-Temporal Decoding for Annotation-Free Hallucination Mitigation in Medical VLMs

2026-08-18 · Yifan Lu, Adinath Dukre, Abhijit Das, Ziyun Zou 외 arxiv

Medical vision-language models (Med-VLMs) have demonstrated strong performance on medical visual question answering, yet they remain prone to hallucination, generating clinically unsupported statements that are insuffici…

Visual Question Answering

LogicGaze: Benchmarking Causal Consistency in Visual Narratives via Counterfactual Verification

2026-01-30 · Rory Driscoll, Alexandros Christoforos, Chadbourne Davis arxiv

While sequential reasoning enhances the capability of Vision-Language Models (VLMs) to execute complex multimodal tasks, their reliability in grounding these reasoning chains within actual visual evidence remains insuffi…

Multimodal Reasoning

Once Correct, Still Wrong: Counterfactual Hallucination in Multilingual Vision-Language Models

2026-02-05 · Basel Mousi, Fahim Dalvi, Shammur Chowdhury, Firoj Alam 외 arxiv

Vision-language models (VLMs) can achieve high accuracy while still accepting culturally plausible but visually incorrect interpretations. Existing hallucination benchmarks rarely test this failure mode, particularly out…