paper-with-me

Papers

Cross-Domain Gradient Discrepancy Minimization for Unsupervised Domain Adaptation

2021-06-08 · CVPR 2021 1 · Zhekai Du, Jingjing Li, Hongzu Su, Lei Zhu, Ke Lu

Unsupervised Domain Adaptation (UDA) aims to generalize the knowledge learned from a well-labeled source domain to an unlabeled target domain. Recently, adversarial domain adaptation with two distinct classifiers (bi-classifier) has been introduced into UDA which is effective to align distributions between different domains. Previous bi-classifier adversarial learning methods only focus on the similarity between the outputs of two distinct classifiers. However, the similarity of the outputs cannot guarantee the accuracy of target samples, i.e., target samples may match to wrong categories even if the discrepancy between two classifiers is small. To challenge this issue, in this paper, we propose a cross-domain gradient discrepancy minimization (CGDM) method which explicitly minimizes the discrepancy of gradients generated by source samples and target samples. Specifically, the gradient gives a cue for the semantic information of target samples so it can be used as a good supervision to improve the accuracy of target samples. In order to compute the gradient signal of target samples, we further obtain target pseudo labels through a clustering-based self-supervised learning. Extensive experiments on three widely used UDA datasets show that our method surpasses many previous state-of-the-arts. Codes are available at https://github.com/lijin118/CGDM.

📄 PDF Abstract BibTeX arXiv:2106.04151

Code (2)

lijin118/CGDM 공식 구현 pytorch
Elman295/Cross-Domain-Gradient-Discrepancy-Minimization-for-Unsupervised-Domain-Adaptation

Tasks

ClusteringDomain AdaptationSelf-Supervised LearningUnsupervised Domain Adaptation

Similar Papers 제목 키워드 기반

Multi-Source Collaborative Gradient Discrepancy Minimization for Federated Domain Generalization

2024-01-05 · Yikang Wei, Yahong Han

Federated Domain Generalization aims to learn a domain-invariant model from multiple decentralized source domains for deployment on unseen target domain. Due to privacy concerns, the data from different source domains ar…

Domain AdaptationDomain Generalization

Cross-domain error minimization for unsupervised domain adaptation

2021-06-29 · Yuntao Du, Yinghao Chen, Fengli Cui, Xiaowen Zhang 외

Unsupervised domain adaptation aims to transfer knowledge from a labeled source domain to an unlabeled target domain. Previous methods focus on learning domain-invariant features to decrease the discrepancy between the f…

Domain AdaptationUnsupervised Domain Adaptation

centroIDA: Cross-Domain Class Discrepancy Minimization Based on Accumulative Class-Centroids for Imbalanced Domain Adaptation

2023-08-21 · Xiaona Sun, Zhenyu Wu, Yichen Liu, Saier Hu 외

Unsupervised Domain Adaptation (UDA) approaches address the covariate shift problem by minimizing the distribution discrepancy between the source and target domains, assuming that the label distribution is invariant acro…

Domain AdaptationRobust classificationUnsupervised Domain Adaptation

Scaling Unsupervised Multi-Source Federated Domain Adaptation through Group-Wise Discrepancy Minimization

2025-10-09 · Larissa Reichart, Cem Ata Baykara, Ali Burak Ünal, Harlin Lee 외 arxiv

Unsupervised multi-source domain adaptation (UMDA) leverages labeled data from multiple source domains to generalize to an unlabeled target. While federated UMDA addresses privacy by avoiding raw data sharing, existing m…

Domain Adaptation

Unsupervised Open Domain Recognition by Semantic Discrepancy Minimization

2019-04-18 · CVPR 2019 6 · Junbao Zhuo, Shuhui Wang, Shuhao Cui, Qingming Huang

We address the unsupervised open domain recognition (UODR) problem, where categories in labeled source domain S is only a subset of those in unlabeled target domain T. The task is to correctly classify all samples in T i…

ClassificationGeneral Classification