Benchmarking Foundation Models and Parameter-Efficient Fine-Tuning for Prognosis Prediction in Medical Imaging
Filippo Ruffini, Elena Mulero Ayllon, Linlin Shen, Paolo Soda, Valerio Guarrasi
TL;DR
This paper presents the first large-scale benchmark comparing CNNs and Foundation Models (FMs) for prognosis prediction in medical imaging, specifically COVID-19 chest X-ray outcomes, under data-scarcity and class-imbalance. It rigorously evaluates full fine-tuning, linear probing, and a range of parameter-efficient fine-tuning methods (LoRA, VeRA, BitFit, IA3) across diverse pretrained models, datasets, and few-shot scenarios. Key findings show CNNs with full fine-tuning perform robustly on small, imbalanced data, while FMs with PEFT compete on larger datasets but are highly sensitive to imbalance; in few-shot settings, linear probing often yields the most stable results. The study provides practical guidance on when to deploy CNNs vs FMs and which fine-tuning strategies offer favorable efficiency–performance trade-offs in real-world clinical contexts.
Abstract
Despite the significant potential of Foundation Models (FMs) in medical imaging, their application to prognosis prediction remains challenging due to data scarcity, class imbalance, and task complexity, which limit their clinical adoption. This study introduces the first structured benchmark to assess the robustness and efficiency of transfer learning strategies for FMs compared with convolutional neural networks (CNNs) in predicting COVID-19 patient outcomes from chest X-rays. The goal is to systematically compare finetuning strategies, both classical and parameter efficient, under realistic clinical constraints related to data scarcity and class imbalance, offering empirical guidance for AI deployment in clinical workflows. Four publicly available COVID-19 chest X-ray datasets were used, covering mortality, severity, and ICU admission, with varying sample sizes and class imbalances. CNNs pretrained on ImageNet and FMs pretrained on general or biomedical datasets were adapted using full finetuning, linear probing, and parameter-efficient methods. Models were evaluated under full data and few shot regimes using the Matthews Correlation Coefficient (MCC) and Precision Recall AUC (PR-AUC), with cross validation and class weighted losses. CNNs with full fine-tuning performed robustly on small, imbalanced datasets, while FMs with Parameter-Efficient Fine-Tuning (PEFT), particularly LoRA and BitFit, achieved competitive results on larger datasets. Severe class imbalance degraded PEFT performance, whereas balanced data mitigated this effect. In few-shot settings, FMs showed limited generalization, with linear probing yielding the most stable results. No single fine-tuning strategy proved universally optimal: CNNs remain dependable for low-resource scenarios, whereas FMs benefit from parameter-efficient methods when data are sufficient.
