Cocofeat / EyeMoSt

【MICCAI 2023 Early Accept & MedIA submission】EyeMost "Reliable Multimodality Eye Disease Screening via Mixture of Student's t Distributions"
18 stars 0 forks source link
eye-disease-screening

【EyeMoSt & EyeMoSt+】

Requirment

Datasets

Code Usage

1. Prepare dataset

2. Pretrained models

2.1 CNN-based

3. Train

3.1 Train Baseline

Run the script main_train2.shmain_train2.sh python baseline_train3_trans.py to train the baselines (change model_name& mode), models will be saved in folder results

3.2 Train Our Model

Run the script main_train2.sh main_train2.sh python train3_trans.py to train our model (change model_name), models will be saved in folder results

4. Test

4.1 Test Baseline

Run the script main_train2.sh main_train2.sh python baseline_train3_trans.py to test our model (change model_name& mode)

4.2 Test Our Model

Run the script main_train2.sh main_train2.sh python train3_trans.py to test our model (change model_name& mode)

Citation

If you find EyeMoSt helps your research, please cite our paper:

@InProceedings{EyeMoSt_Zou_2023,
author="Zou, Ke
and Lin, Tian
and Yuan, Xuedong
and Chen, Haoyu
and Shen, Xiaojing
and Wang, Meng
and Fu, Huazhu",
title="Reliable Multimodality Eye Disease Screening via Mixture of Student's t Distributions",
booktitle="Medical Image Computing and Computer Assisted Intervention -- MICCAI 2023",
year="2023",
publisher="Springer Nature Switzerland",
address="Cham",
pages="596--606",
}