This is the course project repo of EN.580.464.01 : Advanced Data Science for Biomedical Engineering
preprocessing: find corresponding datasets.py and change to the disease name (no finding -> disease name)config: ['diseased','normal'] -> ['normal',disease name]
metriceval folderno_finding├── CXP
│ ├── CHEXPERT DEMO.xlsx
│ ├── predictions_BiomedCLIP.pkl
│ ├── predictions_CLIP.pkl
│ ├── predictions_MedCLIP.pkl
│ ├── predictions_PubMedCLIP.pkl
│ └── test_with_metadata.csv
├── MIMIC
│ ├── predictions_BiomedCLIP.pkl
│ ├── predictions_CLIP.pkl
│ ├── predictions_MedCLIP.pkl
│ ├── predictions_PubMedCLIP.pkl
│ ├── test.csv
│ ├── test_age.csv
│ └── test_race.csv
└── NIH
├── predictions_BiomedCLIP.pkl
├── predictions_CLIP.pkl
├── predictions_MedCLIP.pkl
├── predictions_PubMedCLIP.pkl
└── test_meta_FM.csv
You can also download these pickle files and demographic files here: https://livejohnshopkins-my.sharepoint.com/:f:/g/personal/yguo122_jh_edu/EubgSBOjFRJClK-FpywDFdwB3r4oFAcc3leBpgqOXOiUFw?e=Pk63Rs
@article{jin2024fairmedfm,
title={FairMedFM: Fairness Benchmarking for Medical Imaging Foundation Models},
author={Jin, Ruinan and Xu, Zikang and Zhong, Yuan and Yao, Qiongsong and Dou, Qi and Zhou, S Kevin and Li, Xiaoxiao},
journal={arXiv preprint arXiv:2407.00983},
year={2024}
}
Jupyter Notebook
90.5%
Python
9.5%
This is the course project repo of EN.580.464.01 : Advanced Data Science for Biomedical Engineering
preprocessing: find corresponding datasets.py and change to the disease name (no finding -> disease name)config: ['diseased','normal'] -> ['normal',disease name]
metriceval folderno_finding├── CXP
│ ├── CHEXPERT DEMO.xlsx
│ ├── predictions_BiomedCLIP.pkl
│ ├── predictions_CLIP.pkl
│ ├── predictions_MedCLIP.pkl
│ ├── predictions_PubMedCLIP.pkl
│ └── test_with_metadata.csv
├── MIMIC
│ ├── predictions_BiomedCLIP.pkl
│ ├── predictions_CLIP.pkl
│ ├── predictions_MedCLIP.pkl
│ ├── predictions_PubMedCLIP.pkl
│ ├── test.csv
│ ├── test_age.csv
│ └── test_race.csv
└── NIH
├── predictions_BiomedCLIP.pkl
├── predictions_CLIP.pkl
├── predictions_MedCLIP.pkl
├── predictions_PubMedCLIP.pkl
└── test_meta_FM.csv
You can also download these pickle files and demographic files here: https://livejohnshopkins-my.sharepoint.com/:f:/g/personal/yguo122_jh_edu/EubgSBOjFRJClK-FpywDFdwB3r4oFAcc3leBpgqOXOiUFw?e=Pk63Rs
@article{jin2024fairmedfm,
title={FairMedFM: Fairness Benchmarking for Medical Imaging Foundation Models},
author={Jin, Ruinan and Xu, Zikang and Zhong, Yuan and Yao, Qiongsong and Dou, Qi and Zhou, S Kevin and Li, Xiaoxiao},
journal={arXiv preprint arXiv:2407.00983},
year={2024}
}
Jupyter Notebook
90.5%
Python
9.5%