You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Res-SRDiff is a diffusion-based super-resolution framework for high-resolution MRI reconstruction, using residual shifting for faster, detailed image restoration.
MRI super-resolution reconstruction using efficient diffusion probabilistic model with residual shifting
🔥🔥Res-SRDiff is a deep learning framework designed to robustly restore high-resolution pelvic T2w MRI and ultra-high field brain T1 maps using an efficient probabilistic diffusion model.
⚠️ Note: The provided weights are for research use only and were trained on public datasets.
Running the Code
To run the project, modify the parameters in the main.py file and execute the main.py script:
python main.py
⚙️ Model Hyper-parameters
The diagram below visualizes the key hyper-parameters used in this model:
📚 Citation
If you find Res-SRDiff useful for your research or project, please consider citing our work:
@article{10.1088/1361-6560/ade049,
author={Safari, Mojtaba and Wang, Shansong and Eidex, Zach and Li, Qiang and Qiu, Richard L J and Middlebrooks, Erik H and Yu, David S and Yang, Xiaofeng},
title={MRI super-resolution reconstruction using efficient diffusion probabilistic model with residual shifting},
journal={Physics in Medicine \& Biology},
url={https://iopscience.iop.org/article/10.1088/1361-6560/ade049},
doi={https://doi.org/10.1088/1361-6560/ade049},
year={2025}
}
Res-SRDiff is a diffusion-based super-resolution framework for high-resolution MRI reconstruction, using residual shifting for faster, detailed image restoration.