paper-with-me

Papers

Just how sure are you? Improving Verbalized Uncertainty Calibration in Medical VQA

2026-06-25 · Eren Senoglu, Federico Toschi, Nicolo Brunello, Andrea Sassella, Mark James Carman arxiv

Multimodal large language models (MLLMs) applied to Medical Visual Question Answering (VQA) tend to produce overconfident outputs regardless of actual correctness, and existing verbalized confidence calibration methods, developed primarily for text only LLMs, do not account for the multimodal nature of medical image understanding. This work proposes a training based framework that finetunes MLLMs to improve their calibration using a composite loss function combining a Brier style calibration term, an anchor regularizer that prevents confidence collapse toward extreme values, a contrastive image text alignment term, and a KL based model stabilization term. The alignment signal is derived from a $2 \times 2$ factorial perturbation design that crosses image presence with text integrity, probing the reliance of the model on visual modality input versus language priors. Finally, a top K KL divergence regularizer is used to protect the answering ability of the model during finetuning. Across three Medical VQA benchmarks and two architectures (MedGemma 4B IT and Qwen2 VL 7B Instruct), our method reduces calibration error by 60% or more, and improves discrimination by 26% or more, while preserving predictive accuracy. On average across benchmarks, the technique outperforms prompting based, sampling based, and training based approaches, and ablation experiments confirm that each component of the loss function is indeed necessary for improving the calibration. All code for the experiments is publicly available.

📄 PDF Abstract BibTeX arXiv:2606.27023

Code (0)

등록된 구현이 없습니다.

Tasks

Visual Question Answering

Similar Papers 제목 키워드 기반

Enhancing Healthcare LLM Trust with Atypical Presentations Recalibration

2024-09-05 · Jeremy Qin, Bang Liu, Quoc Dinh Nguyen

Black-box large language models (LLMs) are increasingly deployed in various environments, making it essential for these models to effectively convey their confidence and uncertainty, especially in high-stakes settings. H…

Decision MakingMedical Question AnsweringQuestion Answering

Wired for Overconfidence: A Mechanistic Perspective on Inflated Verbalized Confidence in LLMs

2026-04-01 · Tianyi Zhao, Yinhan He, Wendy Zheng, Yujie Zhang 외 arxiv

Large language models are often not just wrong, but \emph{confidently wrong}: when they produce factually incorrect answers, they tend to verbalize overly high confidence rather than signal uncertainty. Such verbalized o…

Overconfidence is Key: Verbalized Uncertainty Evaluation in Large Language and Vision-Language Models

2024-05-05 · Tobias Groot, Matias Valdenegro-Toro

Language and Vision-Language Models (LLMs/VLMs) have revolutionized the field of AI by their ability to generate human-like text and understand images, but ensuring their reliability is crucial. This paper aims to evalua…

Object Counting

Calibrating LLMs with Semantic-level Reward

2026-05-15 · Fengfei Yu, Ruijia Niu, Dongxia Wu, Yian Ma 외 arxiv

As large language models (LLMs) are deployed in consequential settings such as medical question answering and legal reasoning, the ability to estimate when their outputs are likely to be correct is essential for safe and…

Reinforcement LearningQuestion AnsweringLegal Reasoning

Asking Is Not Enough: Protocol Sensitivity in LLM Confidence Calibration

2026-05-26 · Hankyeol Kim, Pilsung Kang arxiv

LLM confidence calibration is often evaluated by comparing two signals: token-probability scores and verbalized confidence. These signals are sometimes treated as direct readouts of model uncertainty, but their compariso…