paper-with-me

홈 › Papers

Calibration-Aware Prompt Learning for Medical Vision-Language Models

2025-09-18 · Abhishek Basu, Fahad Shamshad, Ashshak Sharifdeen, Karthik Nandakumar, Muhammad Haris Khan arxiv

Medical Vision-Language Models (Med-VLMs) have demonstrated remarkable performance across diverse medical imaging tasks by leveraging large-scale image-text pretraining. However, their confidence calibration is largely unexplored, and so remains a significant challenge. As such, miscalibrated predictions can lead to overconfident errors, undermining clinical trust and decision-making reliability. To address this, we introduce CalibPrompt, the first framework to calibrate Med-VLMs during prompt tuning. CalibPrompt optimizes a small set of learnable prompts with carefully designed calibration objectives under scarce labeled data regime. First, we study a regularizer that attempts to align the smoothed accuracy with the predicted model confidences. Second, we introduce an angular separation loss to maximize textual feature proximity toward improving the reliability in confidence estimates of multimodal Med-VLMs. Extensive experiments on four publicly available Med-VLMs and five diverse medical imaging datasets reveal that CalibPrompt consistently improves calibration without drastically affecting clean accuracy. Our code is available at https://github.com/iabh1shekbasu/CalibPrompt.

📄 PDF Abstract BibTeX arXiv:2509.15226

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Overconfidence and Calibration in Medical VQA: Empirical Findings and Hallucination-Aware Mitigation

2026-04-02 · Ji Young Byun, Young-Jin Park, Jean-Philippe Corbeil, Asma Ben Abacha arxiv

As vision-language models (VLMs) are increasingly deployed in clinical decision support, more than accuracy is required: knowing when to trust their predictions is equally critical. Yet, a comprehensive and systematic in…

Visual Question Answering

MVC-Bench: Benchmarking Calibration of Medical Vision-Language Models

2026-08-27 · Ashshak Sharifdeen, Shihab Aaqil Ahamed, Ufaq Khan, Muhammad Akhtar Munir Sujair Ibrahim 외 arxiv

Reliable evaluation of vision-language models (VLMs) and medical vision-language models (Medical-VLMs) requires calibrated confidence, particularly under realistic clinical conditions. However, existing efforts mainly fo…

Medical Image Classification

Bi-VLGM : Bi-Level Class-Severity-Aware Vision-Language Graph Matching for Text Guided Medical Image Segmentation

2023-05-20 · Chen Wenting, Liu Jie, Yuan Yixuan

Medical reports with substantial information can be naturally complementary to medical images for computer vision tasks, and the modality gap between vision and language can be solved by vision-language matching (VLM). H…

Graph MatchingImage SegmentationMedical Image SegmentationPrompt Learning+4

Improving Calibration in Test-Time Prompt Tuning for Vision-Language Models via Data-Free Flatness-Aware Prompt Pretraining

2026-04-30 · Hyeonseo Jang, Jaebyeong Jeon, Joong-Won Hwang, Kibok Lee arxiv

Test-time prompt tuning (TPT) has emerged as a promising technique for enhancing the adaptability of vision-language models by optimizing textual prompts using unlabeled test data. However, prior studies have observed th…

Prompt4Trust: A Reinforcement Learning Prompt Augmentation Framework for Clinically-Aligned Confidence Calibration in Multimodal Large Language Models

2025-07-12 · Anita Kriz, Elizabeth Laura Janes, Xing Shen, Tal Arbel arxiv

Multimodal large language models (MLLMs) hold considerable promise for applications in healthcare. However, their deployment in safety-critical settings is hindered by two key limitations: (i) sensitivity to prompt desig…

Visual Question AnsweringZero-shot GeneralizationReinforcement LearningPrompt Engineering