Learning Transferable Parameters for Unsupervised Domain Adaptation
Zhongyi Han, Haoliang Sun, Yilong Yin

TL;DR
This paper introduces Transferable Parameter Learning (TransPar), a method that identifies and updates only the essential domain-invariant parameters in deep neural networks to improve unsupervised domain adaptation performance.
Contribution
It proposes a novel approach to distinguish and update transferable parameters, reducing domain-specific influence and enhancing generalization in UDA models.
Findings
TransPar outperforms prior methods on image classification tasks.
It effectively integrates with existing deep UDA networks.
TransPar improves generalization across various data distribution shifts.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning
