facebookresearch / fastMRI

A large-scale dataset of both raw MRI measurements and clinical MRI images.
https://fastmri.org
MIT License
1.3k stars 372 forks source link

New models addition along with U-Net #144

Open Bala93 opened 3 years ago

Bala93 commented 3 years ago

Thanks for this repository.

The repo has mainly used U-Net as the base network for MRI reconstruction. I was thinking if we could add base networks which has shown promising results like the following:

I have the proper PyTorch implementations for these methods. I could raise a PR. From my experience, this repository serves as the base for all the works related to MRI reconstruction. Should we think of adding new features ? Please let me know your views.

Thank you.

mmuckley commented 3 years ago

Hello @Bala93, we'd love to have more models. That being said, the repository is focused around the fastMRI dataset, so we should probably focus on models that either

  1. Push top metrics on the fastMRI dataset. They don't have to be SotA but they should be in the range of the baseline models.
  2. Introduce new and interesting perspectives using the dataset.

Do you know of downstream papers that used these models on fastMRI? I looked at the Sun and Souza papers and it looked like neither one was focused on fastMRI. I wasn't able to read the Wu paper, but it doesn't seem extremely well-cited.

A couple of good papers fitting the above criteria might be

I'm sure there are others out there.