paper-with-me

Papers

Attention-space Contrastive Guidance for Efficient Hallucination Mitigation in LVLMs

2026-01-20 · Yujin Jo, Sangyoon Bae, Taesup Kim arxiv

Hallucinations in large vision--language models (LVLMs) often arise when language priors dominate over visual evidence, leading to object misidentification and visually inconsistent descriptions. We address this problem by framing hallucination mitigation as contrastive guidance that steers generation toward visually grounded and semantically faithful text. We propose Attention-space Contrastive Guidance (ACG), a training-free, single-pass method that operates directly in self-attention layers, where hallucination-inducing cross-modal biases emerge. ACG constructs both image-conditioned and approximate text-only attention paths within a single forward pass, enabling efficient guidance before errors accumulate at the output layer. Because this masking-based surrogate can introduce approximation bias, we further apply a lightweight orthogonal projection that suppresses components aligned with the text-only path, yielding a more visually grounded correction. Experiments on CHAIR and POPE show that ACG improves faithfulness over existing training-free baselines while maintaining caption quality, reducing latency by up to $2\times$ compared to multi-pass contrastive decoding methods.

📄 PDF Abstract BibTeX arXiv:2601.13707

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

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

Anatomical Region-Guided Contrastive Decoding: A Plug-and-Play Strategy for Mitigating Hallucinations in Medical VLMs

2025-12-19 · Xiao Liang, Chenxi Liu, Zhi Ma, Di Wang 외 arxiv

Medical Vision-Language Models (MedVLMs) show immense promise in clinical applicability. However, their reliability is hindered by hallucinations, where models often fail to derive answers from visual evidence, instead r…

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

2025-11-12 · Liu Yu, Zhonghao Chen, Ping Kuang, Zhikun Feng 외 arxiv

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 regula…

Visual Grounding

Adversarial Orthogonal Disentanglement for LVLM Hallucination Mitigation

2026-05-25 · Ruoxi Cheng, Haoxuan Ma, Zhengfei Hai, Yiyan Huang 외 arxiv

Large Vision-Language Models (LVLMs) have advanced multimodal understanding, yet their reliability is limited by hallucination, where generated content conflicts with visual facts. Existing mitigation methods either rely…

Lower Layer Matters: Alleviating Hallucination via Multi-Layer Fusion Contrastive Decoding with Truthfulness Refocused

2024-08-16 · Dingwei Chen, Feiteng Fang, Shiwen Ni, Feng Liang 외

Large Language Models (LLMs) have demonstrated exceptional performance across various natural language processing tasks, yet they occasionally tend to yield content that factually inaccurate or discordant with the expect…

HallucinationTruthfulQA