paper-with-me

Papers

Adaptive Transfer Learning: a simple but effective transfer learning

2021-11-22 · 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

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 feature maps in ResNets across layers could be functionally equivalent, raising the possibility that feature maps inside the feature extractors can also be used to train student models' classifiers. Inspired by this study, we tested if feature maps in the hidden layers of the teacher models can be used to improve the student models' accuracy (i.e., TL's efficiency). Specifically, we developed 'adaptive transfer learning (ATL)', which can choose an optimal set of feature maps for TL, and tested it in the few-shot learning setting. Our empirical evaluations suggest that ATL can help DL models learn more efficiently, especially when available examples are limited.

📄 PDF Abstract BibTeX arXiv:2111.10937

Code (0)

등록된 구현이 없습니다.

Tasks

Few-Shot LearningTransfer Learning

Similar Papers 제목 키워드 기반

Domain Adaptive Text Style Transfer

2019-08-25 · IJCNLP 2019 11 · Dianqi Li, Yizhe Zhang, Zhe Gan, Yu Cheng 외

Text style transfer without parallel data has achieved some practical success. However, in the scenario where less data is available, these methods may yield poor performance. In this paper, we examine domain adaptation …

Domain AdaptationStyle TransferText Style Transfer

Domain Adaptive Transfer Learning with Specialist Models

2018-11-16 · Jiquan Ngiam, Daiyi Peng, Vijay Vasudevan, Simon Kornblith 외

Transfer learning is a widely used method to build high performing computer vision models. In this paper, we study the efficacy of transfer learning by examining how the choice of data impacts performance. We find that m…

Domain AdaptationFine-Grained Image ClassificationGeneral ClassificationTransfer Learning

Domain Contrast for Domain Adaptive Object Detection

2020-06-26 · Feng Liu, Xiaoxong Zhang, Fang Wan, Xiangyang Ji 외

We present Domain Contrast (DC), a simple yet effective approach inspired by contrastive learning for training domain adaptive detectors. DC is deduced from the error bound minimization perspective of a transferred model…

Contrastive LearningObjectobject-detectionObject Detection

Unsupervised Domain Adaptive Lane Detection via Contextual Contrast and Aggregation

2024-07-18 · Kunyang Zhou, Yunjian Feng, Jun Li

This paper focuses on two crucial issues in domain-adaptive lane detection, i.e., how to effectively learn discriminative features and transfer knowledge across domains. Existing lane detection methods usually exploit a …

Lane Detection

Transferring Knowledge from Large Foundation Models to Small Downstream Models

2024-06-11 · Shikai Qiu, Boran Han, Danielle C. Maddix, Shuai Zhang 외

How do we transfer the relevant knowledge from ever larger foundation models into small, task-specific downstream models that can run at much lower costs? Standard transfer learning using pre-trained weights as the initi…

Transfer Learning