A Survey of Unsupervised Deep Domain Adaptation
Garrett Wilson, Diane J. Cook
TL;DR
Unsupervised deep domain adaptation tackles performance drop caused by domain shift by leveraging labeled source data and unlabeled target data. The paper surveys a broad taxonomy of methods, including domain-invariant feature learning, domain mapping via image translation, normalization-based alignment, ensembles, and target-discriminative strategies, plus their combinations, losses, training regimes, and network architectures. It discusses theoretical bounds linking source error, domain divergence, and target error under both unsupervised and semi-supervised settings, and surveys applications across computer vision, NLP, and time series. The findings highlight that no single approach universally dominates and that combining complementary components, data augmentation, and careful hyperparameter tuning can yield strong performance, with future directions including bi-directional adaptation and richer evaluation. The work provides a structured framework and benchmarks to guide researchers in designing and comparing unsupervised deep domain adaptation methods.
Abstract
Deep learning has produced state-of-the-art results for a variety of tasks. While such approaches for supervised learning have performed well, they assume that training and testing data are drawn from the same distribution, which may not always be the case. As a complement to this challenge, single-source unsupervised domain adaptation can handle situations where a network is trained on labeled data from a source domain and unlabeled data from a related but different target domain with the goal of performing well at test-time on the target domain. Many single-source and typically homogeneous unsupervised deep domain adaptation approaches have thus been developed, combining the powerful, hierarchical representations from deep learning with domain adaptation to reduce reliance on potentially-costly target data labels. This survey will compare these approaches by examining alternative methods, the unique and common elements, results, and theoretical insights. We follow this with a look at application areas and open research directions.
