MedGEN-Bench: A Contextually Entangled Benchmark for Open-Ended Multimodal Medical Generation

Junjie Yang1, Yuhao Yan3, Gang Wu4, Rui Qian5, Xiang Wan2, Fenglei Fan7, Wenjian Qin8, Yongquan Zhang6, Feiwei Qin4, Changmiao Wang2
1School of Computer Science and Technology, South China University of Technology 2Shenzhen Research Institute of Big Data 3School of Computer Science and Engineering, Sun Yat-sen University 4School of Computer Science and Technology, Hangzhou Dianzi University 5Fudan University 6School of Computer Science and Technology, Zhejiang University of Finance and Economics 7Department of Computing, The Hong Kong Polytechnic University 8Shenzhen Institute of Advanced Technology, Chinese Academy of Sciences

Overview

Abstract

Medical vision-language models (VLMs) are increasingly expected to support clinical workflows through the generation of diagnostic text and relevant medical images. However, existing medical visual benchmarks exhibit three recurring limitations: query–image misalignment arising from queries that are weakly grounded in specific image instances, closed-ended formats that narrow the answer space and encourage shortcut-based prediction, and text-centric output paradigms that limit the evaluation of image-generation and image-editing capabilities. To address these limitations, we introduce MEDGEN-BENCH, a benchmark for open-ended multimodal medical generation. The evaluation snapshot reported in this manuscript comprises 6,422 expert-reviewed image–text pairs spanning 6 canonical imaging modalities, 15 clinical tasks, and 27 named subtasks. It includes 1,100 Visual Question Answering (VQA) pairs, 3,872 Image Editing pairs, and 1,450 Contextual Multimodal Generation pairs. MEDGEN-BENCH centers on contextual entanglement, defined as the dependence of an instruction’s intended output on the particular image instance rather than on task wording alone. The benchmark operationalizes this concept through image-grounded instructions and extends evaluation to open-ended multimodal outputs. Its tiered evaluation protocol combines reproducible, reference-based fidelity and similarity measures with a structured, checklist-guided assessment by a medical VLM judge. Neither global similarity scores nor VLM-based judgments are treated as evidence of clinical correctness. We evaluate 10 compositional frameworks, 2 dedicated image-editing models, 3 unified models, and 5 VLMs. The results show that image-output tasks remain unsaturated, with contextual multimodal generation appearing more challenging than image editing under the reported metrics. Contextual augmentation increases the mean image–instruction similarity from 0.273 to 0.372, while a 1,000-case medical-expert audit shows moderate agreement between the judge scores and clinician ratings. The source code and manifest for the reported evaluation snapshot will be made publicly available on GitHub.

Representative Examples

Evaluation Protocol and Main Findings

Reference-based fidelity and similarity measures are reported alongside structured holistic assessment.

Table 3. Main results at MedGEN-Bench.
Task System Holistic (1–5) Image Text
w. GT ↑ w.o. GT ↑ SSIM ↑ PSNR ↑ LPIPS ↓ MII ↑ BLEU ↑ PBScore ↑ EM ↑
Gen. Gemini-2.5-flash-image [46] 2.903.4837.6111.8546.1565.360.6188.95
Show-o [47] 1.041.0426.949.7269.9933.920.5386.07
Ming-UniVision [48] 2.022.5233.828.9359.7054.640.5787.54
Qwen3-VL & Seedream-4.0 [43, 49] 2.182.2317.618.8364.2847.470.5888.11
Qwen3-VL & DALL-E 3 [43, 50] 1.591.6313.349.2066.1244.450.5988.12
Qwen3-VL & Imagen-4.0 [43, 51] 2.092.2422.129.5662.8446.940.5988.08
GPT-4o & Seedream-4.0 [22, 49] 1.871.8616.679.0164.8046.620.6487.80
Gemini-2.5-pro & Seedream-4.0 [46, 49] 2.072.2117.108.6464.6847.640.6188.23
Edit. Gemini-2.5-pro [46] 3.854.1947.2415.7426.6782.55
Show-o [47] 1.071.0826.339.6570.1533.71
Ming-UniVision [48] 3.083.3646.0614.9734.7177.03
Seedream-4.0 [49] 1.621.5018.167.9864.2946.37
Qwen-image-edit [52] 3.774.1153.1016.4624.5783.88
Qwen3-VL & GPT-image-1 [43, 53] 4.024.3735.2012.0647.2972.54
Qwen3-VL & DALL-E 3 [43, 50] 1.591.5015.178.3264.3951.73
Qwen3-VL & Imagen-4.0 [43, 51] 2.872.9424.788.9858.0659.51
GPT-4o & Imagen-4.0 [22, 51] 2.602.6424.148.8259.3156.88
Gemini-2.5-pro & Imagen-4.0 [46, 51] 2.652.8024.868.8458.6458.78
VQA Qwen3-VL [43] 4.044.552.2187.6743.28
Gemini-2.5-pro [46] 4.004.502.2287.7718.10
GPT-4o [22] 3.704.142.2587.3624.67
HuaTuoGPT-Vision [54] 3.614.033.7987.8628.37
RadFM [55] 1.891.951.1386.1213.33
Show-o [47] 1.591.640.0574.913.01
Ming-UniVision [48] 2.823.171.6287.0825.68

Table 3. Main results at MedGEN-Bench. To compare systems across complementary evidence views, we report reference-based fidelity and similarity measures together with structured holistic assessment. Gen., Edit., and VQA denote multimodal generation, image editing, and visual question answering. Holistic scores (1–5) are from the checklist-guided Qwen3-VL-8B-Instruct judge, while w. GT and w.o. GT denote reference-aware and reference-free views. MII, PBScore, and EM denote MedImageInsight similarity, PubMedBERTScore, and Exact Match, respectively. Metrics in [0,1] are reported as percentages, and lower LPIPS is better. EM applies only to VQA. Bold and underline mark the best and second-best results.

Table 4. Behavioral pairing sensitivity.
Control Cross-modal Anat. Findings Compliance Halluc. /
omission
pHolm
Δ 95% CI
Blank image2.161.88–2.441.342.102.102.142.23 × 10−24
Unrelated image1.070.81–1.330.320.780.430.391.43 × 10−11
Same-modality image0.570.37–0.800.160.420.200.161.49 × 10−6
Image shuffle0.640.43–0.860.280.650.280.304.60 × 10−7
Instruction shuffle0.520.31–0.720.120.490.250.233.44 × 10−6

Table 4. Behavioral pairing sensitivity on a random 1,000-case sample spanning all benchmark tasks and canonical modalities. The table reports reference-free decreases, Δ = Scorrect − Scontrol, on five dimensions scored by LingShu-32B [57]. Larger values indicate stronger pairing dependence. The primary cross-modal-consistency endpoint includes a bootstrap 95% confidence interval and Holm-adjusted paired Wilcoxon p. Note: Scores use the 1–5 rubric. pHolm refers to the cross-modal-consistency endpoint, and incomplete judge scores are excluded pairwise. The instruction-shuffle row is bolded for readability, while its non-cross-modal values are auxiliary exploratory diagnostics.

Semantic-alignment analysis showing similarity gains across six benchmarks and a shift in mean image-instruction similarity from 0.273 to 0.372.
Figure 5. Semantic-alignment analysis on 985 complete pairs. The upper panel reports gains against six VQA benchmarks, and the lower panel compares templates with augmented instructions. PR denotes pass rate; μ and σ denote mean and standard deviation.

Main observations

  • Image-output tasks remain far from saturated. Gemini-2.5-flash-image gives the strongest reference-based generation results (37.61% SSIM, 11.85 dB PSNR, 46.15% LPIPS, and 65.36% MII), while Qwen-image-edit reaches 53.10% SSIM, 16.46 dB PSNR, 24.57% LPIPS, and 83.88% MII for editing.
  • Image-backend selection has the larger observed effect. With Seedream-4.0 fixed, SSIM varies from 16.67% to 17.61% and MII from 46.62% to 47.64%; with Qwen3-VL fixed, the corresponding ranges widen to 15.17%–35.20% and 51.73%–72.54%.
  • Pairing sensitivity is statistically significant. Under instruction shuffle, the reference-free cross-modal-consistency decrease is 0.52 (95% CI, 0.31–0.72; Holm-adjusted paired Wilcoxon p = 3.44 × 10−6).
  • Contextual augmentation improves semantic alignment. Mean image–instruction similarity increases from 0.273 to 0.372, and pass rates across the six benchmark comparisons range from 70.86% to 96.45%.

Together, the semantic-alignment gains and pairing-sensitivity results support image-specific task grounding without implying unrestricted clinical reasoning or clinical correctness.

BibTeX

@article{yang2025medgenbench,
  title   = {MedGEN-Bench: Contextually entangled benchmark for open-ended multimodal medical generation},
  author  = {Yang, Junjie and Yan, Yuhao and Wu, Gang and Qian, Rui and Wan, Xiang and Fan, Fenglei and Qin, Wenjian and Zhang, Yongquan and Qin, Feiwei and Wang, Changmiao},
  journal = {arXiv preprint arXiv:2511.13135},
  eprint  = {2511.13135},
  archivePrefix = {arXiv},
  primaryClass  = {cs.CV},
  year    = {2025}
}