English

Countering the Over-Reliance Trap: Mitigating Object Hallucination for LVLMs via a Self-Validation Framework

Computer Vision and Pattern Recognition 2026-04-09 v2 Artificial Intelligence

Abstract

Despite progress in Large Vision Language Models (LVLMs), object hallucination remains a critical issue in image captioning task, where models generate descriptions of non-existent objects, compromising their reliability. Previous work attributes this to LVLMs' over-reliance on language priors and attempts to mitigate it through logits calibration. However, they still lack a thorough analysis of the over-reliance. To gain a deeper understanding of over-reliance, we conduct a series of preliminary experiments, indicating that as the generation length increases, LVLMs' over-reliance on language priors leads to inflated probability of hallucinated object tokens, consequently exacerbating object hallucination. To circumvent this issue, we propose Language-Prior-Free Verification to enable LVLMs to faithfully verify the confidence of object existence. Based on this, we propose a novel training-free Self-Validation Framework to counter the over-reliance trap. It first validates objects' existence in sampled candidate captions and further mitigates object hallucination via caption selection or aggregation. Experiment results demonstrate that our framework mitigates object hallucination significantly in image captioning task (e.g., 65.6% improvement on CHAIRI metric with LLaVA-v1.5-7B), surpassing the previous SOTA methods. This result highlights a novel path towards mitigating hallucination by unlocking the inherent potential within LVLMs themselves.

Keywords

Cite

@article{arxiv.2601.22451,
  title  = {Countering the Over-Reliance Trap: Mitigating Object Hallucination for LVLMs via a Self-Validation Framework},
  author = {Shiyu Liu and Xinyi Wen and Zhibin Lan and Ante Wang and Jinsong Su},
  journal= {arXiv preprint arXiv:2601.22451},
  year   = {2026}
}

Comments

Code is available at https://github.com/Liushiyu-0709/SelfVal

R2 v1 2026-07-01T09:26:56.943Z