MetaLR: Meta-tuning of Learning Rates for Transfer Learning in Medical Imaging
In medical image analysis, transfer learning is a powerful method for deep neural networks (DNNs) to generalize well on limited medical data. Prior efforts have focused on developing pre-training algorithms on domains such as lung ultrasound, chest X-ray, and liver CT to bridge domain gaps. However, we find that model fine-tuning also plays a crucial role in adapting medical knowledge to target tasks. The common fine-tuning method is manually picking transferable layers (e.g., the last few layers) to update, which is labor-expensive. In this work, we propose a meta-learning-based LR tuner, named MetaLR, to make different layers automatically co-adapt to downstream tasks based on their transferabilities across domains. MetaLR learns appropriate LRs for different layers in an online manner, preventing highly transferable layers from forgetting their medical representation abilities and driving less transferable layers to adapt actively to new domains. Extensive experiments on various medical applications show that MetaLR outperforms previous state-of-the-art (SOTA) fine-tuning strategies. Codes are released.
Code (1)
Tasks
Medical Image AnalysisMeta-LearningTransfer LearningSimilar Papers 제목 키워드 기반
Partial Is Better Than All: Revisiting Fine-tuning Strategy for Few-shot Learning
The goal of few-shot learning is to learn a classifier that can recognize unseen classes from limited support data with labels. A common practice for this task is to train a model on the base set first and then transfer …
AllFew-Shot LearningMeta-LearningLearning to Learn Unlearned Feature for Brain Tumor Segmentation
We propose a fine-tuning algorithm for brain tumor segmentation that needs only a few data samples and helps networks not to forget the original tasks. Our approach is based on active learning and meta-learning. One of t…
Active LearningBrain Tumor SegmentationImage SegmentationMedical Image Segmentation+6Multiple Meta-model Quantifying for Medical Visual Question Answering
Transfer learning is an important step to extract meaningful features and overcome the data limitation in the medical Visual Question Answering (VQA) task. However, most of the existing medical VQA methods rely on extern…
Medical Visual Question AnsweringMeta-LearningQuestion AnsweringTransfer Learning+2Transfer Learning for Finetuning Large Language Models
As the landscape of large language models expands, efficiently finetuning for specific tasks becomes increasingly crucial. At the same time, the landscape of parameter-efficient finetuning methods rapidly expands. Conseq…
Bayesian OptimizationMeta-LearningTransfer LearningEnhanced Transfer Learning Through Medical Imaging and Patient Demographic Data Fusion
In this work we examine the performance enhancement in classification of medical imaging data when image features are combined with associated non-image data. We compare the performance of eight state-of-the-art deep neu…
Transfer Learning