A Self-Supervised Paradigm for Data-Efficient Medical Foundation Model Pre-training: V-information Optimization Framework
Wenxuan Yang, Hanyu Zhang, Weimin Tan, Yuqi Sun, Bo Yan
TL;DR
This work addresses data inefficiency in self-supervised pre-training of medical foundation models by introducing a V-information–based framework for data selection. It formalizes the objective as maximizing $I_{\mathcal{V}}(X \to Y) = H_{\mathcal{V}}(Y|\varnothing) - H_{\mathcal{V}}(Y|X)$, which is achieved by selecting harder samples to reduce $H_{\mathcal{V}}(Y|X)$ and by increasing diversity to raise $H_{\mathcal{V}}(Y|\varnothing)$. The OptiDEL method operationalizes this through SAM-based patch extraction, margin-driven hard-sample selection, and synthesis of diverse training images, with SSL pre-training via MAE and SimCLR. Across eight medical segmentation datasets, OptiDEL consistently outperforms state-of-the-art data-effective learning methods, achieving up to 6.2% higher mIoU with only 5% of the pre-training data and averaging a 4.7% mIoU gain using 20x less data, highlighting practical data-efficiency gains for medical imaging applications.
Abstract
Self-supervised pre-training medical foundation models on large-scale datasets demonstrate exceptional performance. Recent research challenges this common paradigm by introducing data-effective learning approaches, demonstrating that merely increasing pre-training data volume does not necessarily improve model performance. However, current methods still have unclear standards and the underlying theoretical foundation remains unknown. In this paper, as the first attempt to address this limitation, we introduce V-information into self-supervised pre-training of foundation models to provide a theoretical foundation for sample selection. Our derivation confirms that by optimizing V-information, sample selection can be framed as an optimization problem where choosing diverse and challenging samples enhances model performance even under limited training data. Under this guidance, we develop an optimized data-effective learning method (OptiDEL) to optimize V-information in real-world medical domains by generating more diverse and harder samples. We compare the OptiDEL method with state-of-the-art approaches finding that OptiDEL consistently outperforms existing approaches across eight different datasets, with foundation models trained on only 5% of the pre-training data achieving up to 6.2% higher mIoU than those trained on the full dataset. Remarkably, OptiDEL demonstrates an average improvement of 4.7% mIoU over competing methods while using 20x less training data.
