MedFLIP: Medical Vision-and-Language Self-supervised Fast Pre-Training with Masked Autoencoder
Lei Li, Tianfang Zhang, Xinglin Zhang, Jiaqi Liu, Bingqi Ma, Yan Luo, Tao Chen
TL;DR
MedFLIP tackles data scarcity and high computational demands in medical image analysis by marrying Masked Autoencoders with language supervision in a fast cross-domain pretraining pipeline. It introduces a Medical-SVD loss, defined on the top singular value $\sigma_1$ of the image-text similarity matrix $S$, to enforce structural preservation in medical imagery, and scales masking to boost efficiency while keeping the text stream intact. Empirically, MedFLIP yields superior zero-shot and image-text retrieval performance on CheXpert-5x200 and related benchmarks compared with MedCLIP, ConVIRT, and GLoRIA, with faster pretraining. The approach advances practical medical diagnostics under data constraints and provides a theoretical generalization bound under i.i.d. assumptions, highlighting its potential for rapid, accurate multimodal analysis in healthcare.
Abstract
Within the domain of medical analysis, extensive research has explored the potential of mutual learning between Masked Autoencoders(MAEs) and multimodal data. However, the impact of MAEs on intermodality remains a key challenge. We introduce MedFLIP, a Fast Language-Image Pre-training method for Medical analysis. We explore MAEs for zero-shot learning with crossed domains, which enhances the model's ability to learn from limited data, a common scenario in medical diagnostics. We verify that masking an image does not affect inter-modal learning. Furthermore, we propose the SVD loss to enhance the representation learning for characteristics of medical images, aiming to improve classification accuracy by leveraging the structural intricacies of such data. Our theory posits that masking encourages semantic preservation, robust feature extraction, regularization, domain adaptation, and invariance learning. Lastly, we validate using language will improve the zero-shot performance for the medical image analysis. MedFLIP's scaling of the masking process marks an advancement in the field, offering a pathway to rapid and precise medical image analysis without the traditional computational bottlenecks. Through experiments and validation, MedFLIP demonstrates efficient performance improvements, helps for future research and application in medical diagnostics.
