paper-with-me

Papers

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

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

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 novel approach, dubbed Adversarial Reweighting with $\alpha$-Power Maximization (ARPM), for PDA where the source domain contains private classes absent in target domain. In ARPM, we propose a novel adversarial reweighting model that adversarially learns to reweight source domain data to identify source-private class samples by assigning smaller weights to them, for mitigating potential negative transfer. Based on the adversarial reweighting, we train the transferable recognition model on the reweighted source distribution to be able to classify common class data. To reduce the prediction uncertainty of the recognition model on the target domain for PDA, we present an $\alpha$-power maximization mechanism in ARPM, which enriches the family of losses for reducing the prediction uncertainty for PDA. Extensive experimental results on five PDA benchmarks, i.e., Office-31, Office-Home, VisDA-2017, ImageNet-Caltech, and DomainNet, show that our method is superior to recent PDA methods. Ablation studies also confirm the effectiveness of components in our approach. To theoretically analyze our method, we deduce an upper bound of target domain expected error for PDA, which is approximately minimized in our approach. We further extend ARPM to open-set DA, universal DA, and test time adaptation, and verify the usefulness through experiments.

📄 PDF Abstract BibTeX arXiv:2404.17275

Code (1)

xjtu-xgu/arpm 공식 구현 pytorch

Tasks

Domain AdaptationTest-time Adaptation

Similar Papers 제목 키워드 기반

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

Adversarial Reweighting for Partial Domain Adaptation

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

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 th…

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

Entropy Minimization vs. Diversity Maximization for Domain Adaptation

2020-02-05 · Xiaofu Wu, Suofei hang, Quan Zhou, Zhen Yang 외

Entropy minimization has been widely used in unsupervised domain adaptation (UDA). However, existing works reveal that entropy minimization only may result into collapsed trivial solutions. In this paper, we propose to a…

DiversityDomain AdaptationUnsupervised Domain Adaptation

SSF-DAN: Separated Semantic Feature Based Domain Adaptation Network for Semantic Segmentation

2019-10-01 · ICCV 2019 10 · Liang Du, Jingang Tan, Hongye Yang, Jianfeng Feng 외

Despite the great success achieved by supervised fully convolutional models in semantic segmentation, training the models requires a large amount of labor-intensive work to generate pixel-level annotations. Recent works …

Domain AdaptationSegmentationSemantic Segmentation