Adaptive Transfer Learning: a simple but effective transfer learning
Jung H Lee, Henry J Kvinge, Scott Howland, Zachary New, John Buckheit,, Lauren A. Phillips, Elliott Skomski, Jessica Hibler, Courtney D. Corley,, Nathan O. Hodas

TL;DR
This paper introduces adaptive transfer learning (ATL), a method that selects optimal feature maps from teacher models to improve the efficiency and accuracy of student models, especially in few-shot learning scenarios.
Contribution
The paper proposes ATL, a novel approach that adaptively chooses feature maps for transfer learning, enhancing model performance with limited data.
Findings
ATL improves learning efficiency in few-shot settings.
Using internal feature maps can enhance transfer learning performance.
Empirical results show ATL outperforms traditional fine-tuning methods.
Abstract
Transfer learning (TL) leverages previously obtained knowledge to learn new tasks efficiently and has been used to train deep learning (DL) models with limited amount of data. When TL is applied to DL, pretrained (teacher) models are fine-tuned to build domain specific (student) models. This fine-tuning relies on the fact that DL model can be decomposed to classifiers and feature extractors, and a line of studies showed that the same feature extractors can be used to train classifiers on multiple tasks. Furthermore, recent studies proposed multiple algorithms that can fine-tune teacher models' feature extractors to train student models more efficiently. We note that regardless of the fine-tuning of feature extractors, the classifiers of student models are trained with final outputs of feature extractors (i.e., the outputs of penultimate layers). However, a recent study suggested that…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications · Topic Modeling
