We have developed an unsupervised technique for MRI super-resolution. We leverage a recent pre-trained Brain LDM for building powerful image priors over T1w brain MRIs. Our method is capable of being adapted to different settings of MRI SR problems at test time. Our method try to find the optimal latent representation
This gif shows the image space of the gradual optimization process when InverseSR finds the optimal latent representation
pip install -r requirements.txt
We have given an example of ground truth high-resolution MRI ./inputs/ur_IXI022-Guys-0701-T1.nii.gz
. The code of generating low-resolution MRI is contained. Please download the Brain LDM parameters ddpm
and decoder
from here into the InverseSR folder. Commands and parameters to run InverseSR can be found in job_script/InverseSR(ddim).sh
and job_script/InverseSR(decoder).sh
file.
You can find the necessary files for running the code here