CVAILGMay 29, 2025

To Trust Or Not To Trust Your Vision-Language Model's Prediction

arXiv:2505.23745v24 citationsh-index: 7Has Code
Originality Incremental advance
AI Analysis

It addresses the reliability issue for safer deployment of VLMs in real-world applications, but is incremental as it builds on existing VLM architectures.

The paper tackles the problem of vision-language models (VLMs) making confident but incorrect predictions, which is risky in safety-critical domains, by introducing TrustVLM, a training-free framework that improves misclassification detection with state-of-the-art performance, such as up to 51.87% improvement in AURC.

Vision-Language Models (VLMs) have demonstrated strong capabilities in aligning visual and textual modalities, enabling a wide range of applications in multimodal understanding and generation. While they excel in zero-shot and transfer learning scenarios, VLMs remain susceptible to misclassification, often yielding confident yet incorrect predictions. This limitation poses a significant risk in safety-critical domains, where erroneous predictions can lead to severe consequences. In this work, we introduce TrustVLM, a training-free framework designed to address the critical challenge of estimating when VLM's predictions can be trusted. Motivated by the observed modality gap in VLMs and the insight that certain concepts are more distinctly represented in the image embedding space, we propose a novel confidence-scoring function that leverages this space to improve misclassification detection. We rigorously evaluate our approach across 17 diverse datasets, employing 4 architectures and 2 VLMs, and demonstrate state-of-the-art performance, with improvements of up to 51.87% in AURC, 9.14% in AUROC, and 32.42% in FPR95 compared to existing baselines. By improving the reliability of the model without requiring retraining, TrustVLM paves the way for safer deployment of VLMs in real-world applications. The code is available at https://github.com/EPFL-IMOS/TrustVLM.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes