paper-with-me

홈 › Papers

Extracting Visual Facts from Intermediate Layers for Mitigating Hallucinations in Multimodal Large Language Models

2025-07-21 · Haoran Zhou, Zihan Zhang, Hao Chen arxiv

Multimodal Large Language Models (MLLMs) have made significant strides by combining visual recognition and language understanding to generate content that is both coherent and contextually accurate. However, MLLMs continue to struggle with object hallucinations, where models produce seemingly plausible but factually incorrect outputs, including objects that do not exist in the image. Recent work has revealed that the prior knowledge in MLLMs significantly suppresses visual information in deep layers, causing hallucinatory outputs. However, how these priors suppress visual information at the intermediate layer stage in MLLMs remains unclear. We observe that visual factual knowledge and the differences between intermediate-layer prior/original probability distributions show similar evolutionary trends in intermediate layers. Motivated by this, we introduce Decoding by Extracting Visual Facts (EVA), a simple, training-free method that dynamically selects intermediate layers with the most significant visual factual information. By contrasting the output distributions of the selected layer derived from the original input and pure-text input, EVA extracts visual factual knowledge and proportionally incorporates it into the final layer to correct the output logits. Importantly, EVA is model-agnostic, seamlessly integrates with various classic decoding strategies, and is applicable across different MLLMs. We validate EVA on widely-used benchmarks, and the results show that it significantly reduces hallucination rates compared to baseline methods, underscoring its effectiveness in mitigating hallucinations.

📄 PDF Abstract BibTeX arXiv:2507.15652

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Delving Deeper: Hierarchical Visual Perception for Robust Video-Text Retrieval

2026-01-19 · Zequn Xie, Boyun Zhang, Yuxiao Lin, Tao Jin arxiv

Video-text retrieval (VTR) aims to locate relevant videos using natural language queries. Current methods, often based on pre-trained models like CLIP, are hindered by video's inherent redundancy and their reliance on co…

Natural Language QueriesVideo-Text Retrieval

Mitigating Attention Sinks and Massive Activations in Audio-Visual Speech Recognition with LLMs

2025-10-26 · Anand, Umberto Cappellazzo, Stavros Petridis, Maja Pantic arxiv

Large language models (LLMs) have recently advanced auditory speech recognition (ASR), visual speech recognition (VSR), and audio-visual speech recognition (AVSR). However, understanding of their internal dynamics under …

Audio-Visual Speech Recognition

Visual Attention Drifts,but Anchors Hold:Mitigating Hallucination in Multimodal Large Language Models via Cross-Layer Visual Anchors

2026-03-26 · Chengxu Yang, Jingling Yuan, Chuang Hu, Jiawei Jiang arxiv

Multimodal Large Language Models often suffer from object hallucination. While existing research utilizes attention enhancement and visual retracing, we find these works lack sufficient interpretability regarding attenti…

Logician: A Unified End-to-End Neural Approach for Open-Domain Information Extraction

2019-04-29 · Mingming Sun, Xu Li, Xin Wang, Miao Fan 외

In this paper, we consider the problem of open information extraction (OIE) for extracting entity and relation level intermediate structures from sentences in open-domain. We focus on four types of valuable intermediate …

Attributeglobal-optimizationOpen Information ExtractionRelation+2

Revealing Perception and Generation Dynamics in LVLMs: Mitigating Hallucinations via Validated Dominance Correction

2025-12-21 · Guangtao Lyu, Xinyi Cheng, Chenghao Xu, Qi Liu 외 arxiv

Large Vision-Language Models (LVLMs) have shown remarkable capabilities, yet hallucinations remain a persistent challenge. This work presents a systematic analysis of the internal evolution of visual perception and token…