Skip to content
Preprint

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

Jul 2026 · 0 citations · 36 references
Computer Science

TL;DR

This work proposes Saliency-Driven Perceptual Realignment (SDPR), a training-free framework that mitigates the degradation of visual awareness throughout inference and is robust against hallucinations due to its holistic alignment of visual awareness across the entire generative trajectory.

Abstract

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 evidence. Existing mitigation methods largely address language-prior bias or cross-modal imbalance, while progressive visual degradation across perception and memory remains underexplored. In this work, we propose Saliency-Driven Perceptual Realignment (SDPR), a training-free framework that mitigates the degradation of visual awareness throughout inference. Specifically, we first introduce saliency-driven attention redistribution to release attention hijacked by non-semantic sink tokens, thereby recovering critical visual evidence. Second, we identify spatial distortion in the KV cache and propose saliency-driven cache alignment to preserve query-relevant visual features during generation. Finally, we introduce prior-constrained contrastive decoding to penalize unfaithful predictions induced by dominant language priors. Our proposed SDPR is robust against hallucinations due to its holistic alignment of visual awareness across the entire generative trajectory. Extensive experiments across diverse LVLM architectures show that SDPR outperforms state-of-the-art methods on both hallucination and general-purpose benchmarks, requiring no additional training and incurring minimal runtime overhead. The code is available \href{https://github.com/PengSyuChen/SDPR}{\color{blue}{here}}.

View source

Similar papers

RIVS: Mitigating Hallucination in Large Vision-Language Models via Representation Intervention on Visual Grounding Shift

This work studies hallucination from the perspective of dynamic representation shift during generation and proposes an online projection-based intervention on intermediate hidden states to suppress the hallucination-related directions, mitigating hallucinations while preserving language quality.

Xuanyu Yin, Xiaoye Qu, ∗. WeiWei · 0 citations
Preprint Jul 2026

SeeMe: Mitigating Hallucinations in Large Vision-Language Models through Effective Visual Token Engineering

SeeMe is proposed, a training-free framework that introduces the concept of feature engineering from traditional machine learning into LVLMs and restructures visual tokens through a three-stage token engineering process to suppress hallucination sources while preserving informative visual evidence.

Kai Tang, Jinhao You, Bohua Zhang et al. · 2 citations
Conference Open access 2026

Latent Attention Denoising: A Training-Free Energy-Based Framework for Mitigating Hallucinations in Vision-Language Models

Latent Attention Denoising (LAD) is introduced, a principled and training-free framework that recasts attention calibration as a one-step score-based denoising process that achieves superior performance on both generative and discriminative tasks.

Zhiwen Luo, Siyu Jiang, Weilong Jiang et al. · 0 citations
Open access 2026

Metric-Driven Reinforcement Learning for Object Hallucination Reduction in LVLM-Based Image Captioning

A reinforcement learning framework to mitigate object hallucination in LVLM-based image captioning, driven entirely by natural language processing (NLP) metrics, and can enhance caption quality by incorporating complementary evaluation metrics such as BERTScore and METEOR.

Thanh Nguyen, Hee Suk Yoon, T. Luu et al. · 0 citations
#small language model Open access Aug 2026

Training-free counterfactual hallucination mitigation method for large vision-language models

This work proposes CounterfactualLVLM, a training-free and plug-and-play framework that mitigates object hallucinations via small-model-assisted counterfactual reasoning and highlights the power of counterfactual guidance as a simple yet effective paradigm for enhancing factual grounding in LVLM-based multi-modal reasoning.

Xilin Li, Boyue Wang, Xiaoqian Ju et al. · 0 citations
Preprint Aug 2026

VADER: Adaptive Debiasing for Hallucination Mitigation in Video Large Language Models

Video-Adaptive Debiasing via Evidence Reweighting (VADER), a training-free framework with two complementary modules that combines Contrastive decoding then down-weights predictions that remain confident after selective evidence erasure.

Dong Xing, Jiaxin Chen, Hang Yang et al. · 0 citations