Small Vision-Language Models Know When They Are Wrong But Cannot Say So: A Two-Model Study of Stated versus Internal Confidence Under Realistic Image Degradation

· Source: cs.CL updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning · Depth: Expert, medium

Summary

A study evaluated two small open-weight Vision-Language Models, Qwen2-VL-2B-Instruct and SmolVLM-Instruct, under six realistic photographic degradations at three severity levels. Researchers compared two confidence signals: verbalized confidence, stated in natural language, and internal token probability, derived from the model's generated answer. Across 3,800 predictions, Qwen2-VL's verbalized confidence remained nearly constant (mean 0.87–0.90) and detected errors at chance level (AUROC 0.39–0.75). In contrast, its internal token probability achieved strong error separation (AUROC 0.92–0.99). SmolVLM struggled to produce parseable verbalized confidence, but its internal probability showed above-chance error detection (AUROC 0.54–0.92). Both models failed under severe underexposure, with accuracy collapsing (e.g., Qwen2-VL from 0.99 to 0.22) while confidence signals remained stable, rendering error detection at chance. The findings suggest small VLMs possess internal self-knowledge not reflected in their verbal output, making internal probability a superior deferral signal, though neither is reliable in severe low-light conditions.

Key takeaway

For MLOps Engineers deploying small Vision-Language Models in environments with degraded image inputs, you should prioritize internal token probability over verbalized confidence for uncertainty estimation and error deferral. Your models' stated confidence is likely overconfident and fails to track actual reliability, whereas internal token probabilities offer significantly better error detection (AUROC up to 0.99). However, be aware that under severe underexposure, both confidence signals become unreliable, requiring alternative error handling or human intervention.

Key insights

Small VLMs possess internal self-knowledge about errors that their verbalized confidence does not express.

Principles

Method

Evaluate small open-weight VLMs (Qwen2-VL-2B-Instruct, SmolVLM-Instruct) on a 100-item Food101 subset with six realistic photographic degradations at three severity levels, comparing verbalized confidence and internal token probability via AUROC.

In practice

Topics

Best for: Research Scientist, AI Architect, AI Engineer, AI Scientist, Machine Learning Engineer, MLOps Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.