CVLGIVJun 3, 2022

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

arXiv:2206.01408v212 citationsh-index: 72
Originality Incremental advance
AI Analysis

This work addresses the challenge of efficient model adaptation for medical image analysis, offering an automated solution to reduce manual effort, though it is incremental as it builds on existing fine-tuning methods.

The paper tackles the problem of labor-intensive manual fine-tuning in transfer learning for medical imaging by proposing MetaLR, a meta-learning-based learning rate tuner that automatically adapts different layers to downstream tasks, and it outperforms previous state-of-the-art fine-tuning strategies in experiments.

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 Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes