ImageNet Classification with Deep Convolutional Neural Networks, Alex Krizhevsky, Ilya Sutskever, Geoffrey E. Hinton, 2012Advances in Neural Information Processing Systems 25 (Curran Associates, Inc.) - This paper introduced AlexNet, a deep convolutional neural network that won the ImageNet Large Scale Visual Recognition Challenge in 2012, boosting the use of CNNs and pre-training on large datasets for transfer learning.
Deep Learning, Ian Goodfellow, Yoshua Bengio, Aaron Courville, 2016 (MIT Press) - A widely recognized textbook that provides a theoretical and practical foundation for deep learning, including detailed discussions on transfer learning, fine-tuning, and feature extraction.
CS231n: Convolutional Neural Networks for Visual Recognition, Lecture Notes, Fei-Fei Li, Justin Johnson, Serena Yeung, et al., 2017 (Stanford University) - Provides accessible explanations of CNN architectures, training techniques, and practical applications, including sections on transfer learning strategies such as feature extraction and fine-tuning.
Deep Transfer Learning for Computer Vision: A Survey, Fuzhen Zhuang, Zhiyuan Luo, Huaxiu Lei, Fei Xu, Yong Xie, Qing He, 2020ACM Computing Surveys, Vol. 53 (ACM)DOI: 10.1145/3371607 - This survey offers a comprehensive overview of recent advancements in deep transfer learning techniques specifically for computer vision tasks, covering fundamental strategies like feature extraction and fine-tuning as well as more advanced methods.