Calibrating Uncertainty Quantification of Multi-Modal LLMs using Grounding
Trilok Padhi, Ramneet Kaur, Adam D. Cobb, Manoj Acharya, Anirban Roy, Colin Samplawski, Brian Matejek, Alexander M. Berenbeim, Nathaniel D. Bastian, Susmit Jha
TL;DR
The paper addresses the misalignment between confidence and accuracy in multi-modal LLMs that rely on self-consistency for uncertainty quantification. It introduces a calibration framework that fuses self-consistency with cross-modal grounding, applying temperature-scaled grounding signals to refine the model’s reported confidence via $Conf = Conf_{baseline} \times Conf_{GM}^{(1/T)} + C$. Using Slake and VQA datasets with LLaVA variants and diverse grounding models, the approach yields significantly lower Expected Calibration Error (ECE) than baselines and calibrated baselines alone, demonstrating robustness across domains. This work improves trustworthy deployment of multi-modal LLMs by providing calibrated, evidence-backed confidence estimates and suggests avenues for extending grounding-based calibration to additional modalities.
Abstract
We introduce a novel approach for calibrating uncertainty quantification (UQ) tailored for multi-modal large language models (LLMs). Existing state-of-the-art UQ methods rely on consistency among multiple responses generated by the LLM on an input query under diverse settings. However, these approaches often report higher confidence in scenarios where the LLM is consistently incorrect. This leads to a poorly calibrated confidence with respect to accuracy. To address this, we leverage cross-modal consistency in addition to self-consistency to improve the calibration of the multi-modal models. Specifically, we ground the textual responses to the visual inputs. The confidence from the grounding model is used to calibrate the overall confidence. Given that using a grounding model adds its own uncertainty in the pipeline, we apply temperature scaling - a widely accepted parametric calibration technique - to calibrate the grounding model's confidence in the accuracy of generated responses. We evaluate the proposed approach across multiple multi-modal tasks, such as medical question answering (Slake) and visual question answering (VQAv2), considering multi-modal models such as LLaVA-Med and LLaVA. The experiments demonstrate that the proposed framework achieves significantly improved calibration on both tasks.
