Rethinking Transfer Learning for Medical Image Classification
Le Peng, Hengyue Liang, Gaoxiang Luo, Taihui Li, Ju Sun
TL;DR
The paper addresses the suboptimality of full transfer learning in medical image classification (MIC) when data are limited. It proposes TruncatedTL (TTL), a simple cutoff-based approach that reuses bottom pretrained layers and discards the top layers, accompanied by a two-stage hierarchical search to identify effective truncation points and SVCCA-based transferability analysis. TTL consistently matches or surpasses existing differential TL methods (LWFT, TF) while yielding compact, faster models across 2D and 3D MIC tasks, with insights into feature reuse and when top layers are unnecessary. This work offers a practical, scalable TL strategy for MIC that reduces inference costs without sacrificing accuracy, supporting broader deployment in resource-constrained clinical settings.
Abstract
Transfer learning (TL) from pretrained deep models is a standard practice in modern medical image classification (MIC). However, what levels of features to be reused are problem-dependent, and uniformly finetuning all layers of pretrained models may be suboptimal. This insight has partly motivated the recent differential TL strategies, such as TransFusion (TF) and layer-wise finetuning (LWFT), which treat the layers in the pretrained models differentially. In this paper, we add one more strategy into this family, called TruncatedTL, which reuses and finetunes appropriate bottom layers and directly discards the remaining layers. This yields not only superior MIC performance but also compact models for efficient inference, compared to other differential TL methods. Our code is available at: https://github.com/sun-umn/TTL
