Refine and Align: Confidence Calibration through Multi-Agent Interaction in VQA
Ayush Pandey, Jai Bardhan, Ishita Jain, Ramya S Hebbalaguppe, Rohan Raju Dhanakshirur, Lovekesh Vig
TL;DR
The paper tackles miscalibration in visual question answering by introducing AlignVQA, a two-stage multi-agent framework. Specialized VLM-backed agents generate diverse candidate answers, followed by a generalist debate that refines stances and confidences, culminating in a calibrated majority vote. A differentiable AlignCal loss ties training to a provable upper bound on calibration error (UBCE), yielding substantial reductions in ECE, ACE, and MCE across VQARad and ScienceQA. The approach enhances reliability of VQA systems in high-stakes settings, enabling safer and more interpretable autonomous visual reasoning. The work demonstrates that calibrated, debate-driven aggregation plus targeted finetuning yields robust calibration improvements with practical impact.
Abstract
In the context of Visual Question Answering (VQA) and Agentic AI, calibration refers to how closely an AI system's confidence in its answers reflects their actual correctness. This aspect becomes especially important when such systems operate autonomously and must make decisions under visual uncertainty. While modern VQA systems, powered by advanced vision-language models (VLMs), are increasingly used in high-stakes domains like medical diagnostics and autonomous navigation due to their improved accuracy, the reliability of their confidence estimates remains under-examined. Particularly, these systems often produce overconfident responses. To address this, we introduce AlignVQA, a debate-based multi-agent framework, in which diverse specialized VLM -- each following distinct prompting strategies -- generate candidate answers and then engage in two-stage interaction: generalist agents critique, refine and aggregate these proposals. This debate process yields confidence estimates that more accurately reflect the model's true predictive performance. We find that more calibrated specialized agents produce better aligned confidences. Furthermore, we introduce a novel differentiable calibration-aware loss function called aligncal designed to fine-tune the specialized agents by minimizing an upper bound on the calibration error. This objective explicitly improves the fidelity of each agent's confidence estimates. Empirical results across multiple benchmark VQA datasets substantiate the efficacy of our approach, demonstrating substantial reductions in calibration discrepancies. Furthermore, we propose a novel differentiable calibration-aware loss to fine-tune the specialized agents and improve the quality of their individual confidence estimates based on minimising upper bound calibration error.
