Domain Separation Networks
Konstantinos Bousmalis, George Trigeorgis, Nathan Silberman, Dilip, Krishnan, Dumitru Erhan

TL;DR
This paper introduces Domain Separation Networks, a novel architecture that explicitly models private and shared features across domains to improve unsupervised domain adaptation, outperforming existing methods and providing interpretability.
Contribution
It proposes a new model that learns separate private and shared representations for each domain, enhancing domain adaptation performance and interpretability.
Findings
Outperforms state-of-the-art on unsupervised domain adaptation tasks.
Provides visualizations of private and shared representations.
Improves generalization from synthetic to real images.
Abstract
The cost of large scale data collection and annotation often makes the application of machine learning algorithms to new tasks or datasets prohibitively expensive. One approach circumventing this cost is training models on synthetic data where annotations are provided automatically. Despite their appeal, such models often fail to generalize from synthetic to real images, necessitating domain adaptation algorithms to manipulate these models before they can be successfully applied. Existing approaches focus either on mapping representations from one domain to the other, or on learning to extract features that are invariant to the domain from which they were extracted. However, by focusing only on creating a mapping or shared representation between the two domains, they ignore the individual characteristics of each domain. We suggest that explicitly modeling what is unique to each domain…
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 · Machine Learning and ELM · Machine Learning and Algorithms
