A Survey on Deep Transfer Learning
Chuanqi TanFuchun SunTao KongWenchang ZhangChao YangChunfang Liu
Categorizes deep transfer learning approaches and their practical applications, offering a structured framework to help researchers overcome data scarcity and costly annotation constraints.
Deep learning has achieved strong results across many applications by automatically learning features from large datasets, yet it faces a fundamental barrier in domains such as bioinformatics and robotics where collecting and annotating sufficient high-quality data is prohibitively expensive or slow. The mismatch between the need for massive training data and its limited availability in these fields slows progress and raises costs. Transfer learning offers a way forward by relaxing the usual assumption that training and test data must come from identical distributions, allowing knowledge from a data-rich source domain to support learning in a data-scarce target domain.
This survey set out to define deep transfer learning, organize existing methods into coherent categories, and summarize the main techniques and representative studies that apply deep neural networks to transfer tasks. The authors conducted a structured literature review covering work published through mid-2018, drawing on foundational papers and recent advances to create a consistent taxonomy and set of diagrams that illustrate each category.
The review identifies four primary approaches. Instance-based methods reweight selected examples from the source domain so they better match the target distribution. Mapping-based methods project data from both domains into a shared space where distributions become more similar. Network-based methods reuse portions of a neural network already trained on a large source dataset, typically the early layers that extract general features. Adversarial-based methods add a domain discriminator that forces the network to learn representations that are useful for the main task yet indistinguishable across domains. In practice, these approaches are frequently combined.
These categories matter because they provide practitioners with clear options for reducing the amount of labeled target data and training time required while still achieving useful performance. The survey shows that network-based and adversarial methods have seen particularly rapid recent development and often deliver stronger results when source and target tasks are related but not identical. At the same time, the work highlights that most current methods still assume supervised settings and that issues such as negative transfer—where transferred knowledge harms performance—remain underexplored in deep models.
Future work should therefore examine unsupervised and semi-supervised transfer more systematically, develop reliable measures of transferability, and investigate the physical or neurological basis for what features transfer well. Decision makers considering deployment should first verify that the chosen source and target domains share enough structure, then plan for additional validation or fine-tuning once target data become available. The survey itself draws only on published methods up to 2018 and does not include new empirical comparisons, so readers should treat the taxonomy as a useful organizing framework rather than a definitive ranking of performance.
- Paper: A Survey on Transfer Learning, Sinno Jialin Pan et al. (2010). Reading this foundational survey on transfer learning provides the essential taxonomy and problem definitions that the source paper expands upon for deep learning settings.
- Paper: Representation Learning: A Review and New Perspectives, Yoshua Bengio et al. (2012). This review on representation learning establishes the theoretical necessity and historical progression of unsupervised feature discovery that underpins deep transfer mechanisms.
- Paper: Deep learning in neural networks: An overview, Juergen Schmidhuber (2014). This historical overview of deep neural networks supplies crucial context on credit assignment and network architectures that preceded modern deep transfer learning methodologies.
- Paper: How transferable are features in deep neural networks?, Jason Yosinski et al. (2014). This empirical study on layer-by-layer feature transferability provides critical foundational insights into how convolutional representations behave when adapted to new tasks.
- Paper: Unsupervised Domain Adaptation by Backpropagation, Yaroslav Ganin et al. (2015). This paper introduces foundational adversarial domain adaptation techniques via gradient reversal, which the source paper reviews as a core deep transfer learning strategy.
- Paper: Learning Transferable Features with Deep Adaptation Networks, Mingsheng Long et al. (2015). This study on Deep Adaptation Networks presents essential methodology for minimizing domain discrepancy in deep task-specific layers, directly discussed within the source survey.
- Paper: Adversarial Discriminative Domain Adaptation, Eric Tzeng et al. (2017). This paper details Adversarial Discriminative Domain Adaptation, providing a key technical framework for feature-space alignment reviewed extensively in the source survey.
- Paper: A Comprehensive Survey on Transfer Learning, Fuzhen Zhuang et al. (2019). This later comprehensive survey directly extends the source paper's taxonomy and reviews subsequent methodological advances in deep transfer learning up to 2019.
- Paper: Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer, Colin Raffel et al. (2020). This paper builds directly on the foundations of deep transfer learning by scaling up a unified text-to-text transformer framework across massive NLP benchmarks.
- Paper: A Survey on Vision Transformer, Kai Han et al. (2020). This survey on Vision Transformers extends the domain adaptation and transfer learning concepts covered in the source to modern self-attention architectures.
