English

Steering LVLMs via Sparse Autoencoder for Hallucination Mitigation

Computer Vision and Pattern Recognition 2025-09-16 v2 Artificial Intelligence Computation and Language Machine Learning

Abstract

Large vision-language models (LVLMs) have achieved remarkable performance on multimodal tasks. However, they still suffer from hallucinations, generating text inconsistent with visual input, posing significant risks in real-world applications. Existing approaches to address this issue focus on incorporating external knowledge bases, alignment training, or decoding strategies, all of which require substantial computational cost and time. Recent works try to explore more efficient alternatives by adjusting LVLMs' internal representations. Although promising, these methods may cause hallucinations to be insufficiently suppressed or lead to excessive interventions that negatively affect normal semantics. In this work, we leverage sparse autoencoders (SAEs) to identify semantic directions closely associated with faithfulness or hallucination, extracting more precise and disentangled hallucination-related representations. Our analysis demonstrates that interventions along the identified faithful direction can mitigate hallucinations, while those along the hallucinatory direction can exacerbate them. Building on these insights, we propose Steering LVLMs via SAE Latent Directions (SSL), a plug-and-play method based on SAE-derived latent directions to mitigate hallucinations in LVLMs. Extensive experiments demonstrate that SSL significantly outperforms existing decoding approaches in mitigating hallucinations, while maintaining transferability across different model architectures with negligible additional time overhead. The code is available at https://github.com/huazhenglin2003/SSL.

Keywords

Cite

@article{arxiv.2505.16146,
  title  = {Steering LVLMs via Sparse Autoencoder for Hallucination Mitigation},
  author = {Zhenglin Hua and Jinghan He and Zijun Yao and Tianxu Han and Haiyun Guo and Yuheng Jia and Junfeng Fang},
  journal= {arXiv preprint arXiv:2505.16146},
  year   = {2025}
}

Comments

Accepted to Findings of EMNLP 2025

R2 v1 2026-07-01T02:30:11.692Z