Amyloid PET is widely used in the early diagnosis of dementia. However, the injection of the radiotracer will lead to radiation exposure to the subject. We proposed a novel method based on Generative Adversarial Network (GAN) with
Data Acquisition and Preprocessing: 40 patients’ data was acquired by PET/MR scanner with the injection of 330±30 MBq amyloid radiotracer 18F-florbetaben. The raw-list-mode PET data was reconstructed as the standard-dose ground truth and was randomly undersampled by a factor of 100 to reconstruct 1% low-dose PET scans. T1-weighted, T2-weighted, and T2-FLAIR MR were registered to the standard-dose PET. Each volume was of size 256 x 256 x 89 and was normalized by the mean value of the non-zero region. Top and bottom 20 slices with less information were removed. 4-fold cross validation was used.
Architecture: The input of the network is the stack of the neighboring slices of low-dose PET and one slice for each MR contrasts. The whole network shown in figure 1 has three modules: a generator, a discriminator and a task-specific network. An encoder-decoder network was implemented as the generator to map the input to the corresponding standard-dose image. A pixel-level L1 loss was included to ensure the synthesized image sharing the similar global structure with the standard-dose image. A CNN-based discriminator was used to evaluate the standard-dose and synthesized image of whether they are real or fake by adversarial loss. Feature Matching2 was applied to reduce the hallucinate structures and to address the instability of the training process by forcing the generator to match the expected value of the features on the intermediate layers of the discriminator. A pre-trained Amyloid status classifier on the standard-dose datasets was included as the task-specific network to ensure the synthesized images share the similar pathological features with the standard-dose images, which are the Amyloid status related features here, by computing perceptual loss3 from the task-specific network between the image pairs.
Evaluation: Three image quality metrics were used for evaluation, including the peak signal-to-noise ratio (PSNR), structural similarity (SSIM), and mean square error (MSE). For the proposed network with PET-only inputs, a radiologist was asked to give 1~5 score for image quality and read the Amyloid status (positive/negative) for each the standard-dose and the synthesized volumes to test the diagnosis consistency. We compared the results from the proposed method with only low-dose as input with two models from the state-of-the-art method 1: PET-only model with only low-dose PET input and PET-MR model which additionally took multi-contrast MR as input.
1. Chen et al., Ultra-low-dose 18F-florbetaben Amyloid PET Imaging using Deep Learning with Multi-contrast MRI Inputs, Radiology, 2018 (in press)
2. Salimans et al., Improved Techniques for Training GANs, arXiv:1606.03498, 2016.
3. Johnson et al., Perceptual Losses for Real-Time Style Transfer and Super-Resolution, arXiv:1603.08155, 2016.