Critical Assessment of Transfer Learning for Medical Image Segmentation with Fully Convolutional Neural Networks
Davood Karimi, Simon K. Warfield, Ali Gholipour

TL;DR
This paper critically evaluates transfer learning for medical image segmentation with FCNs, revealing that transfer learning's benefits are task-dependent and that encoder features remain largely random, challenging common assumptions.
Contribution
It provides new insights into transfer learning effects on FCNs, showing that random encoder initialization can be effective and that learned features vary widely.
Findings
Transfer learning reduces training time but has variable accuracy improvements.
Encoder features in FCNs remain largely random at convergence.
Freezing the encoder at random values can still produce accurate segmentation.
Abstract
Transfer learning is widely used for training machine learning models. Here, we study the role of transfer learning for training fully convolutional networks (FCNs) for medical image segmentation. Our experiments show that although transfer learning reduces the training time on the target task, the improvement in segmentation accuracy is highly task/data-dependent. Larger improvements in accuracy are observed when the segmentation task is more challenging and the target training data is smaller. We observe that convolutional filters of an FCN change little during training for medical image segmentation, and still look random at convergence. We further show that quite accurate FCNs can be built by freezing the encoder section of the network at random values and only training the decoder section. At least for medical image segmentation, this finding challenges the common belief that the…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Radiomics and Machine Learning in Medical Imaging · Advanced Neural Network Applications
MethodsMax Pooling · Convolution · Fully Convolutional Network
