Experiments for MIDL 2024 submission.
Instructions to Reproduce the Results:
- Download FIVES dataset (Jin et al., 2022) and register its path in
paths.yaml
. - Execute
0_pass_forward.ipynb
to pass the data through the ensemble and log the outputs. The models are already trained and their weights are stored intrained/
. - Calibrate with temperature scaling on the validation set with
1_calibrate.ipynb
- Compute
$\widehat{DSC}$ and$\widehat{DSC}_{\text{corr}}$ in2_estimate_DSC.ipynb
- Reproduce figures with respective scripts
References: Jin, Kai, et al. "Fives: A fundus image dataset for artificial Intelligence based vessel segmentation." Scientific Data 9.1 (2022): 475.