CVAINov 12, 2025

Causally-Grounded Dual-Path Attention Intervention for Object Hallucination Mitigation in LVLMs

arXiv:2511.09018v12 citationsh-index: 3Has Code
Originality Highly original
AI Analysis

This addresses a critical problem in LVLMs for improving faithfulness in vision-language tasks, though it is incremental as it builds on existing mitigation approaches.

The paper tackles object hallucination in Large Vision-Language Models by proposing Owl, a framework that uses a structural causal graph and a novel VTACR metric to dynamically adjust attention, achieving significant hallucination reduction and setting a new SOTA on POPE and CHAIR benchmarks.

Object hallucination remains a critical challenge in Large Vision-Language Models (LVLMs), where models generate content inconsistent with visual inputs. Existing language-decoder based mitigation approaches often regulate visual or textual attention independently, overlooking their interaction as two key causal factors. To address this, we propose Owl (Bi-mOdal attention reWeighting for Layer-wise hallucination mitigation), a causally-grounded framework that models hallucination process via a structural causal graph, treating decomposed visual and textual attentions as mediators. We introduce VTACR (Visual-to-Textual Attention Contribution Ratio), a novel metric that quantifies the modality contribution imbalance during decoding. Our analysis reveals that hallucinations frequently occur in low-VTACR scenarios, where textual priors dominate and visual grounding is weakened. To mitigate this, we design a fine-grained attention intervention mechanism that dynamically adjusts token- and layer-wise attention guided by VTACR signals. Finally, we propose a dual-path contrastive decoding strategy: one path emphasizes visually grounded predictions, while the other amplifies hallucinated ones -- letting visual truth shine and hallucination collapse. Experimental results on the POPE and CHAIR benchmarks show that Owl achieves significant hallucination reduction, setting a new SOTA in faithfulness while preserving vision-language understanding capability. Our code is available at https://github.com/CikZ2023/OWL

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes