Deep Transfer Network: Unsupervised Domain Adaptation
Xu Zhang, Felix Xinnan Yu, Shih-Fu Chang, Shengjin Wang

TL;DR
This paper introduces Deep Transfer Network (DTN), a deep learning framework for unsupervised domain adaptation that effectively matches feature and label distributions, achieving improved accuracy and efficiency on large-scale problems.
Contribution
The paper proposes a novel DTN framework combining deep neural networks with distribution matching for unsupervised domain adaptation, with linear complexity and superior performance.
Findings
DTN significantly outperforms previous methods in accuracy.
DTN has linear computational complexity, suitable for large datasets.
Extensive experiments validate the effectiveness of DTN.
Abstract
Domain adaptation aims at training a classifier in one dataset and applying it to a related but not identical dataset. One successfully used framework of domain adaptation is to learn a transformation to match both the distribution of the features (marginal distribution), and the distribution of the labels given features (conditional distribution). In this paper, we propose a new domain adaptation framework named Deep Transfer Network (DTN), where the highly flexible deep neural networks are used to implement such a distribution matching process. This is achieved by two types of layers in DTN: the shared feature extraction layers which learn a shared feature subspace in which the marginal distributions of the source and the target samples are drawn close, and the discrimination layers which match conditional distributions by classifier transduction. We also show that DTN has a…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications · Machine Learning and ELM
