BenchX Retrained Models
Collection
9 items
•
Updated
•
1
A retrained REFERS model for benchmarking medical vision-language pre-training methods within the BenchX framework.
Please follow the instruction to install BenchX.
To fine-tune REFERS for classification, run this command:
python bin/train.py config/classification/<dataset_name>/refers.yml
To fine-tune REFERS for segmentation, run this command:
python mmsegmentation/tools/train.py config/benchmark/<dataset_name>/refers.yml
To fine-tune REFERS for report generation, run this command:
python bin/train.py config/report_generation/<dataset_name>/refers.yml
To evaluate fine-tuned REFERS models, run:
# For classification and report generation
python bin/test.py config/<task_name>/<dataset_name>/refers.yml validator.splits=[test] ckpt_dir=<path_to_checkpoint>
# For segmentation
python mmsegmentation/tools/my_test.py mmsegmentation/config/<dataset_name>/refers.yml <path_to_checkpoint>
@article{zhou2022generalized,
title={Generalized radiograph representation learning via cross-supervision between images and free-text radiology reports},
author={Zhou, Hong-Yu and Chen, Xiaoyu and Zhang, Yinghao and Luo, Ruibang and Wang, Liansheng and Yu, Yizhou},
journal={Nature Machine Intelligence},
volume={4},
number={1},
pages={32--40},
year={2022}
}
@inproceedings{zhou2024benchx,
title={BenchX: A Unified Benchmark Framework for Medical Vision-Language Pretraining on Chest X-Rays},
author={Yang Zhou, Tan Li Hui Faith, Yanyu Xu, Sicong Leng, Xinxing Xu, Yong Liu, Rick Siow Mong Goh},
booktitle={Proceedings of NeurIPS},
year={2024}
}