CVIVAug 12, 2021

A Systematic Benchmarking Analysis of Transfer Learning for Medical Image Analysis

arXiv:2108.05930v184 citationsHas Code
Originality Incremental advance
AI Analysis

This work provides a systematic benchmark for researchers in medical imaging, offering practical insights to guide future deep learning applications, though it is incremental as it builds on existing transfer learning methods.

The paper tackled the lack of large-scale benchmarking for transfer learning in medical image analysis by evaluating pre-trained models on 7 diverse medical tasks, finding that fine-grained pre-training improves segmentation and self-supervised models learn holistic features more effectively.

Transfer learning from supervised ImageNet models has been frequently used in medical image analysis. Yet, no large-scale evaluation has been conducted to benchmark the efficacy of newly-developed pre-training techniques for medical image analysis, leaving several important questions unanswered. As the first step in this direction, we conduct a systematic study on the transferability of models pre-trained on iNat2021, the most recent large-scale fine-grained dataset, and 14 top self-supervised ImageNet models on 7 diverse medical tasks in comparison with the supervised ImageNet model. Furthermore, we present a practical approach to bridge the domain gap between natural and medical images by continually (pre-)training supervised ImageNet models on medical images. Our comprehensive evaluation yields new insights: (1) pre-trained models on fine-grained data yield distinctive local representations that are more suitable for medical segmentation tasks, (2) self-supervised ImageNet models learn holistic features more effectively than supervised ImageNet models, and (3) continual pre-training can bridge the domain gap between natural and medical images. We hope that this large-scale open evaluation of transfer learning can direct the future research of deep learning for medical imaging. As open science, all codes and pre-trained models are available on our GitHub page https://github.com/JLiangLab/BenchmarkTransferLearning.

Code Implementations2 repos
Foundations

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

Your Notes