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
{{ message }}
This repository was archived by the owner on Aug 18, 2025. It is now read-only.
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:
L. Sun, Z. Fan, Y. Huang, X. Ding, and J. Paisley, “Compressed sensing MRI using a recursive dilated network,” 32nd AAAI Conf. Artif. Intell. AAAI 2018, pp. 2444–2451, 2018.
H. Wu, Y. Wu, L. Sun, C. Cai, Y. Huang, and X. Ding, “A deep ensemble network for compressed sensing MRI,” in Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics), 2018, vol. 11301 LNCS, pp. 162–171, doi: 10.1007/978-3-030-04167-0_15.
R. Souza and R. Frayne, “A Hybrid Frequency-domain/Image-domain Deep Network for Magnetic Resonance Image Reconstruction,” no. Dc, pp. 1–8, 2018, [Online].
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.