A deep learning model using generative adversarial networks for fast compressed sensing MRI reconstruction.
DAGAN is a deep learning framework for fast compressed sensing MRI reconstruction. It uses generative adversarial networks to reconstruct high-quality MRI images from highly undersampled k-space data, significantly reducing scan times while maintaining diagnostic image quality. The model addresses the fundamental trade-off between MRI acquisition speed and image resolution.
Researchers and engineers in medical imaging, computational MRI, and deep learning for healthcare applications, particularly those working on accelerated MRI reconstruction techniques.
DAGAN provides state-of-the-art reconstruction quality with flexible undersampling patterns and acceleration factors, validated through peer-reviewed publication in IEEE Transactions on Medical Imaging. Its open-source implementation enables reproducibility and further research in accelerated MRI reconstruction.
The implementation code for "DAGAN: Deep De-Aliasing Generative Adversarial Networks for Fast Compressed Sensing MRI Reconstruction"
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Published in IEEE Transactions on Medical Imaging, providing reliable and reproducible results for accelerated MRI reconstruction, as cited in the README.
Supports multiple sampling patterns (Gaussian 1D/2D, Poisson 2D) with acceleration factors from 10-50%, allowing for tailored reconstruction experiments.
Incorporates pre-trained VGG16 features to enhance reconstruction quality and perceptual similarity, as detailed in the key features.
Offers both basic U-Net and refined U-Net models, providing flexibility for different reconstruction tasks, as mentioned in the architecture section.
Requires tensorflow v1.1.0 and tensorlayer v1.7.2, which are no longer supported and may cause compatibility issues with modern systems.
Needs manual registration and download of the MICCAI 2013 dataset, followed by preprocessing with data_loader.py, adding significant overhead.
Focused on a 2018 implementation; lacks updates for recent advances in deep learning or support for broader medical imaging applications.