English

Locate-then-Sparsify: Attribution Guided Sparse Strategy for Visual Hallucination Mitigation

Computer Vision and Pattern Recognition 2026-05-20 v2 Machine Learning

Abstract

Despite the significant advancements in Large Vision-Language Models (LVLMs), their tendency to generate hallucinations undermines reliability and restricts broader practical deployment. Among the hallucination mitigation methods, feature steering emerges as a promising approach that reduces erroneous outputs in LVLMs without increasing inference costs. However, current methods apply uniform feature steering across all layers. This heuristic strategy ignores inter-layer differences, potentially disrupting layers unrelated to hallucinations and ultimately leading to performance degradation on general tasks. In this paper, we propose Locate-Then-Sparsify for Feature Steering (LTS-FS), a plug-and-play framework which controls the steering intensity according to the hallucination relevance of each layer. We first construct a dataset comprising token-level and sentence-level hallucination cases. Based on this dataset, we introduce an attribution method based on causal interventions to quantify the hallucination relevance of each layer. With the attribution scores across layers, we propose a layerwise strategy that converts these scores into feature steering intensities for individual layers, enabling more precise adjustments specifically on hallucination-relevant layers. Extensive experiments across multiple LVLMs and benchmarks demonstrate that LTS-FS effectively mitigates hallucination while preserving strong performance. Codes are available at https://github.com/huttersadan/LTS-FS.

Keywords

Cite

@article{arxiv.2603.16284,
  title  = {Locate-then-Sparsify: Attribution Guided Sparse Strategy for Visual Hallucination Mitigation},
  author = {Tiantian Dang and Chao Bi and Shufan Shen and Jinzhe Liu and Qingming Huang and Shuhui Wang},
  journal= {arXiv preprint arXiv:2603.16284},
  year   = {2026}
}

Comments

Accepted by CVPR 2026

R2 v1 2026-07-01T11:23:50.255Z