SpotTune: Transfer Learning through Adaptive Fine-tuning
Yunhui Guo, Honghui Shi, Abhishek Kumar, Kristen Grauman, Tajana, Rosing, Rogerio Feris

TL;DR
SpotTune introduces an adaptive fine-tuning method that dynamically chooses between pre-trained and fine-tuned layers for each instance, significantly improving transfer learning performance across multiple datasets.
Contribution
The paper proposes SpotTune, a novel approach that uses a policy network to adaptively select fine-tuning strategies per instance, enhancing transfer learning effectiveness.
Findings
Outperforms traditional fine-tuning on 12 of 14 datasets
Achieves highest scores on Visual Decathlon datasets
Demonstrates superior performance over state-of-the-art methods
Abstract
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,…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Advanced Neural Network Applications · Multimodal Machine Learning Applications
