|

Targeted transfer learning to improve performance in small medical physics datasets.

Researchers

Journal

Modalities

Models

Abstract

To perform an in depth evaluation of current state of the art techniques in training neural networks to identify appropriate approaches in small datasets.
112,120 frontal-view x-ray images from the NIH ChestXray14 dataset were used in our analysis. Two tasks were studied: unbalanced multi-label classification of 14 diseases, and binary classification of pneumonia vs non-pneumonia. All datasets were randomly split into training, validation and testing (70%, 10%, 20%). Two popular convolution neural networks (CNN), DensNet121 and ResNet50 were trained using PyTorch. We performed several experiments to test: 1) whether transfer learning using pre-trained networks on ImageNet are of value to medical imaging / physics tasks (e.g., predicting toxicity from radiographic images after training on images from the internet), 2) whether using pre-trained networks trained on problems that are similar to the target task helps transfer learning (e.g., using x-ray pre-trained networks for x-ray target tasks), 3) whether freeze deep layers or change all weights provides an optimal transfer learning strategy, 4) the best strategy for the learning rate policy and, 5) what quantity of data is needed in order to appropriately deploy these various strategies (N = 50 to N = 77; 880).
In the multi-label problem, DensNet121 needed at least 1600 patients to be comparable to, and 10,000 to outperform, radiomics-based logistic regression. In classifying pneumonia vs. non- pneumonia, both CNN and radiomics-based methods performed poorly when N < 2000. For small datasets (< 2000), however, a significant boost in performance (> 15% increase on AUC) comes from a good selection of the transfer learning dataset, dropout, cycling learning rate and freezing and unfreezing of deep layers as training progresses. In contrast, if sufficient data is available (> 35000), little or no tweaking is needed to obtain impressive performance. While transfer learning using x-ray images from other anatomical sites improves performance, we also observed a similar boost by using pre-trained networks from ImageNet. Having source images from the same anatomical site, however, outperforms every other methodology, by up to 15%. In this case, DL models can be trained with as little as N = 50.
While training DL models in small datasets (N < 2000) is challenging, no tweaking is necessary for bigger datasets (N > 35000). Using transfer learning with images from the same anatomical site can yield remarkable performance in new tasks with as few as N=50. Surprisingly, we did not find any advantage for using images from other anatomical sites over networks that have been trained using ImageNet. This indicates that features learned may not be as general as currently believed, and performance decays rapidly even by just changing the anatomical site of the images.
This article is protected by copyright. All rights reserved.

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *