Algorithm 1.
Require: Conditional encoder E(·, ·), GCN G(·, ·). |
Input: Image patch , anatomical landmark pj, adjacency matrix Ai. |
for step t = 1, Tmax do |
for step tl = 1, Tl do |
Randomly sample a batch of Bl subjects |
for j = 1, N do |
Update E by backpropagating |
end for |
end for |
for step tg = 1 ,Tg do |
Randomly sample a batch of Bg subjects |
Update G by backpropagating |
end for |
end for |