paper-with-me

홈 › Papers

MetaLR: Meta-tuning of Learning Rates for Transfer Learning in Medical Imaging

2022-06-03 · Yixiong Chen, Li Liu, Jingxian Li, Hua Jiang, Chris Ding, Zongwei Zhou

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.

📄 PDF Abstract BibTeX arXiv:2206.01408

Code (1)

schuture/metalr 공식 구현 pytorch

Tasks

Medical Image AnalysisMeta-LearningTransfer Learning

Similar Papers 제목 키워드 기반

Partial Is Better Than All: Revisiting Fine-tuning Strategy for Few-shot Learning

2021-02-08 · Zhiqiang Shen, Zechun Liu, Jie Qin, Marios Savvides 외

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-Learning

Learning to Learn Unlearned Feature for Brain Tumor Segmentation

2023-05-13 · Seungyub Han, Yeongmo Kim, Seokhyeon Ha, Jungwoo Lee 외

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+6

Multiple Meta-model Quantifying for Medical Visual Question Answering

2021-05-19 · Tuong Do, Binh X. Nguyen, Erman Tjiputra, Minh Tran 외

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+2

Transfer Learning for Finetuning Large Language Models

2024-11-02 · Tobias Strangmann, Lennart Purucker, Jörg K. H. Franke, Ivo Rapant 외

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 Learning

Enhanced Transfer Learning Through Medical Imaging and Patient Demographic Data Fusion

2021-11-29 · Spencer A. Thomas

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