paper-with-me

Papers

Learning Transferable Parameters for Unsupervised Domain Adaptation

2021-08-13 · Zhongyi Han, Haoliang Sun, Yilong Yin

Unsupervised domain adaptation (UDA) enables a learning machine to adapt from a labeled source domain to an unlabeled domain under the distribution shift. Thanks to the strong representation ability of deep neural networks, recent remarkable achievements in UDA resort to learning domain-invariant features. Intuitively, the hope is that a good feature representation, together with the hypothesis learned from the source domain, can generalize well to the target domain. However, the learning processes of domain-invariant features and source hypothesis inevitably involve domain-specific information that would degrade the generalizability of UDA models on the target domain. In this paper, motivated by the lottery ticket hypothesis that only partial parameters are essential for generalization, we find that only partial parameters are essential for learning domain-invariant information and generalizing well in UDA. Such parameters are termed transferable parameters. In contrast, the other parameters tend to fit domain-specific details and often fail to generalize, which we term as untransferable parameters. Driven by this insight, we propose Transferable Parameter Learning (TransPar) to reduce the side effect brought by domain-specific information in the learning process and thus enhance the memorization of domain-invariant information. Specifically, according to the distribution discrepancy degree, we divide all parameters into transferable and untransferable ones in each training iteration. We then perform separate updates rules for the two types of parameters. Extensive experiments on image classification and regression tasks (keypoint detection) show that TransPar outperforms prior arts by non-trivial margins. Moreover, experiments demonstrate that TransPar can be integrated into the most popular deep UDA networks and be easily extended to handle any data distribution shift scenarios.

📄 PDF Abstract BibTeX arXiv:2108.06129

Code (1)

zhyhan/transpar 공식 구현 pytorch

Tasks

Domain Adaptationimage-classificationImage ClassificationKeypoint DetectionMemorizationUnsupervised Domain Adaptation

Similar Papers 제목 키워드 기반

Unsupervised Domain Adaptation with Adapter

2021-11-01 · Rongsheng Zhang, Yinhe Zheng, Xiaoxi Mao, Minlie Huang

Unsupervised domain adaptation (UDA) with pre-trained language models (PrLM) has achieved promising results since these pre-trained models embed generic knowledge learned from various domains. However, fine-tuning all th…

Domain AdaptationUnsupervised Domain Adaptation

Transferable Normalization: Towards Improving Transferability of Deep Neural Networks

2019-12-01 · NeurIPS 2019 12 · Ximei Wang, Ying Jin, Mingsheng Long, Jian-Min Wang 외

Deep neural networks (DNNs) excel at learning representations when trained on large-scale datasets. Pre-trained DNNs also show strong transferability when fine-tuned to other labeled datasets. However, such transferabili…

Domain AdaptationUnsupervised Domain Adaptation

Deep causal representation learning for unsupervised domain adaptation

2019-10-28 · Raha Moraffah, Kai Shu, Adrienne Raglin, Huan Liu

Studies show that the representations learned by deep neural networks can be transferred to similar prediction tasks in other domains for which we do not have enough labeled data. However, as we transition to higher laye…

Domain AdaptationRepresentation LearningUnsupervised Domain Adaptation

EPIC-KITCHENS-100 Unsupervised Domain Adaptation Challenge for Action Recognition 2021: Team M3EM Technical Report

2021-06-18 · Lijin Yang, Yifei HUANG, Yusuke Sugano, Yoichi Sato

In this report, we describe the technical details of our submission to the 2021 EPIC-KITCHENS-100 Unsupervised Domain Adaptation Challenge for Action Recognition. Leveraging multiple modalities has been proved to benefit…

Action RecognitionDomain AdaptationUnsupervised Domain Adaptation

Transferable Query Selection for Active Domain Adaptation

2021-06-19 · CVPR 2021 1 · Bo Fu, Zhangjie Cao, Jianmin Wang, Mingsheng Long

Unsupervised domain adaptation (UDA) enables transferring knowledge from a related source domain to a fully unlabeled target domain. Despite the significant advances in UDA, the performance gap remains quite large be…

Active LearningDiversityDomain AdaptationUnsupervised Domain Adaptation