Skip to main content
. Author manuscript; available in PMC: 2019 Jun 6.
Published in final edited form as: IEEE Trans Med Imaging. 2018 Nov 29;38(6):1328–1339. doi: 10.1109/TMI.2018.2884053

Algorithm 1.

1: Input: A set of training low-dose PET images IL={I1L,I2L,,INL}, a set of training multimodal MRI images including IT1={I1T1,I2T1,,INT1}, IFA={I1FA,I2FA,,INFA}, IMD={I1MD,I2MD,,INMD}, and a set of training full-dose PET images IF={I1F,I2F,,INF}. N is the total number of training samples.
2. Perform the 3D LA-GANs between IL, IT1, IFA, IMD and IS to obtain the fusion network F, the generator network G, and the discriminator network D.
3. For each training sample i (i=1,2,...,N), use the above trained fusion network F and generator network G to generate the synthetic full-dose PET image I˜iF. Finally, get the estimations for all training subjects I˜F.
4. The synthesis of the training subjects I˜F, along with the original low-dose PET IL and multimodal MRI images IT1, IFA and IMD, are all input to the subsequent LA-GANs network, namely, auto-context LA-GANs, to obtain the updated fusion network F′, the generator network G′ and the discriminator network D′.
5: Output: The trained fusion networks for LA-GANs and auto-context LA-GANs F and F’, as well as the trained generator networks G and G’.