ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
6.2k
Citations
0
Influential Citations
Journal Of Big Data
Venue
2016
Year
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.
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.
The paper's main technical contributions include:
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.
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.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba