paper-with-me

Papers

Adversarial Reweighting for Partial Domain Adaptation

2021-12-01 · NeurIPS 2021 12 · Xiang Gu, Xi Yu, Yan Yang, Jian Sun, Zongben Xu

Partial domain adaptation (PDA) has gained much attention due to its practical setting. The current PDA methods usually adapt the feature extractor by aligning the target and reweighted source domain distributions. In this paper, we experimentally find that the feature adaptation by the reweighted distribution alignment in some state-of-the-art PDA methods is not robust to the ``noisy'' weights of source domain data, leading to negative domain transfer on some challenging benchmarks. To tackle the challenge of negative domain transfer, we propose a novel Adversarial Reweighting (AR) approach that adversarially learns the weights of source domain data to align the source and target domain distributions, and the transferable deep recognition network is learned on the reweighted source domain data. Based on this idea, we propose a training algorithm that alternately updates the parameters of the network and optimizes the weights of source domain data. Extensive experiments show that our method achieves state-of-the-art results on the benchmarks of ImageNet-Caltech, Office-Home, VisDA-2017, and DomainNet. Ablation studies also confirm the effectiveness of our approach.

📄 PDF Abstract BibTeX

Code (1)

xjtu-xgu/adversarial-reweighting-for-partial-domain-adaptation 공식 구현 pytorch

Tasks

Domain AdaptationPartial Domain Adaptation

Similar Papers 제목 키워드 기반

Adversarial Reweighting with $α$-Power Maximization for Domain Adaptation

2024-04-26 · Xiang Gu, Xi Yu, Yan Yang, Jian Sun 외

The practical Domain Adaptation (DA) tasks, e.g., Partial DA (PDA), open-set DA, universal DA, and test-time adaptation, have gained increasing attention in the machine learning community. In this paper, we propose a nov…

Domain AdaptationTest-time Adaptation

Importance Weighted Adversarial Nets for Partial Domain Adaptation

2018-03-25 · CVPR 2018 6 · Jing Zhang, Zewei Ding, Wanqing Li, Philip Ogunbona

This paper proposes an importance weighted adversarial nets-based method for unsupervised domain adaptation, specific for partial domain adaptation where the target domain has less number of classes compared to the sourc…

Domain AdaptationPartial Domain AdaptationTransfer LearningUnsupervised Domain Adaptation+1

Partial Adversarial Domain Adaptation

2018-08-10 · ECCV 2018 9 · Zhangjie Cao, Lijia Ma, Mingsheng Long, Jian-Min Wang

Domain adversarial learning aligns the feature distributions across the source and target domains in a two-player minimax game. Existing domain adversarial networks generally assume identical label space across different…

Domain AdaptationPartial Domain Adaptation

Adversarial Weighting for Domain Adaptation in Regression

2020-06-15 · Antoine de Mathelin, Guillaume Richard, Francois Deheeger, Mathilde Mougeot 외

We present a novel instance-based approach to handle regression tasks in the context of supervised domain adaptation under an assumption of covariate shift. The approach developed in this paper is based on the assumption…

Domain Adaptationregression

CrossTrainer: Practical Domain Adaptation with Loss Reweighting

2019-05-07 · Justin Chen, Edward Gan, Kexin Rong, Sahaana Suri 외

Domain adaptation provides a powerful set of model training techniques given domain-specific training data and supplemental data with unknown relevance. The techniques are useful when users need to develop models with da…

Domain Adaptation