mahfujau / iCAN

Incremental Collaborative and Adversarial Network for Unsupervised Domain Adaptation(iCAN)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iCAN (incremental CAN)

Collaborative and Adversarial Network for Unsupervised domain adaptation (CVPR 2018 Spotlight)

Paper: http://openaccess.thecvf.com/content_cvpr_2018/CameraReady/1410.pdf

The code is written with Pytorch 0.2.0. Please let me know if you want the code with latest version (e.g. pytorch 0.4.0).

Please Cite:

@inproceedings{zhang2018collaborative,
  title={Collaborative and Adversarial Network for Unsupervised domain adaptation},
  author={Zhang, Weichen and Ouyang, Wanli and Li, Wen and Xu, Dong},
  booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
  pages={3801-3809},
  year={2018}
}

About

Incremental Collaborative and Adversarial Network for Unsupervised Domain Adaptation(iCAN)

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 100.0%