paper-with-me

Papers

Cross-domain Contrastive Learning for Unsupervised Domain Adaptation

2021-06-10 · Rui Wang, Zuxuan Wu, Zejia Weng, Jingjing Chen, Guo-Jun Qi, Yu-Gang Jiang

Unsupervised domain adaptation (UDA) aims to transfer knowledge learned from a fully-labeled source domain to a different unlabeled target domain. Most existing UDA methods learn domain-invariant feature representations by minimizing feature distances across domains. In this work, we build upon contrastive self-supervised learning to align features so as to reduce the domain discrepancy between training and testing sets. Exploring the same set of categories shared by both domains, we introduce a simple yet effective framework CDCL, for domain alignment. In particular, given an anchor image from one domain, we minimize its distances to cross-domain samples from the same class relative to those from different categories. Since target labels are unavailable, we use a clustering-based approach with carefully initialized centers to produce pseudo labels. In addition, we demonstrate that CDCL is a general framework and can be adapted to the data-free setting, where the source data are unavailable during training, with minimal modification. We conduct experiments on two widely used domain adaptation benchmarks, i.e., Office-31 and VisDA-2017, for image classification tasks, and demonstrate that CDCL achieves state-of-the-art performance on both datasets.

📄 PDF Abstract BibTeX arXiv:2106.05528

Code (1)

AlexisGuichemerreCode/survey_hist_wsol_sfda pytorch

Tasks

ClusteringContrastive LearningDomain Adaptationimage-classificationImage ClassificationSelf-Supervised LearningUnsupervised Domain Adaptation

Similar Papers 제목 키워드 기반

Unsupervised Contrastive Domain Adaptation for Semantic Segmentation

2022-04-18 · Feihu Zhang, Vladlen Koltun, Philip Torr, René Ranftl 외

Semantic segmentation models struggle to generalize in the presence of domain shift. In this paper, we introduce contrastive learning for feature alignment in cross-domain adaptation. We assemble both in-domain contrasti…

Contrastive LearningDomain AdaptationSemantic Segmentation

Contrast and Mix: Temporal Contrastive Video Domain Adaptation with Background Mixing

2021-10-28 · NeurIPS 2021 12 · Aadarsh Sahoo, Rutav Shah, Rameswar Panda, Kate Saenko 외

Unsupervised domain adaptation which aims to adapt models trained on a labeled source domain to a completely unlabeled target domain has attracted much attention in recent years. While many domain adaptation techniques h…

Contrastive LearningDomain AdaptationUnsupervised Domain AdaptationVideo Domain Adapation

Domain Confused Contrastive Learning for Unsupervised Domain Adaptation

2022-07-10 · NAACL 2022 7 · Quanyu Long, Tianze Luo, Wenya Wang, Sinno Jialin Pan

In this work, we study Unsupervised Domain Adaptation (UDA) in a challenging self-supervised approach. One of the difficulties is how to learn task discrimination in the absence of target labels. Unlike previous literatu…

Contrastive LearningDomain AdaptationUnsupervised Domain Adaptation

Model Adaptation: Historical Contrastive Learning for Unsupervised Domain Adaptation without Source Data

2021-10-07 · NeurIPS 2021 12 · Jiaxing Huang, Dayan Guan, Aoran Xiao, Shijian Lu

Unsupervised domain adaptation aims to align a labeled source domain and an unlabeled target domain, but it requires to access the source data which often raises concerns in data privacy, data portability and data transm…

Contrastive LearningDomain AdaptationSource Free Object DetectionUnsupervised Domain Adaptation

Domain Adaptation for Semantic Segmentation via Patch-Wise Contrastive Learning

2021-04-22 · Weizhe Liu, David Ferstl, Samuel Schulter, Lukas Zebedin 외

We introduce a novel approach to unsupervised and semi-supervised domain adaptation for semantic segmentation. Unlike many earlier methods that rely on adversarial learning for feature alignment, we leverage contrastive …

Contrastive LearningDomain AdaptationSegmentationSemantic Segmentation+1