Home

Awesome

Enhanced Transport Distance for Unsupervised Domain Adaptation (ETD)

This is the pytorch demo code for Enhanced Transport Distance for Unsupervised Domain Adaptation (ETD) (CVPR 2020)

Requirements

Dataset

OfficeHome (Dataset)
|- Art (Domain)
|  |- Alarm_Clock (Class)
|     |- 00001.jpg (Sample) 
|     |- ...
|  |- Backpack (Class)
|  |- ...
|- Clipart
|- Product 
|- Real_World

|- OfficeHome
|- UV_code

Usage

Note

This code is correspongding to the dual formulation of the reweighed OT problem. And we will introduce the semi-dual version later.

Citation

If this reposity is helpful for you, please cite our paper:
@inproceedings{Li2020ETD,
  title={Enhanced Transport Distance for Unsupervised Domain Adaptation},
  author={Mengxue Li, and Yi-Ming Zhai, and You-Wei Luo, and Peng-Fei Ge, and Chuan-Xian Ren},
  booktitle={2020 IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
  year={2020},
}

Contact

If you have any questions, please feel free to contact me via zhaiym3@mail2.sysu.edu.cn.