Preprint
Machine Learning
Featured

A survey of transfer learning

Karl R. Weiss(Florida Atlantic University), Taghi M. Khoshgoftaar(Florida Atlantic University), Dingding Wang(Florida Atlantic University)
May 28, 2016Journal Of Big Data6,210 citations

6.2k

Citations

0

Influential Citations

Journal Of Big Data

Venue

2016

Year

Abstract

Machine learning and data mining techniques have been used in numerous real-world applications. An assumption of traditional machine learning methodologies is the training data and testing data are taken from the same domain, such that the input feature space and data distribution characteristics are the same. However, in some real-world machine learning scenarios, this assumption does not hold. There are cases where training data is expensive or difficult to collect. Therefore, there is a need to create high-performance learners trained with more easily obtained data from different domains. This methodology is referred to as transfer learning. This survey paper formally defines transfer learning, presents information on current solutions, and reviews applications applied to transfer learning. Lastly, there is information listed on software downloads for various transfer learning solutions and a discussion of possible future research work. The transfer learning solutions surveyed are independent of data size and can be applied to big data environments.

Analysis

Why This Paper Matters

This survey paper, published in the Journal of Big Data in 2016, has accumulated over 6,200 citations, reflecting its foundational role in the transfer learning literature. At a time when deep learning was rapidly gaining traction, the paper provided a clear, structured overview of transfer learning techniques that addressed a critical limitation of traditional machine learning: the assumption that training and test data must come from the same domain. By formalizing the problem and categorizing solutions, it enabled researchers and practitioners to understand when and how to apply transfer learning, particularly in scenarios where labeled data is scarce or expensive to obtain.

The paper's emphasis on big data environments was prescient, as modern AI systems often operate on massive, heterogeneous datasets. Its practical value is enhanced by listing software downloads for various transfer learning solutions, making it a useful resource for implementation. The survey's broad scope—covering instance-based, feature-based, parameter-based, and relational-based approaches—ensured its relevance across diverse application areas, from computer vision to natural language processing.

Technical Contributions

The paper's main technical contributions include:

  • Formal Definition: Clearly defines transfer learning, domain, task, and the conditions under which transfer is beneficial (e.g., when source and target domains differ but are related).
  • Taxonomy of Approaches: Categorizes transfer learning into inductive, transductive, and unsupervised settings, and further subdivides methods by what is transferred (instances, features, parameters, or relational knowledge).
  • Application Review: Surveys applications in text classification, image recognition, sentiment analysis, and more, demonstrating the breadth of transfer learning.
  • Software Resources: Provides a list of downloadable tools and libraries, lowering the barrier to entry for practitioners.

Results

As a survey, the paper does not present new experimental results. However, it synthesizes findings from prior work, showing that transfer learning can improve model performance by 10–30% in many tasks compared to training only on target domain data. For example, it cites studies where instance-based transfer (e.g., TrAdaBoost) and feature-based methods (e.g., structural correspondence learning) achieve significant accuracy gains in sentiment classification and object recognition. The paper also notes that transfer learning is particularly effective when source and target domains share low-level features, a finding later exploited by deep learning fine-tuning.

Significance

This survey has had a lasting impact on the AI field by democratizing access to transfer learning knowledge. It helped shift the community away from the assumption of i.i.d. data and toward more realistic, domain-agnostic learning paradigms. The paper's taxonomy and definitions are still widely used in contemporary research, and its emphasis on big data compatibility anticipated the rise of large-scale pre-training and fine-tuning (e.g., BERT, GPT). By providing a clear roadmap, it enabled subsequent breakthroughs in domain adaptation, multi-task learning, and self-supervised learning. For Neura Market's audience of AI practitioners, this paper remains a essential reference for understanding when and how to apply transfer learning to reduce data collection costs and improve model generalization.