IVCVLGJan 1, 2024

Self-supervised learning for skin cancer diagnosis with limited training data

arXiv:2401.00692v38 citationsh-index: 2
Originality Incremental advance
AI Analysis

This addresses data scarcity in medical imaging for cancer diagnosis, offering a practical solution for domains with limited labeled data, though it is incremental as it builds on existing SSL methods.

The paper tackles the problem of limited labeled data for skin cancer diagnosis by showing that self-supervised learning (SSL) pre-training on ImageNet outperforms supervised pre-training, and further SSL pre-training on task-specific data can achieve similar performance with minimal data, validated on a skin lesion dataset and an oral cancer dataset.

Early cancer detection is crucial for prognosis, but many cancer types lack large labelled datasets required for developing deep learning models. This paper investigates self-supervised learning (SSL) as an alternative to the standard supervised pre-training on ImageNet for scenarios with limited training data using a deep learning model (ResNet-50). We first demonstrate that SSL pre-training on ImageNet (via the Barlow Twins SSL algorithm) outperforms supervised pre-training (SL) using a skin lesion dataset with limited training samples. We then consider \textit{further} SSL pre-training (of the two ImageNet pre-trained models) on task-specific datasets, where our implementation is motivated by supervised transfer learning. This approach significantly enhances initially SL pre-trained models, closing the performance gap with initially SSL pre-trained ones. Surprisingly, further pre-training on just the limited fine-tuning data achieves this performance equivalence. Linear probe experiments reveal that improvement stems from enhanced feature extraction. Hence, we find that minimal further SSL pre-training on task-specific data can be as effective as large-scale SSL pre-training on ImageNet for medical image classification tasks with limited labelled data. We validate these results on an oral cancer histopathology dataset, suggesting broader applicability across medical imaging domains facing labelled data scarcity.

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