Skip to content
PaperFren

Can a self-taught CT model find cancer markers with little data?

Open paper intelligence

A CT image model pretrained without labels produced features that, with just a simple linear classifier, matched or beat fully supervised deep networks and held up best when training data were cut to a tenth.

Source

Foundation model for cancer imaging biomarkers

Pai S, Bontempi D, Hadzic I, et al. · Nature machine intelligence · 2024

doi.org/10.1038/s42256-024-00807-9Read the full paper ↗143 citationscc by

Study at a glance

Design
Computational / modelling — Self-supervised contrastive pretraining of a convolutional encoder on CT lesions, then linear-probe versus fine-tuned evaluation against baselines on lesion-site, nodule-malignancy and lung-cancer survival tasks, with reduced-data ablations.
N
No single N: pretraining used 11,467 lesions from 2,312 patients; downstream test sets were 1,221 lesions (use case 1), 170 nodules (use case 2) and two survival cohorts of 420 and 133 patients (use case 3).
Population
Retrospective CT scans from five datasets (DeepLesion, LUNA16, HarvardRT, LUNG1, RADIO)
Outcome
Balanced accuracy, mean average precision and AUC; survival stratification; test-retest stability

Structured fields used in claim comparison tables when every cited study has a complete layer.

What they did

The authors pretrained a 3D convolutional encoder on thousands of unlabelled CT lesions using a modified version of the SimCLR contrastive learning method. They then used it two ways — as a frozen feature extractor with a linear classifier, or fine-tuned end to end — on three tasks: classifying a lesion's body site, predicting whether a lung nodule is malignant, and predicting 2-year survival in non-small cell lung cancer. They compared against supervised training from scratch and public pretrained medical models, repeated the tasks with 50%, 20% and 10% of training data, and tested stability, saliency maps and links to gene expression.

What they found

Their modified SimCLR beat the other pretraining methods, with a balanced accuracy of 0.779 on the site task versus 0.696 for standard SimCLR. The fine-tuned model reached an AUC of 0.944 for nodule malignancy, and linear classification of frozen features was the most robust option when training data were reduced, beating all baselines at every reduced size. For survival the gains were modest (AUC 0.638 in the LUNG1 cohort), but frozen features gave the best risk stratification and were very stable on repeat scans.

The limits

What it doesn't show

All data are retrospective, so the study cannot show that these biomarkers help patients in real clinical use. Survival prediction was only moderately accurate, and the small RADIO cohort made most model differences non-significant. The authors note that performance across demographic groups and under distribution shift was not tested, that saliency maps have known technical limits, and that the gene-expression link is preliminary.

Key terms

Foundation model
A large model pretrained on broad unlabelled data that can be adapted to many downstream tasks.
Self-supervised learning
Learning representations from unlabelled data by solving tasks built from the data itself, such as matching augmented views.
Contrastive learning (SimCLR)
Training an encoder so that two augmented views of the same image have similar features and views of different images have dissimilar ones.
Linear probe
Freezing a pretrained encoder and training only a linear classifier on its features, testing how linearly separable the representation is.
Fine-tuning
Updating all of a pretrained network's weights on the labelled downstream task.

Flashcards

1 / 10

0 of 10 answers reviewed

Research intelligence for this paper

See its role on concept claims, tensions it is part of, placement history, and related discoveries.

Open paper intelligence

Quiz yourself

1 / 5

What kind of learning was used to pretrain the foundation model?

Common questions

Why would a frozen encoder plus a linear classifier beat fine-tuning?

With few labels, fine-tuning many parameters overfits; keeping pretrained features fixed and learning only a linear layer uses far fewer parameters, so it degrades less as data shrink.

Is the survival model good enough for clinics?

Not yet — AUCs were only 0.638 and 0.653, the study was retrospective, and the authors say prospective and demographic testing are needed.

How did they avoid leakage between pretraining and evaluation?

Lesions used for the labelled site-classification task were excluded from the pretraining set.

More on Representation learning