[π Paper] ο½ [π€ Dataset] ο½ [π€ Model (coming)] ο½ [π Blog]
Jul 8, 2025
: We released ourpaper
,data
andproject
. Models are coming soon. Please stay tuned!
Recent advances in video generation have shown remarkable progress in open-domain settings, yet medical video generation remains largely underexplored. Medical videos are critical for applications such as clinical training, education, and simulation, requiring not only high visual fidelity but also strict medical accuracy. However, current models often produce unrealistic or erroneous content when applied to medical prompts, largely due to the lack of large-scale, high-quality datasets tailored to the medical domain. To address this gap, we introduce MedVideoCap-55K, the first large-scale, diverse, and caption-rich dataset for medical video generation. It comprises over 55,000 curated clips spanning real-world medical scenarios, providing a strong foundation for training generalist medical video generation models. Built upon this dataset, we develop MedGen, which achieves leading performance among open-source models and rivals commercial systems across multiple benchmarks in both visual quality and medical accuracy. We hope our dataset and model can serve as a valuable resource and help catalyze further research in medical video generation.
Note
We open-sourced our models, data, and code here.
You can β¬οΈdownload our full MedVideoCap-55K from HuggingFace. Our dataset has several features:
- Superior in quantity. Our dataset comprising 55k medical videos. Supporting video generation across various medical scenarios, it includes medical education, medical imaging, clinical practice, and more.
- Superior in visual quality. Our dataset is strictly selected from the aspects of aesthetics, temporal consistency, motion smoothness, and clarity assessment.
- Expressive in caption. Previously proposed medical video datasets typically use category labels as captions. In contrast, our dataset provides expressive and coherent video descriptions with the help of MLLMs.
Our works are inspired by the following works.
- FastVideo: a lightweight framework for accelerating large video diffusion models.
- VBench: a comprehensive benchmark suite for video generative models.
- VideoScore: a automatic metrics to simulate fine-grained human feedback for video generation.
@misc{wang2025medgenunlockingmedicalvideo,
title={MedGen: Unlocking Medical Video Generation by Scaling Granularly-annotated Medical Videos},
author={Rongsheng Wang and Junying Chen and Ke Ji and Zhenyang Cai and Shunian Chen and Yunjin Yang and Benyou Wang},
year={2025},
eprint={2507.05675},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2507.05675},
}