Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 720 Bytes

File metadata and controls

17 lines (13 loc) · 720 Bytes

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}
}