thuml / CDAN

Code release for "Conditional Adversarial Domain Adaptation" (NIPS 2018)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CDAN

Code release for "Conditional Adversarial Domain Adaptation" (NIPS 2018)

New version: https://github.com/thuml/Transfer-Learning-Library

Dataset

Digits

Processed SVHN_dataset is here. We change the original mat into images. Other transformed images are in data/svhn2mnist and data/usps2mnist. Dataset_train.txt are lists for source and target domains and Dataset_test.txt are lists for test.

Office-31

Office-31 dataset can be found here.

Office-Home

Office-Home dataset can be found here.

VisDA-2017

VisDA 2017 dataset can be found here in the classification track.

Image-clef

We release the Image-clef dataset we used here.

Training

Training instructions for Caffe and PyTorch are in the README.md in caffe and pytorch respectively.

Tensorflow version is under developing.

Citation

If you use this code for your research, please consider citing:

@inproceedings{long2018conditional,
  title={Conditional adversarial domain adaptation},
  author={Long, Mingsheng and Cao, Zhangjie and Wang, Jianmin and Jordan, Michael I},
  booktitle={Advances in Neural Information Processing Systems},
  pages={1645--1655},
  year={2018}
}

Contact

If you have any problem about our code, feel free to contact

or describe your problem in Issues.

About

Code release for "Conditional Adversarial Domain Adaptation" (NIPS 2018)


Languages

Language:Jupyter Notebook 57.0%Language:C++ 33.1%Language:Python 5.0%Language:Cuda 2.6%Language:CMake 1.1%Language:MATLAB 0.4%Language:Shell 0.3%Language:Makefile 0.3%Language:C 0.1%Language:CSS 0.1%Language:HTML 0.1%Language:Dockerfile 0.0%