COT: Unsupervised Domain Adaptation with Clustering and Optimal Transport

Abstract

Unsupervised domain adaptation (UDA) aims to transfer the knowledge from a labeled source domain to an unlabeled target domain. Typically, to guarantee desirable knowledge transfer, aligning the distribution between source and target domain from a global perspective is widely adopted in UDA. Recent researchers further point out the importance of local-level alignment and propose to construct instance-pair alignment by leveraging on Optimal Transport (OT) theory. However, existing OT-based UDA approaches are limited to handling class imbalance challenges and introduce a heavy computation overhead when considering a large-scale training situation. To cope with two aforementioned issues, we propose a Clustering-based Optimal Transport (COT) algorithm, which formulates the alignment procedure as an Optimal Transport problem and constructs a mapping between clustering centers in the source and target domain via an end-to-end manner. With this alignment on clustering centers, our COT eliminates the negative effect caused by class imbalance and reduces the computation cost simultaneously. Empirically, our COT achieves state-of-the-art performance on several authoritative benchmark datasets.

Cite

Text

Liu et al. "COT: Unsupervised Domain Adaptation with Clustering and Optimal Transport." Conference on Computer Vision and Pattern Recognition, 2023. doi:10.1109/CVPR52729.2023.01915

Markdown

[Liu et al. "COT: Unsupervised Domain Adaptation with Clustering and Optimal Transport." Conference on Computer Vision and Pattern Recognition, 2023.](https://mlanthology.org/cvpr/2023/liu2023cvpr-cot/) doi:10.1109/CVPR52729.2023.01915

BibTeX

@inproceedings{liu2023cvpr-cot,
  title     = {{COT: Unsupervised Domain Adaptation with Clustering and Optimal Transport}},
  author    = {Liu, Yang and Zhou, Zhipeng and Sun, Baigui},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2023},
  pages     = {19998-20007},
  doi       = {10.1109/CVPR52729.2023.01915},
  url       = {https://mlanthology.org/cvpr/2023/liu2023cvpr-cot/}
}