paper-with-me

홈 › Papers

Visual Description Grounding Reduces Hallucinations and Boosts Reasoning in LVLMs

2024-05-24 · Sreyan Ghosh, Chandra Kiran Reddy Evuru, Sonal Kumar, Utkarsh Tyagi, Oriol Nieto, Zeyu Jin, Dinesh Manocha

Large Vision-Language Models (LVLMs) often produce responses that misalign with factual information, a phenomenon known as hallucinations. While hallucinations are well-studied, the exact causes behind them remain underexplored. In this paper, we first investigate the root causes of hallucinations in LVLMs. Our findings reveal that existing mitigation techniques primarily reduce hallucinations for visual recognition prompts-those that require simple descriptions of visual elements-but fail for cognitive prompts that demand deliberate reasoning. We identify the core issue as a lack of true visual perception in LVLMs: although they can accurately recognize visual elements, they struggle to fully interpret these elements in the context of the input prompt and effectively link this recognition to their internal knowledge, which is critical for reasoning. To address this gap, we introduce Visual Description Grounded Decoding (VDGD), a simple, robust, and training-free method designed to enhance visual perception and improve reasoning capabilities in LVLMs. VDGD works by first generating a detailed description of the image and appending it as a prefix to the instruction. During response generation, tokens are sampled based on their KL divergence to the description, favoring candidates with lower divergence. Experimental results on multiple visual reasoning benchmarks and LVLMs demonstrate that VDGD consistently outperforms existing baselines 2% - 33%. Finally, we introduce VaLLu, a benchmark designed for comprehensive evaluation of the cognitive capabilities of LVLMs.

📄 PDF Abstract BibTeX arXiv:2405.15683

Code (1)

sreyan88/vdgd 공식 구현 pytorch

Tasks

HallucinationResponse GenerationVisual Reasoning

Similar Papers 제목 키워드 기반

CURE: Curriculum-guided Multi-task Training for Reliable Anatomy Grounded Report Generation

2026-01-21 · Pablo Messina, Andrés Villa, Juan León Alcázar, Karen Sánchez 외 arxiv

Medical vision-language models can automate the generation of radiology reports but struggle with accurate visual grounding and factual consistency. Existing models often misalign textual findings with visual evidence, l…

Visual GroundingPhrase Grounding

TAVR-VLM: Risk-Conditioned Causal Grounding for Hallucination-Resistant Report Generation

2026-06-25 · Zhixiang Lu, Xiwei Liu, Sifan Song, Changkai Ji 외 arxiv

Transcatheter Aortic Valve Replacement (TAVR) planning requires meticulous multimodal reasoning. However, adapting Multimodal Large Language Models (MLLMs) to this high-stakes domain is severely impeded by diagnostic hal…

Multimodal Reasoning

Hallucination Detection and Correction in Medical VLMs via Counter-Evidence Verification

2026-06-17 · Nan Zhou, Ke Zou, Meng Liu, Linchao He 외 arxiv

Vision-Language models (VLMs) reliability in medical diagnosis is challenged by trust-undermining hallucinations. Existing hallucination detection approaches mainly focus on identifying factual inconsistencies between ge…

Medical Report GenerationMedical DiagnosisVisual Grounding

Seeing Clearly without Training: Mitigating Hallucinations in Multimodal LLMs for Remote Sensing

2026-03-03 · Yi Liu, Jing Zhang, Di Wang, Xiaoyu Tian 외 arxiv

Multimodal large language models (MLLMs) suffer from pronounced hallucinations in remote sensing visual question-answering (RS-VQA), primarily caused by visual grounding failures in large-scale scenes or misinterpretatio…

Visual Grounding

FLORA: Formal Language Model Enables Robust Training-free Zero-shot Object Referring Analysis

2025-01-17 · Zhe Chen, Zijing Chen

Object Referring Analysis (ORA), commonly known as referring expression comprehension, requires the identification and localization of specific objects in an image based on natural descriptions. Unlike generic object det…

Bayesian InferenceLanguage ModelingLanguage ModellingObject+4