| Algorithm 2: The dynamic associate domain adaptation phase. |
- - - - - - - - - - - - - - - - - - - - - - - Step 1 - - - - - - - - - - - - - - - - - - - - - - Mapped the data to same space by . , , Calculate similarity matrix and by dot product. , Calculate conversion probability matrix of the similarity matrix and by softmax function SM.
- - - - - - - - - - - - - - - - - - - - - - - Step 2 - - - - - - - - - - - - - - - - - - - - - - Calculate by conversion probability, is the round-trip probability and the label distribution .
Calculate by conversion probability, is the conversion probability and the label distribution .
- - - - - - - - - - - - - - - - - - - - - - - Step 3 - - - - - - - - - - - - - - - - - - - - - - Combine and as divergence loss .
Calculate synchronize loss .
Combine and as .
|