Skip to main content
. 2020 Mar 9;14:19. doi: 10.3389/fncom.2020.00019

Algorithm 1. Seg-JDOT stochastic optimization

Require: xs: source domain images, xt: target domain images, ys: source domain segmentation maps
    for each source batch (xbs,ybs) and target batch (xbs) do
       fix g^ and f^, find γ for the given batch
       fix γ^, and use gradient descent to update f^ and g^
    end for