This is the official PyTorch implementation of BrainPrompt from the paper " BrainPrompt: Multi-Level Brain Prompt Enhancement for Neurological Condition Identification" early accepted by 28th International Conference on Medical Image Computing and Computer-Assisted Intervention (MICCAI'25).
All Preprocessed data used in this paper are published in this paper.
Data splits and configurations are stored in ./data/
and ./configs/
. If you want to process your own data, please check the dataloader script ./data/BrainNet.py
.
Please check baseline.sh
on how to run the project.
If you have any questions, please feel free to reach out at jiaxing003@e.ntu.edu.sg
.