Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ensemble and low-frequency mixing with diffusion models for accelerated MRI reconstruction

Framework: PyTorch

This repo contains the code for our paper published in Medical Image Analysis:
Ensemble and low-frequency mixing with diffusion models for accelerated MRI reconstruction .

Image

Abstract: Magnetic resonance imaging (MRI) is an important imaging modality in medical diagnosis, providing comprehensive anatomical information with detailed tissue structures. However, the long scan time required to acquire high-quality MR images is a major challenge, especially in urgent clinical scenarios. Although diffusion models have achieved remarkable performance in accelerated MRI, there are several challenges. In particular, they struggle with the long inference time due to the high number of iterations in the reverse process of diffusion models. Additionally, they occasionally create artifacts or ‘hallucinate’ tissues that do not exist in the original anatomy. To address these problems, we propose ensemble and adaptive low-frequency mixing on the diffusion model, namely ELF-Diff for accelerated MRI. The proposed method consists of three key components in the reverse diffusion step: (1) optimization based on unified data consistency; (2) low-frequency mixing; and (3) aggregation of multiple perturbations of the predicted images for the ensemble in each step. We evaluate ELF-Diff on two MRI datasets, FastMRI and SKM-TEA. ELF-Diff surpasses other existing diffusion models for MRI reconstruction. Furthermore, extensive experiments, including a subtask of pathology detection, further demonstrate the superior anatomical precision of our method. ELF-Diff outperforms the existing state-of-the-art MRI reconstruction methods without being limited to specific undersampling patterns.

Execution Instructions

  • Environment Setting
bash install.sh

Pretrained Model Checkpoints

Click the link to download the checkpoint.

Test

  • Inference
bash test.sh

Citation

If you found ELF-Diff useful in your research, please consider starring ⭐ us on GitHub and citing 📚 us in your research!

@article{shin2025ensemble,
  title={Ensemble and low-frequency mixing with diffusion models for accelerated MRI reconstruction},
  author={Shin, Yejee and Son, Geonhui and Hwang, Dosik and Eo, Taejoon},
  journal={Medical Image Analysis},
  pages={103477},
  year={2025},
  publisher={Elsevier}
}

Acknowledgments

About

The official code of ELF-Diff

Resources

Code of conduct

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages