This code is an implementation of the DRCN algorithm presented in [1].
[1] M. Ghifary, W. B. Kleijn, M. Zhang, D. Balduzzi, and W. Li. "Deep Reconstruction-Classification Networks for Unsupervised Domain Adaptation (DRCN)", European Conference on Computer Vision (ECCV), 2016
Contact:
Muhammad Ghifary ([email protected])
- Python 2.7
- Tensorflow-0.10.0
- Keras-1.2.0
- numpy
- h5py
To run the experiment with SVHN as the source domain and MNIST as the target domain
python main_sm.py
The core algorithm is implemented in drcn.py.
- Data augmentation and denoising