Noise-generating and imaging mechanism inspired implicit regularization learning network for low dose ct reconstrution
(IEEE Transactions on Medical Imaging, 2024)
This repository provides the official implementation of the paper:
Noise-generating and imaging mechanism inspired implicit regularization learning network for low dose ct reconstrution
IEEE Transactions on Medical Imaging (TMI), 2024
If you find this code useful for your research, please consider citing our paper.
@article{li2023noise,
title={Noise-generating and imaging mechanism inspired implicit regularization learning network for low dose ct reconstrution},
author={Li, Xing and Jing, Kaili and Yang, Yan and Wang, Yongbo and Ma, Jianhua and Zheng, Hairong and Xu, Zongben},
journal={IEEE Transactions on Medical Imaging},
volume={43},
number={5},
pages={1677--1689},
year={2024},
publisher={IEEE}
}This guide shows how to set up the environment using conda.
git clone https://github.com/lixing0810/NGIM-IRL.git
cd NGIM-IRLconda create --name NGIM-IRL python=3.9
conda activate NGIM-IRLpip install torch torchvision
⚠️ You may need to install the CUDA-specific version of PyTorch depending on your GPU setup.
pip install -r requirements.txtTo start training the model, simply run:
python train.py