Skip to main content
. 2020 Oct 12;24(12):3529–3538. doi: 10.1109/JBHI.2020.3030224

TABLE I. EM Training Algorithm.

Algorithm 1. EM Training of UNet-2.
INPUT Inline graphic, Inline graphic, infected region Inline graphic predicted from UNet-1.
INITIALIZATION Inline graphic from UNet-1.
1 WHILE not stopped:
2 Get a minibatch;
E-step:
3 FOR Inline graphic in the minibatch:
4 Inline graphic, consolidation prediction;
5 FOR each pixel j:
6 Inline graphic, posterior probability;
7 IF Inline graphic THEN Inline graphic ELSE Inline graphic;
M-step:
8 Compute Inline graphic and update Inline graphic.
RETURN Inline graphic.