paper-with-me

홈 › Papers

Distribution Matching Prototypical Network for Unsupervised Domain Adaptation

2019-09-25 · Lei Zhu, Wei Wang, Mei Hui Zhang, Beng Chin Ooi, Chang Yao

State-of-the-art Unsupervised Domain Adaptation (UDA) methods learn transferable features by minimizing the feature distribution discrepancy between the source and target domains. Different from these methods which do not model the feature distributions explicitly, in this paper, we explore explicit feature distribution modeling for UDA. In particular, we propose Distribution Matching Prototypical Network (DMPN) to model the deep features from each domain as Gaussian mixture distributions. With explicit feature distribution modeling, we can easily measure the discrepancy between the two domains. In DMPN, we propose two new domain discrepancy losses with probabilistic interpretations. The first one minimizes the distances between the corresponding Gaussian component means of the source and target data. The second one minimizes the pseudo negative log likelihood of generating the target features from source feature distribution. To learn both discriminative and domain invariant features, DMPN is trained by minimizing the classification loss on the labeled source data and the domain discrepancy losses together. Extensive experiments are conducted over two UDA tasks. Our approach yields a large margin in the Digits Image transfer task over state-of-the-art approaches. More remarkably, DMPN obtains a mean accuracy of 81.4% on VisDA 2017 dataset. The hyper-parameter sensitivity analysis shows that our approach is robust w.r.t hyper-parameter changes.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Domain AdaptationUnsupervised Domain Adaptation

Similar Papers 제목 키워드 기반

Prototypical Contrast Adaptation for Domain Adaptive Semantic Segmentation

2022-07-14 · Zhengkai Jiang, Yuxi Li, Ceyuan Yang, Peng Gao 외

Unsupervised Domain Adaptation (UDA) aims to adapt the model trained on the labeled source domain to an unlabeled target domain. In this paper, we present Prototypical Contrast Adaptation (ProCA), a simple and efficient …

Contrastive LearningDomain AdaptationSemantic SegmentationUnsupervised Domain Adaptation

Style Mixing and Patchwise Prototypical Matching for One-Shot Unsupervised Domain Adaptive Semantic Segmentation

2021-12-09 · Xinyi Wu, Zhenyao Wu, Yuhang Lu, Lili Ju 외

In this paper, we tackle the problem of one-shot unsupervised domain adaptation (OSUDA) for semantic segmentation where the segmentors only see one unlabeled target image during training. In this case, traditional unsupe…

Domain AdaptationOne-shot Unsupervised Domain AdaptationSemantic SegmentationStyle Transfer+1

Transferrable Prototypical Networks for Unsupervised Domain Adaptation

2019-04-25 · CVPR 2019 6 · Yingwei Pan, Ting Yao, Yehao Li, Yu Wang 외

In this paper, we introduce a new idea for unsupervised domain adaptation via a remold of Prototypical Networks, which learn an embedding space and perform classification via a remold of the distances to the prototype of…

Domain AdaptationPseudo LabelUnsupervised Domain Adaptation

Prototypical Cross-domain Self-supervised Learning for Few-shot Unsupervised Domain Adaptation

2021-03-31 · CVPR 2021 1 · Xiangyu Yue, Zangwei Zheng, Shanghang Zhang, Yang Gao 외

Unsupervised Domain Adaptation (UDA) transfers predictive models from a fully-labeled source domain to an unlabeled target domain. In some applications, however, it is expensive even to collect labels in the source domai…

Contrastive LearningDomain AdaptationSelf-Supervised LearningSemantic Segmentation+1

Prototypical Partial Optimal Transport for Universal Domain Adaptation

2024-08-02 · Yucheng Yang, Xiang Gu, Jian Sun

Universal domain adaptation (UniDA) aims to transfer knowledge from a labeled source domain to an unlabeled target domain without requiring the same label sets of both domains. The existence of domain and category shift …

Domain AdaptationUniversal Domain Adaptation