Home

Awesome

Adversarial Domain Adaptation with Domain Mixup

<p align="center"> <img src="docs/model.png" /> </p> <br>

This is the implementation of Adversarial Domain Adaptation with Domain Mixup in PyTorch. This work is accepted as Oral presentation at AAAI 2020.

Adversarial Domain Adaptation with Domain Mixup: [Paper (arxiv)].

<br>

Getting Started

<p align="center"> <img src="docs/visda_results.png" width="500" /> </p>

Citation

If this work helps your research, please cite the following paper.

@inproceedings{xu2020adversarial,
  author    = {Minghao Xu and Jian Zhang and Bingbing Ni and Teng Li and Chengjie Wang and Qi Tian and Wenjun Zhang},
  title     = {Adversarial Domain Adaptation with Domain Mixup},
  booktitle = {The Thirty-Fourth AAAI Conference on Artificial Intelligence},
  pages     = {6502--6509},
  publisher = {AAAI Press},
  year      = {2020}
}