Rethinking Foundation Models for Medical Image Classification through a Benchmark Study on MedMNIST
Fuping Wu, Bartlomiej W. Papiez
TL;DR
This work provides a comprehensive benchmark of diverse foundation models on MedMNIST for medical image classification, comparing end-to-end fine-tuning and linear probing across CNN and ViT backbones. It reveals that ViT-based models typically deliver superior transfer performance, with end-to-end training outperforming linear probing in most cases, though data efficiency and pipeline differences can alter conclusions. The study highlights the importance of image resizing strategies and data volume, and finds that medical-data pretraining does not uniformly outperform non-medical baselines, signaling a need for more robust medical foundation-model development. Collectively, the results offer practical guidance for model selection, hyperparameter tuning, and preprocessing in medical image classification tasks, while outlining avenues for broader dataset validation and deeper bias analyses.
Abstract
Foundation models are widely employed in medical image analysis, due to their high adaptability and generalizability for downstream tasks. With the increasing number of foundation models being released, model selection has become an important issue. In this work, we study the capabilities of foundation models in medical image classification tasks by conducting a benchmark study on the MedMNIST dataset. Specifically, we adopt various foundation models ranging from convolutional to Transformer-based models and implement both end-to-end training and linear probing for all classification tasks. The results demonstrate the significant potential of these pre-trained models when transferred for medical image classification. We further conduct experiments with different image sizes and various sizes of training data. By analyzing all the results, we provide preliminary, yet useful insights and conclusions on this topic.
