daoyuan98 / MSDA

Experiments on Multi-Source Domain Adaptation
22 stars 5 forks source link

MSDA

A soft version of MSDA

Python 3.6 + Tensorflow 1.12.0

This repo has implemented digits classification experiments in the paper: Multiple Source Domain Adaptation with Adversarial Learning[https://arxiv.org/abs/1705.09684] There a lot of codes that can be written more elegently so if you are interested, feel free to pull requests.

Acknowledgement

Thanks to the code from https://github.com/pumpikano/tf-dann , This repo has referenced much of the code there and this code is currently a simple extension from his code.

Experiments Results

On digits Classifaction, I have carried out two experiments and have received satisfactory results.

1. Sv+Mm+Sy-->Mt

Domain Accurarcy and Iteration(left) and Model Accurarcy on Target Domain(right)

2. Sv+Mt+Sy-->Mm

Domain Accurarcy and Iteration(left) and Model Accurarcy on Target Domain(right)

Discussion

Any advice and comments are welcome!