Deep Convolutional Neural Network for Inverse Problems in Imaging
http://ieeexplore.ieee.org/document/7949028/
Readme
- Before launching FBPConvNet, the MatConvNet (http://www.vlfeat.org/matconvnet/) have to be properly installed. (For the GPU, it needs a different compilation.)
- Properly modify matconvnet path in main.m and evaluation.m files.
- To start, download 2 links;
(1) pretrained network : https://drive.google.com/open?id=0B9fSVcoxJuVwMVJ1eWFPdEEwbWs , then put this network into 'pretrain' folder
(2) dataset : https://drive.google.com/open?id=0B9fSVcoxJuVwMDlxbXdvcTRaM2M just place this data in the same folder with main.m - Use main.m for training. After training, run evaluation.m for deploy of test data set.
*note : phantom data set (x20) is only provided. SNR value may be slightly different with our paper.
*note : these codes mainly ran on Matlab 2016a with GPU TITAN X (architecture : Maxwell)
contact : Kyong Jin ([email protected]),
special thanks to Junhong Min (Senior Researcher at Samsung Electronics) for providing initial codes.