Skip to main content
. 2022 May 26;22(11):4043. doi: 10.3390/s22114043
Algorithm 1: MR imaging modality transformation algorithm with CT as input.
Input: CT-MR dataset with corresponding relationship, initial model weight
Output: model weight W * after training
1: for i = 1 to n//n indicates the number of training sessions
2: Randomly read data from the corresponding CT-MR dataset {ICTi,IMRi}~pdata(ICT,IMR)
3: if i%3==0:
4: Update the parameters DMR and DCT of the discriminator in the model through the objective optimization function L(GMR,GCT,DMR,DCT)
5: End if
6: Update the parameters GMR of the generator and GCT of the inverse generator in the model through the objective optimization function L(GMR,GCT,DMR,DCT)
7: End for
8: Return generator GMR