2016--"Unsupervised Domain Adaptation with Residual Transfer Networks"

less than 1 minute read

Paper Link: Unsupervised Domain Adaptation with Residual Transfer Networks (neurips.cc)

Code Link: https://github.com/thuml/transfer-caffe

The Authors Argue That:

  • The source and target classifiers differ by a small residual function (A theory that is not testified)

Overall Structure

  1. Use tensor product to fuse the high-level features
  2. Feature Adaptation: Calculate the MMD based on the fused high-level features (They didn’t use the Mk-MMD as proposed in DAN)
  3. Classifier Adaptation: Use a residual block following the source classifier to approximate target classifier (In plain words: they concatenated a residual block after the source classifier, and add the outputs of the residual block and the target classifier up, the outcome will be fed to the cross entropy loss function, which can be seen as the source domain classification loss)
  4. Entropy Minimization

Overall Optimization Problem

where:

Zenvi

Zenvi

One Just Vegetable Chick

Comments

  Write a comment ...