paper-with-me

홈 › Papers

Aligning Attention Distribution to Information Flow for Hallucination Mitigation in Large Vision-Language Models

2025-05-20 · Jianfei Zhao, Feng Zhang, Xin Sun, Chong Feng

Due to the unidirectional masking mechanism, Decoder-Only models propagate information from left to right. LVLMs (Large Vision-Language Models) follow the same architecture, with visual information gradually integrated into semantic representations during forward propagation. Through systematic analysis, we observe that over 80\% of the visual information is absorbed into the semantic representations. However, the model's attention still predominantly focuses on the visual representations. This misalignment between the attention distribution and the actual information flow undermines the model's visual understanding ability and contributes to hallucinations. To address this issue, we enhance the model's visual understanding by leveraging the core information embedded in semantic representations. Specifically, we identify attention heads that focus on core semantic representations based on their attention distributions. Then, through a two-stage optimization paradigm, we propagate the advantages of these attention heads across the entire model, aligning the attention distribution with the actual information flow. We evaluate our method on three image captioning benchmarks using five different LVLMs, demonstrating its effectiveness in significantly reducing hallucinations. Further experiments reveal a trade-off between reduced hallucinations and richer details. Notably, our method allows for manual adjustment of the model's conservativeness, enabling flexible control to meet diverse real-world requirements. Code will be released once accepted.

📄 PDF Abstract BibTeX arXiv:2505.14257

Code (0)

등록된 구현이 없습니다.

Tasks

HallucinationImage Captioning

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

Visual Multi-Agent System: Mitigating Hallucination Snowballing via Visual Flow

2025-09-26 · Xinlei Yu, Chengming Xu, Guibin Zhang, Yongbo He 외 arxiv

Multi-Agent System (MAS) powered by Visual Language Models (VLMs) enables challenging tasks but suffers from a novel failure term, multi-agent visual hallucination snowballing, where hallucinations are seeded in a single…

FlowMM: Cross-Modal Information Flow Guided KV Cache Merging for Efficient Multimodal Context Inference

2025-10-29 · Kunxi Li, Yufan Xiong, Zhonghua Jiang, Yiyun Zhou 외 arxiv

Traditional KV cache eviction strategies, which discard less critical KV-pairs based on attention scores, often degrade generation quality, causing context loss or hallucinations. Recent efforts shift toward KV merging, …

The Map of Misbelief: Tracing Intrinsic and Extrinsic Hallucinations Through Attention Patterns

2025-11-13 · Elyes Hajji, Aymen Bouguerra, Fabio Arnez arxiv

Large Language Models (LLMs) are increasingly deployed in safety-critical domains, yet remain susceptible to hallucinations. While prior works have proposed confidence representation methods for hallucination detection, …

Aligning What Vision-Language Models See and Perceive with Adaptive Information Flow

2026-04-17 · Chengxin Liu, Wonseok Choi, Chenshuang Zhang, Tae-Hyun Oh arxiv

Vision-Language Models (VLMs) have demonstrated strong capability in a wide range of tasks such as visual recognition, document parsing, and visual grounding. Nevertheless, recent work shows that while VLMs often manage …

Visual Question AnsweringVisual Grounding

MLLMs Hallucinate when Information Distribution Drifts in Synergy Heads

2026-09-05 · Meng'en Qin, Junye Chen, Jucheng Liu, Youlu Xing 외 hf

Multimodal Large Language Models (MLLMs) often struggle with hallucinations, thus hindering their reliable practical applications. Existing attention-based mitigation methods mainly rely on indirect signals (e.g., attent…