DisC-Diff is multi-contrast brain MRI super-resolution method designed based on denoising diffusion probabilistic models. Specifically, DisC-Diff leverages a disentangled multi-stream network to exploit complementary information from multi-contrast MRI, improving model interpretation under multiple conditions of multi-contrast inputs.
- The processed HCP dataset for training and testing.
- The models pretrained on HCP dataset under x2 & x4 resolution scale can be downloaded through this link.
- Modify the arguments
hr_data_dir,lr_data_dir,andother_data_dirin config/config_train.yaml into the paths for your downloaded trainingT2-HR,T2-LR, andT1-HRdata. - In train_job.sh, replace the second line into
export PYTHONPATH= "Your Repository Path". - Run
bash train_job.sh.
- Modify the arguments
hr_data_dir,lr_data_dir,andother_data_dirin config/config_test.yaml into the paths for your downloaded testingT2-HR,T2-LR, andT1-HRdata. - In test_job.sh, replace the second line into
export PYTHONPATH= "Your Repository Path". - Run
bash test_job.sh.