English

VL-Calibration: Decoupled Confidence Calibration for Large Vision-Language Models Reasoning

Computer Vision and Pattern Recognition 2026-04-13 v1 Artificial Intelligence Computation and Language

Abstract

Large Vision Language Models (LVLMs) achieve strong multimodal reasoning but frequently exhibit hallucinations and incorrect responses with high certainty, which hinders their usage in high-stakes domains. Existing verbalized confidence calibration methods, largely developed for text-only LLMs, typically optimize a single holistic confidence score using binary answer-level correctness. This design is mismatched to LVLMs: an incorrect prediction may arise from perceptual failures or from reasoning errors given correct perception, and a single confidence conflates these sources while visual uncertainty is often dominated by language priors. To address these issues, we propose VL-Calibration, a reinforcement learning framework that explicitly decouples confidence into visual and reasoning confidence. To supervise visual confidence without ground-truth perception labels, we introduce an intrinsic visual certainty estimation that combines (i) visual grounding measured by KL-divergence under image perturbations and (ii) internal certainty measured by token entropy. We further propose token-level advantage reweighting to focus optimization on tokens based on visual certainty, suppressing ungrounded hallucinations while preserving valid perception. Experiments on thirteen benchmarks show that VL-Calibration effectively improves calibration while boosting visual reasoning accuracy, and it generalizes to out-of-distribution benchmarks across model scales and architectures.

Keywords

Cite

@article{arxiv.2604.09529,
  title  = {VL-Calibration: Decoupled Confidence Calibration for Large Vision-Language Models Reasoning},
  author = {Wenyi Xiao and Xinchi Xu and Leilei Gan},
  journal= {arXiv preprint arXiv:2604.09529},
  year   = {2026}
}

Comments

24 pages, ACL 2026 Main. Repository: https://github.com/Mr-Loevan/VL-Calibration

R2 v1 2026-07-01T12:03:14.505Z