MedTrinity 25M
[ICLR 2025] This is the official repository of our paper "MedTrinity-25M: A Large-scale Multimodal Dataset with Multigranular Annotations for Medicine“
> [**MedTrinity-25M: A Large-scale Multimodal Dataset with Multigranular Annotations for Medicine**](https://yunfeixie233.github.io/MedTrinity-25M/) > [Yunfei Xie*](https://yunfeixie233.github.io/), [Ce Zhou*](https://github.com/Skylight-Lark), > [Lang Gao*](https://heartyhaven.github.io/), [Juncheng Wu*](https://chtholly17.github.io/), > [Xianhang Li](https://xhl-video.github.io/xianhangli/), [Hong-Yu Zhou](https://zhouhy.org/), > [Sheng Liu](https://shengliu66.github.io/), [Lei Xing](https://p... The project is written primarily in Python, first published in 2024. Key topics include: dataset, mllms, multimodality.
<div align="center"> MedTrinity-25M: A Large-scale Multimodal Dataset with Multigranular Annotations for Medicine <div>
<div align="center"> <a href="https://github.com/UCSC-VLAA/MedTrinity-25M"><img src="https://img.shields.io/static/v1?label=MedTrinity-25M Code&message=Github&color=blue&logo=github-pages"></a> <a href="https://yunfeixie233.github.io/MedTrinity-25M"><img src="https://img.shields.io/static/v1?label=Project%20Page&message=Github&color=blue&logo=github-pages"></a> <a href="https://huggingface.co/datasets/UCSC-VLAA/MedTrinity-25M"><img src="https://img.shields.io/static/v1?label=MedTrinity-25M&message=HF&color=yellow"></a> <a href="https://arxiv.org/abs/2408.02900"><img src="https://img.shields.io/static/v1?label=Paper&message=Arxiv:MedTrinity-25M&color=red&logo=arxiv"></a> </div>MedTrinity-25M: A Large-scale Multimodal Dataset with Multigranular Annotations for Medicine<br>
Yunfei Xie*, Ce Zhou*,
Lang Gao*, Juncheng Wu*,
Xianhang Li, Hong-Yu Zhou,
Sheng Liu, Lei Xing,
James Zou,
Cihang Xie,
Yuyin Zhou
📢 Breaking News
- [🆕💥 August 31, 2024] Detailed tutorial for deploying MedTrinity now available at HuggingFace. We apologize for any previous inconvenience.
- [📄💥 August 7, 2024] Our arXiv paper is released.
- [💾 July 21, 2024] Full dataset released.
- [💾 June 16, 2024] Demo dataset released.
Star 🌟 us if you think it is helpful!!
🚀 Dataset
Dataset construction pipeline
<p align="center"> <img src="images/pipeline.png" width="500"> </p>- Data processing: extracting essential information from collected data, including metadata integration to generate coarse captions, ROI locating, and medical knowledge collection.
- Multigranular textual description generation: using this information to prompt MLLMs to generate fine-grained captions.
Statistical overview of MedTrinity-25M
<p align="center"> <img src="images/dataset.png" width="500"> </p>Statistics of MedTrinity-25M
You can view detailed statistics of MedTrinity-25M from this link.
Note: sometimes a single image contains multiple biological structures. The data only reflect the number of samples in which a specific biological structure is present.
Dataset Download
| Dataset | 🤗 Huggingface Hub |
|---|---|
| MedTrinity-25M | UCSC-VLAA/MedTrinity-25M |
🏆 Results
<p align="center"> <img src="images/result.png" width="900"> </p>💬 Quick Start
Install
Using Linux system,
- Clone this repository and navigate to the folder
bashgit clone https://github.com/UCSC-VLAA/MedTrinity-25M.git
- Install Package
shellconda create -n llava-med++ python=3.10 -y conda activate llava-med++ pip install --upgrade pip # enable PEP 660 support pip install -e .
- Install additional packages for training cases
shellpip install -e ".[train]" pip install flash-attn --no-build-isolation pip install git+https://github.com/bfshi/scaling_on_scales.git pip install multimedeval
Upgrade to latest code base
shellgit pull pip install -e . # if you see some import errors when you upgrade, # please try running the command below (without #) # pip install flash-attn --no-build-isolation --no-cache-dir
🤖 Model-Zoo
The following table provides an overview of the available models in our zoo. For each model, you can find links to its Hugging Face page or Google drive folder.
| Model Name | Link | Summary | Evaluation Log |
|---|---|---|---|
| LLaVA-Med++ (VQA-RAD) | Hugging Face | Pretrained on LLaVA-Med Data and MedTrinity-25M (specifically the VQA-RAD training set subset), finetuning on VQA-RAD training set. | Log |
| LLaVA-Med++ (SLAKE) | Hugging Face | Pretrained on LLaVA-Med Data and MedTrinity-25M (specifically the SLAKE training set subset), finetuning on SLAKE training set. | Log |
| LLaVA-Med++ (PathVQA) | Hugging Face | Pretrained on LLaVA-Med Data and MedTrinity-25M (specifically the PathVQA training set subset), finetuning on PathVQA training set. | Log |
| LLaVA-Med-Captioner | Hugging Face | Captioner for generating multigranular annotations fine-tuned on MedTrinity-Instruct-200K (Coming soon). | - |
Train and Eval LLaMA-Med++
First, you need to download the base model LLaVA-Meta-Llama-3-8B-Instruct-FT-S2 and download the stage1 and stage2 datasets in the LLaVA-Med.
- Pre-train
bash# stage1 training cd MedTrinity-25M bash ./scripts/med/llava3_med_stage1.sh # stage2 training bash ./scripts/med/llava3_med_stage2.sh
- Finetune
bashcd MedTrinity-25M bash ./scripts/med/llava3_med_finetune.sh
- Eval
First, you need to download corresponding weight from Model-Zoo and change the path in evaluation script.
Then run:
bashcd MedTrinity-25M bash ./scripts/med/llava3_med_eval_batch_vqa_rad.sh
Here is the evaluation suite of VQA-RAD, PathVQA, and SLAKE.
[https://huggingface.co/yunfeixie/MedTrinity-25M-evalsuite](https://huggingface.co/yunfeixie/MedTrinity-25M-evalsuite
📜 Citation
If you find MedTrinity-25M useful for your research and applications, please cite using this BibTeX:
bibtex@misc{xie2024medtrinity25mlargescalemultimodaldataset, title={MedTrinity-25M: A Large-scale Multimodal Dataset with Multigranular Annotations for Medicine}, author={Yunfei Xie and Ce Zhou and Lang Gao and Juncheng Wu and Xianhang Li and Hong-Yu Zhou and Sheng Liu and Lei Xing and James Zou and Cihang Xie and Yuyin Zhou}, year={2024}, eprint={2408.02900}, archivePrefix={arXiv}, primaryClass={cs.CV}, url={https://arxiv.org/abs/2408.02900}, }
🙏 Acknowledgement
- We thank the Microsoft Accelerate Foundation Models Research Program, the OpenAI Researcher Access Program, TPU Research Cloud (TRC) program, Google Cloud Research Credits program, AWS Cloud Credit for Research program, and Lambda Cloud for supporting our computing needs.
- Thanks for the codebase of LLaVA-pp, LLaVA-Med and LLaVA we built upon, and our base model LLaVA-Meta-Llama-3-8B-Instruct-FT-S2 that has the amazing language capabilities!
Related Projects
Contributors
Showing top 1 contributor by commit count.
