paper-with-me

홈 › Papers

Dynamic Transfer for Multi-Source Domain Adaptation

2021-03-19 · CVPR 2021 1 · Yunsheng Li, Lu Yuan, Yinpeng Chen, Pei Wang, Nuno Vasconcelos

Recent works of multi-source domain adaptation focus on learning a domain-agnostic model, of which the parameters are static. However, such a static model is difficult to handle conflicts across multiple domains, and suffers from a performance degradation in both source domains and target domain. In this paper, we present dynamic transfer to address domain conflicts, where the model parameters are adapted to samples. The key insight is that adapting model across domains is achieved via adapting model across samples. Thus, it breaks down source domain barriers and turns multi-source domains into a single-source domain. This also simplifies the alignment between source and target domains, as it only requires the target domain to be aligned with any part of the union of source domains. Furthermore, we find dynamic transfer can be simply modeled by aggregating residual matrices and a static convolution matrix. Experimental results show that, without using domain labels, our dynamic transfer outperforms the state-of-the-art method by more than 3% on the large multi-source domain adaptation datasets -- DomainNet. Source code is at https://github.com/liyunsheng13/DRT.

📄 PDF Abstract BibTeX arXiv:2103.10583

Code (1)

liyunsheng13/DRT 공식 구현 pytorch

Tasks

Domain Adaptation

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Revisiting the Domain Shift and Sample Uncertainty in Multi-source Active Domain Transfer

2023-11-21 · CVPR 2024 1 · Wenqiao Zhang, Zheqi Lv, Hao Zhou, Jia-Wei Liu 외

Active Domain Adaptation (ADA) aims to maximally boost model adaptation in a new target domain by actively selecting a limited number of target data to annotate.This setting neglects the more practical scenario where tra…

DiversityDomain AdaptationTransfer Learning

Transfer Learning with Dynamic Adversarial Adaptation Network

2019-09-18 · Chaohui Yu, Jindong Wang, Yiqiang Chen, Meiyu Huang

The recent advances in deep transfer learning reveal that adversarial learning can be embedded into deep networks to learn more transferable features to reduce the distribution discrepancy between two domains. Existing a…

Domain AdaptationTransfer Learning

Dynamic Domain Discrepancy Adjustment for Active Multi-Domain Adaptation

2023-07-26 · Long Liu, Bo Zhou, Zhipeng Zhao, Zening Liu

Multi-source unsupervised domain adaptation (MUDA) aims to transfer knowledge from related source domains to an unlabeled target domain. While recent MUDA methods have shown promising results, most focus on aligning the …

Domain AdaptationMulti-Source Unsupervised Domain AdaptationUnsupervised Domain Adaptation

Multi-Source Video Domain Adaptation with Temporal Attentive Moment Alignment

2021-09-21 · Yuecong Xu, Jianfei Yang, Haozhi Cao, Keyu Wu 외

Multi-Source Domain Adaptation (MSDA) is a more practical domain adaptation scenario in real-world scenarios. It relaxes the assumption in conventional Unsupervised Domain Adaptation (UDA) that source data are sampled fr…

Domain AdaptationUnsupervised Domain Adaptation

Moment Matching for Multi-Source Domain Adaptation

2018-12-04 · ICCV 2019 10 · Xingchao Peng, Qinxun Bai, Xide Xia, Zijun Huang 외

Conventional unsupervised domain adaptation (UDA) assumes that training data are sampled from a single domain. This neglects the more practical scenario where training data are collected from multiple sources, requiring …

BenchmarkingDomain AdaptationMulti-Source Unsupervised Domain AdaptationUnsupervised Domain Adaptation