paper-with-me

홈 › Papers

SpotTune: Transfer Learning through Adaptive Fine-tuning

2018-11-21 · CVPR 2019 6 · Yunhui Guo, Honghui Shi, Abhishek Kumar, Kristen Grauman, Tajana Rosing, Rogerio Feris

Transfer learning, which allows a source task to affect the inductive bias of the target task, is widely used in computer vision. The typical way of conducting transfer learning with deep neural networks is to fine-tune a model pre-trained on the source task using data from the target task. In this paper, we propose an adaptive fine-tuning approach, called SpotTune, which finds the optimal fine-tuning strategy per instance for the target data. In SpotTune, given an image from the target task, a policy network is used to make routing decisions on whether to pass the image through the fine-tuned layers or the pre-trained layers. We conduct extensive experiments to demonstrate the effectiveness of the proposed approach. Our method outperforms the traditional fine-tuning approach on 12 out of 14 standard datasets.We also compare SpotTune with other state-of-the-art fine-tuning strategies, showing superior performance. On the Visual Decathlon datasets, our method achieves the highest score across the board without bells and whistles.

📄 PDF Abstract BibTeX arXiv:1811.08737

Code (3)

YuWang24/MultiTune pytorch
gyhui14/spottune pytorch
timmywanttolearn/fintune pytorch

Tasks

Inductive BiasTransfer Learning

Similar Papers 제목 키워드 기반

SpotTune: Leveraging Transient Resources for Cost-efficient Hyper-parameter Tuning in the Public Cloud

2020-12-07 · Yan Li, Bo An, Junming Ma, Donggang Cao 외

Hyper-parameter tuning (HPT) is crucial for many machine learning (ML) algorithms. But due to the large searching space, HPT is usually time-consuming and resource-intensive. Nowadays, many researchers use public cloud r…

BIG-bench Machine Learning

Anatomy of Domain Shift Impact on U-Net Layers in MRI Segmentation

2021-07-10 · Ivan Zakazov, Boris Shirokikh, Alexey Chernyavskiy, Mikhail Belyaev

Domain Adaptation (DA) methods are widely used in medical image segmentation tasks to tackle the problem of differently distributed train (source) and test (target) data. We consider the supervised DA task with a limited…

AnatomyDomain AdaptationDomain GeneralizationImage Segmentation+3

AdaFilter: Adaptive Filter Fine-tuning for Deep Transfer Learning

2019-11-21 · Yunhui Guo, Yandong Li, Liqiang Wang, Tajana Rosing

There is an increasing number of pre-trained deep neural network models. However, it is still unclear how to effectively use these models for a new task. Transfer learning, which aims to transfer knowledge from source ta…

General Classificationimage-classificationImage ClassificationTransfer Learning

Adaptive Cross-lingual Text Classification through In-Context One-Shot Demonstrations

2024-04-03 · Emilio Villa-Cueva, A. Pastor López-Monroy, Fernando Sánchez-Vega, Thamar Solorio

Zero-Shot Cross-lingual Transfer (ZS-XLT) utilizes a model trained in a source language to make predictions in another language, often with a performance loss. To alleviate this, additional improvements can be achieved t…

Cross-Lingual Transfertext-classificationText ClassificationZero-Shot Cross-Lingual Transfer

Adaptive Transfer Learning on Graph Neural Networks

2021-07-19 · Xueting Han, Zhenhuan Huang, Bang An, Jing Bai

Graph neural networks (GNNs) is widely used to learn a powerful representation of graph-structured data. Recent work demonstrates that transferring knowledge from self-supervised tasks to downstream tasks could further i…

Meta-LearningMulti-Task LearningTransfer Learning