This is the official site of the study "Beyond the Hype: A dispassionate look at vision-language models in medical scenario"
RadVUQA is a large-scale dataset for developing and evaluating vision–language models in medical imaging. It includes CT and MRI scans, segmentation masks, anatomical bounding boxes, and paired question–answer (QA) annotations.
Download the full dataset (ZIP, ~6 GB) from Google Drive:
RadVUQA/
├── CT_Release_V1/
│ ├── images/
│ ├── masks/
│ ├── boxed_V2/
│ ├── boxed_easy_V2/
│ ├── CT_Release_V1.json
│ └── QA_CT_Release_V1.json
│
├── CT_Release_winAD_V1/
│ ├── images/
│ ├── masks/
│ ├── boxed_V2/
│ ├── boxed_easy_V2/
│ ├── CT_Release_V1.json
│ └── QA_CT_Release_V1.json
│
├── MR_Release_V1/
│ ├── images/
│ ├── masks/
│ ├── boxed_V2/
│ ├── boxed_easy_V2/
│ ├── MR_Release_V1.json
│ └── QA_MR_Release_V1.json
│
└── OOD_test/
├── images/ (various imaging conditions)
└── QA/ (out-of-distribution QA pairs)
- images/: Raw CT/MRI slices in DICOM or PNG.
- masks/: Segmentation masks for anatomical structures.
- boxed_V2/: Standard bounding box annotations.
- boxed_easy_V2/: Simplified bounding box annotations.
XX_Release_V1.json: Metadata files listing image IDs and target coordinates.QA_XX_Release_V1.json: JSON files containing question–answer pairs.- OOD_test/: Out-of-distribution test set for robustness evaluation.
-
** images and masks**
Useimages/andmasks/folders for raw images and corresponding masks. -
Apply bounding boxes
Useboxed_V2/orboxed_easy_V2/for images with bounding boxes. -
Parse QA pairs
UseQA_*_Release_V1.jsonfor question–answer annotations linked to each image. -
Utilize metadata
Reference*_Release_V1.jsonfor image-level metadata and anatomical coordinates. -
Evaluate on OOD
Test model generalization onOOD_test/with varied imaging conditions.
If you use RadVUQA in your research, please cite the following papers:
-
Nan Y, Zhou H, Xing X, et al. Beyond the Hype: A Dispassionate Look at Vision–Language Models in Medical Scenario. IEEE Trans. Neural Networks Learn. Syst., 2025.
-
Wasserthal J, Breit H C, Meyer M T, et al. TotalSegmentator: robust segmentation of 104 anatomic structures in CT images. Radiology: Artificial Intelligence, 2023, 5(5): e230024.
-
Akinci D’Antonoli T, Berger L K, Indrakanti A K, et al. TotalSegmentator MRI: Robust Sequence-independent Segmentation of Multiple Anatomic Structures in MRI. Radiology, 2025, 314(2): e241613.
[CC BY 4.0]