Skip to content

"Fast and Reliable Score-Based Generative Model for Parallel MRI" in IEEE TNNLS

Notifications You must be signed in to change notification settings

Houruizhi/FRSGM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

"Fast and Reliable Score-Based Generative Model for Parallel MRI" in IEEE TNNLS.

The training codes are in my previous projects IDPCNN and TRPA.

To get the testing result, you can directly run the demo file.

We Note that the testing image must satisfy that the values in the boundary position are zero. Otherwise, the results will be unsatisfying. The examples of the testing image are in the following.

图片1

The checkpoint and the testing data in the paper can be found in Google Drive.

Before testing, one should use the Matlab code of ESPIRiT to estimate the sense map. Or you can use the open source library in Python tools to estimate the sense map.

import sigpy.mri as mr
mps = mr.app.EspiritCalib(
                    torch.view_as_complex(data_kspace).cpu().numpy(),
                    calib_width=12,
                    thresh=0.04,
                    kernel_width=4,
                    crop=0.97,
                    max_iter=100
                ).run()
sense_map_tensor = torch.view_as_real(torch.from_numpy(mps)).to(data_kspace.device)

If the code is helpful, please cite the following papers:

@article{HOU2022113973,
title = {IDPCNN: Iterative denoising and projecting CNN for MRI reconstruction},
journal = {Journal of Computational and Applied Mathematics},
volume = {406},
pages = {113973},
year = {2022},
author = {Ruizhi Hou and Fang Li},
}

@ARTICLE{TRPA,
  author={Hou, Ruizhi and Li, Fang and Zhang, Guixu},
  journal={IEEE Transactions on Computational Imaging}, 
  title={Truncated Residual Based Plug-and-Play ADMM Algorithm for MRI Reconstruction}, 
  year={2022},
  volume={8},
  number={},
  pages={96-108}
}


@ARTICLE{FRSGM,
  author={Hou, Ruizhi and Li, Fang and Zeng, Tieyong},
  journal={IEEE Transactions on Neural Networks and Learning Systems}, 
  title={Fast and Reliable Score-Based Generative Model for Parallel MRI}, 
  year={2023},
  volume={},
  number={},
  pages={1-14}
}

About

"Fast and Reliable Score-Based Generative Model for Parallel MRI" in IEEE TNNLS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published