paper-with-me

홈 › Papers

IKOD: Mitigating Visual Attention Degradation in Large Vision-Language Models

2025-08-05 · Jiabing Yang, Chenhang Cui, Yiyang Zhou, Yixiang Chen, Peng Xia, Ying Wei, Tao Yu, Yan Huang, Liang Wang arxiv

Recent advancements in Large Vision-Language Models (LVLMs) have demonstrated significant progress across multiple domains. However, these models still face the inherent challenge of integrating vision and language for collaborative inference, which often leads to "hallucinations", outputs that are not grounded in the corresponding images. Many efforts have been made to address these issues, but each comes with its own limitations, such as high computational cost or expensive dataset annotation. Recent research shows that LVLMs exhibit a long-term bias where hallucinations increase as the sequence length grows, yet the underlying cause remains poorly understood. Building on extensive research into attention mechanisms in LVLMs, we analyze the relationship between this long-term bias and visual attention. In our research, we identify a consistent phenomenon in current LVLMs: the model's attention to visual input diminishes as the generated sequence grows, which we hypothesize to be a key factor contributing to observed increasing hallucinations. Based on these insights, we propose Image attention-guided Key-value merging cOllaborative Decoding (IKOD), a collaborative decoding strategy generating more image-focused sequences. This method derives logits from shorter sequences with higher image attention through key-value merging and combines them with those from the original decoding, effectively mitigating attention degradation and suppressing hallucinations while not incurring too much inference cost. Extensive experiments on both hallucination and comprehensive benchmarks demonstrate IKOD's superior effectiveness in mitigating hallucinations and improving comprehensive capacities for LVLMs. Importantly, IKOD requires no additional training or external tools, making it a lightweight and efficient framework applicable to various models.

📄 PDF Abstract BibTeX arXiv:2508.03469

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Deeper Thought, Weaker Aim: Understanding and Mitigating Perceptual Impairment during Reasoning in Multimodal Large Language Models

2026-03-15 · Ruiying Peng, Xueyu Wu, Jing Lei, Lu Hou 외 arxiv

Multimodal large language models (MLLMs) often suffer from perceptual impairments under extended reasoning modes, particularly in visual question answering (VQA) tasks. We identify attention dispersion as the underlying …

Visual Question AnsweringVisual Grounding

A Radon-Nikodým Perspective on Anomaly Detection: Theory and Implications

2025-02-25 · Shlok Mehendale, Aditya Challa, Rahul Yedida, Sravan Danda 외

Which principle underpins the design of an effective anomaly detection loss function? The answer lies in the concept of Radon-Nikod\'ym theorem, a fundamental concept in measure theory. The key insight from this article …

Anomaly DetectionSupervised Anomaly DetectionTime SeriesUnsupervised Anomaly Detection

Look Clearly Before Answering: Mitigating Hallucinations in LVLMs via Saliency-Driven Perceptual Realignment

2026-07-18 · Pengxu Chen, Yao Zhu, Guangming Zhu, Jun Sheng 외 arxiv

Large vision-language models (LVLMs) have demonstrated remarkable capabilities in multimodal understanding. However, they remain prone to hallucinations, generating responses that are inconsistent with the visual evidenc…

ADAPT: Attention Dynamics Alignment with Preference Tuning for Faithful MLLMs

2026-06-30 · Zhiyuan Yao, Zheren Fu, Zhixiao Zheng, Jiajun Li 외 arxiv

Multimodal Large Language Models (MLLMs) are critically hampered by hallucination, generating content inconsistent with the provided image. In this paper, we identify an internal signature of hallucination: progressive d…

Predictive Regularization Against Visual Representation Degradation in Multimodal Large Language Models

2026-03-21 · Enguang Wang, Qiang Wang, Yuanchen Wu, Ke Yan 외 arxiv

While Multimodal Large Language Models (MLLMs) excel at vision-language tasks, the cost of their language-driven training on internal visual foundational competence remains unclear. In this paper, we conduct a detailed d…

Answer Generation