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: Computation and Language · Field: Technology & Digital — Artificial Intelligence & Machine Learning · Depth: Expert, quick

Summary

A study evaluated two small open-weight Vision-Language Models (VLMs), Qwen2-VL-2B-Instruct and SmolVLM-Instruct, under six realistic photographic degradations at three severity levels. Researchers compared the models' stated confidence in natural language against their internal mean token probability. A significant gap was found: Qwen2-VL's verbalized confidence (mean 0.87-0.90) detected errors at chance (AUROC 0.39-0.75), while its internal token probability achieved high error detection (AUROC 0.92-0.99). SmolVLM's verbalized confidence was largely unobtainable, but its internal probability showed above-chance error detection (AUROC 0.54-0.92). Both models failed under severe underexposure, where accuracy collapsed (Qwen2-VL: 0.99->0.22; SmolVLM: 0.97->0.42) and confidence signals became unreliable. The study concludes small VLMs possess usable self-knowledge not expressed verbally, making internal probability a better deferral signal, though neither is trustworthy in severe low-light.

Key takeaway

For MLOps Engineers deploying small VLMs on consumer hardware, prioritize using the model's internal mean token probability as a deferral signal. Your system's reliability will improve significantly compared to relying on verbalized confidence, which is often inaccurate or unobtainable. However, be aware that under severe low-light conditions, neither confidence signal is trustworthy, requiring alternative error handling or human review.

Key insights

Small VLMs possess internal self-knowledge about errors that their verbalized confidence often fails to express.

Principles

Method

The study evaluated Qwen2-VL-2B-Instruct and SmolVLM-Instruct across six photographic degradations, comparing natural language stated confidence with mean token probability for error detection.

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 Computation and Language.