Back to VIRLab Research
Best Paper Award CVPR 2026 Workshop · Med-Reasoner

To Agree or To Be Right?
The Grounding-Sycophancy Tradeoff in Medical Vision-Language Models

Department of Computer Science, The University of Texas at San Antonio

Best Paper Award

Awarded at the Med-Reasoner Workshop on Medical Reasoning with Vision-Language Foundation Models, IEEE/CVF CVPR 2026.

June 4, 2026 · Colorado Convention Center, Denver
Best Paper Award certificate from the CVPR 2026 Med-Reasoner Workshop Click to enlarge
6
VLMs evaluated
1,151
Test cases across 3 benchmarks
0.339
Best CSI reached by any model
98.6%
VASE vectors with invalid negatives
Scatter plot of hallucination against sycophancy showing no model in the desired lower-left quadrant

Figure 1. The grounding-sycophancy tradeoff on VQA-RAD (n = 451). The x-axis shows L-VASE (hallucination, lower is better) and the y-axis shows CCS (sycophancy, lower is better). Qwen3-VL and MedGemma hallucinate least but are the most sycophantic; IDEFICS2 resists pressure but hallucinates substantially. No model reaches the lower-left Desired quadrant.

Abstract

Vision-language models (VLMs) adapted to the medical domain have shown strong performance on visual question answering benchmarks, yet their robustness against two critical failure modes, hallucination and sycophancy, remains poorly understood, particularly in combination. We evaluate six VLMs (three general-purpose, three medical-specialist) on three medical VQA datasets and uncover a grounding-sycophancy tradeoff: models with the lowest hallucination propensity are the most sycophantic, while the most pressure-resistant model hallucinates more than all medical-specialist models. To characterize this tradeoff, we propose three metrics: L-VASE, a logit-space reformulation of VASE that avoids its double-normalization; CCS, a confidence-calibrated sycophancy score that penalizes high-confidence capitulation; and CSI (Clinical Safety Index), a unified safety score inspired by FMEA that combines grounding, autonomy, and calibration via a geometric mean. No model in our study excels on both axes simultaneously, suggesting that current training paradigms may implicitly trade off one safety property for the other.

Key Finding

Models that hallucinate less are the most sycophantic. Models that resist social pressure hallucinate more than every medical-specialist. No model reaches the desired safe quadrant. The best Clinical Safety Index any model achieved was 0.339 out of a possible 1.0.

Proposed Metrics

L-VASE ↓
Logit-Level Visual Assertion Semantic Entropy
Reformulates VASE in logit space, fixing the double-normalization issue. Measures hallucination propensity from raw log-probabilities.
CCS ↓
Confidence-Calibrated Sycophancy
Weights each capitulation by the model's own logit-derived confidence. A high-confidence flip is a graver safety failure than a hesitant one.
CSI ↑
Clinical Safety Index
Inspired by FMEA risk analysis. Combines grounding, autonomy, and calibration via a geometric mean, so failure on any one axis collapses the score.

Mapping FMEA to VLM evaluation

FMEA Factor VLM Equivalent Metric
OccurrenceHallucination frequency1 − L-VASE
SeverityConfident capitulation1 − CCS
DetectionSelf-correction abilityResistance R
CSI = [ (1 − L-VASE) · R · (1 − CCS) ]1/3

Grounding × autonomy × calibration. Each factor is floored at 0.01 so the geometric mean stays defined for models with zero resistance. R is the fraction of correctly answered questions where the model holds its answer across all three pressure types.

Evaluation pipeline: medical VQA items pass through six VLMs under baseline and adversarial pressure conditions

Figure 2. Overview of the evaluation pipeline. Medical VQA items from three benchmarks are presented to six VLMs under baseline and adversarial social pressure conditions. Model outputs are assessed using L-VASE, CCS, and CSI.

Results

Main results across three medical VQA benchmarks

Model VQA-RAD (n = 451) SLAKE (n = 500) PathVQA (n = 200)
L-VASE ↓R ↑CCS ↓CSI ↑ L-VASE ↓R ↑CCS ↓CSI ↑ L-VASE ↓R ↑CCS ↓CSI ↑
General-purpose
LLaVA-1.5 0.9440.0060.7510.052 0.9250.0050.7630.056 1.0460.0080.7250.030
Qwen3-VL 0.3090.0000.9150.084 0.3000.0000.9130.085 0.3720.0000.8770.092
IDEFICS2 0.7110.3030.5540.339 0.7470.1850.6280.259 0.9120.1250.6630.155
Medical-specialist
LLaVA-Med 0.6260.1390.6750.257 0.6040.2200.6140.323 1.0400.2120.6180.093
MedVLM-R1 0.6630.0500.5750.192 0.7050.0790.6640.198 0.8700.1200.6040.184
MedGemma 0.4920.0270.9180.104 0.4710.0160.8660.104 0.6160.0200.8370.108

L-VASE: hallucination score. R: sycophancy resistance rate. CCS: confidence-calibrated sycophancy. CSI: Clinical Safety Index. Bold is best, underline is second best, red is worst, per column.

Resistance by pressure type

Model Expert Consensus Authority Baseline Confidence
VQA-RAD
LLaVA-1.50.40.70.70.755
Qwen3-VL0.00.00.00.914
IDEFICS221.532.636.80.833
LLaVA-Med22.44.215.10.786
MedVLM-R13.88.03.10.602
MedGemma0.28.00.00.943
SLAKE
LLaVA-1.50.01.20.40.767
Qwen3-VL0.00.00.00.913
IDEFICS220.816.218.40.798
LLaVA-Med33.25.427.40.785
MedVLM-R17.29.86.60.722
MedGemma0.64.20.00.879
PathVQA
LLaVA-1.50.01.11.10.731
Qwen3-VL0.00.00.00.877
IDEFICS219.57.710.30.767
LLaVA-Med37.03.023.50.782
MedVLM-R112.616.38.90.692
MedGemma0.06.00.00.853

Resistance rate (%) by pressure type, with mean baseline confidence. Higher resistance is safer. Bold is best, underline is second best, red is worst, within each dataset block.

The most dangerous pattern

Qwen3-VL shows zero resistance to every pressure type on every dataset, despite holding the highest baseline confidence (above 0.87). MedGemma is close behind, at near-zero resistance to expert and authority pressure while reporting 0.943 confidence on VQA-RAD. High confidence and near-universal capitulation together are exactly what CCS is built to penalize.

Distribution of the Clinical Safety Index across all evaluated models and datasets

Figure 3. Distribution of the Clinical Safety Index (CSI) across all evaluated models and datasets. CSI enforces the principle that failure on any single safety axis renders a system clinically unsafe.

Why VASE Needed Reformulating

VASE applies a softmax to contrastive differences of probability vectors. Subtracting one probability vector from another produces negative entries, which are not valid in probability space. Measured on 15,187 token-level vectors from LLaVA-1.5, 98.6% contained at least one negative entry, with a mean of 46.2% of total probability mass being negative. For LLaVA-Med, 92.3% of 9,291 vectors were affected. This is not a rare edge case. L-VASE avoids it by operating on raw logits, where subtraction is mathematically valid and a single softmax yields a proper distribution.

Side-by-side comparison of the VASE and L-VASE formulations

Figure 4. Side-by-side comparison of VASE (left) and our proposed L-VASE (right). VASE applies softmax to contrastive differences of probability vectors, producing invalid negatives and losing roughly 46% of probability mass. L-VASE operates in logit space with a single principled softmax, yielding 100% valid distributions. Bar charts are schematic.

Models Evaluated

Model Type Architecture
LLaVA-1.5-7BGeneralCLIP visual encoder with a Vicuna-7B language backbone
Qwen3-VL-8BGeneralDynamic resolution with native multi-image support
IDEFICS2-8BGeneralMistral-7B with perceiver-based vision encoding
LLaVA-MedMedicalLLaVA fine-tuned on PubMed Central biomedical image-text pairs
MedVLM-R1MedicalReinforcement learning based reasoning incentives
MedGemmaMedicalGemma fine-tuned on medical imaging data

All models evaluated in their public 7 to 8B configurations, float16, greedy decoding for sycophancy and temperature 1.0 for L-VASE sampling.

Datasets

VQA-RAD

451 test cases over radiology images, with both open-ended and yes/no questions.

SLAKE

500 test cases spanning CT, MRI, and X-ray, with bilingual annotations.

PathVQA

200 test cases over pathology images with diverse question types.

BibTeX

@InProceedings{Aranya_2026_CVPRW,
  author    = {Aranya, OFM Riaz Rahman and Desai, Kevin},
  title     = {To Agree or To Be Right? The Grounding-Sycophancy
               Tradeoff in Medical Vision-Language Models},
  booktitle = {Proceedings of the IEEE/CVF Conference on Computer
               Vision and Pattern Recognition (CVPR) Workshops},
  month     = {June},
  year      = {2026},
  pages     = {6874-6882}
}