paper-with-me

Papers

Dual Adversarial Domain Adaptation

2020-01-01 · Yuntao Du, Zhiwen Tan, Qian Chen, Xiaowen Zhang, Yirong Yao, Chongjun Wang

Unsupervised domain adaptation aims at transferring knowledge from the labeled source domain to the unlabeled target domain. Previous adversarial domain adaptation methods mostly adopt the discriminator with binary or $K$-dimensional output to perform marginal or conditional alignment independently. Recent experiments have shown that when the discriminator is provided with domain information in both domains and label information in the source domain, it is able to preserve the complex multimodal information and high semantic information in both domains. Following this idea, we adopt a discriminator with $2K$-dimensional output to perform both domain-level and class-level alignments simultaneously in a single discriminator. However, a single discriminator can not capture all the useful information across domains and the relationships between the examples and the decision boundary are rarely explored before. Inspired by multi-view learning and latest advances in domain adaptation, besides the adversarial process between the discriminator and the feature extractor, we also design a novel mechanism to make two discriminators pit against each other, so that they can provide diverse information for each other and avoid generating target features outside the support of the source domain. To the best of our knowledge, it is the first time to explore a dual adversarial strategy in domain adaptation. Moreover, we also use the semi-supervised learning regularization to make the representations more discriminative. Comprehensive experiments on two real-world datasets verify that our method outperforms several state-of-the-art domain adaptation methods.

📄 PDF Abstract BibTeX arXiv:2001.00153

Code (1)

yaoyueduzhen/DADA 공식 구현 pytorch

Tasks

2kDomain AdaptationMULTI-VIEW LEARNINGUnsupervised Domain Adaptation

Similar Papers 제목 키워드 기반

SWAT: Sliding Window Adversarial Training for Gradual Domain Adaptation

2025-01-31 · Zixi Wang, Yubo Huang, Wenwei Luo, Tonglan Xie 외

Domain shifts are critical issues that harm the performance of machine learning. Unsupervised Domain Adaptation (UDA) mitigates this issue but suffers when the domain shifts are steep and drastic. Gradual Domain Adaptati…

Domain AdaptationUnsupervised Domain Adaptation

Unsupervised Domain Adaptation with Adversarial Residual Transform Networks

2018-04-25 · Guanyu Cai, Yuqin Wang, Mengchu Zhou, Lianghua He

Domain adaptation is widely used in learning problems lacking labels. Recent studies show that deep adversarial domain adaptation models can make markable improvements in performance, which include symmetric and asymmetr…

Domain AdaptationUnsupervised Domain Adaptation

Gradually Vanishing Bridge for Adversarial Domain Adaptation

2020-03-30 · CVPR 2020 6 · Shuhao Cui, Shuhui Wang, Junbao Zhuo, Chi Su 외

In unsupervised domain adaptation, rich domain-specific characteristics bring great challenge to learn domain-invariant representations. However, domain discrepancy is considered to be directly minimized in existing solu…

Domain AdaptationUnsupervised Domain Adaptation

Dual Adversarial Adaptation for Cross-Device Real-World Image Super-Resolution

2022-05-07 · CVPR 2022 1 · Xiaoqian Xu, Pengxu Wei, Weikai Chen, Mingzhi Mao 외

Due to the sophisticated imaging process, an identical scene captured by different cameras could exhibit distinct imaging patterns, introducing distinct proficiency among the super-resolution (SR) models trained on image…

Domain AdaptationImage Super-ResolutionSuper-ResolutionUnsupervised Domain Adaptation

Adversarial Self-Training Improves Robustness and Generalization for Gradual Domain Adaptation

2023-09-21 · NeurIPS 2023 11

Gradual Domain Adaptation (GDA), in which the learner is provided with additional intermediate domains, has been theoretically and empirically studied in many contexts. Despite its vital role in security-critical scenari…