Medical supervised masked autoencoders: Crafting a better masking strategy and efficient fine-tuning schedule for medical image classification
Jiawei Mao, Shujian Guo, Yuanqi Chang, Xuesong Yin, Binling Nie

TL;DR
This paper introduces MSMAE, a supervised masked autoencoder tailored for medical images, which uses attention-based masking during pre-training and fine-tuning to improve diagnosis accuracy and computational efficiency.
Contribution
The paper presents a novel supervised masking strategy for MAEs in medical imaging, enhancing fine-grained lesion detection and reducing computational costs.
Findings
Achieves state-of-the-art performance on three medical datasets.
Reduces inference time by 11.2%.
Cuts FLOPs by 74.08%.
Abstract
Masked autoencoders (MAEs) have displayed significant potential in the classification and semantic segmentation of medical images in the last year. Due to the high similarity of human tissues, even slight changes in medical images may represent diseased tissues, necessitating fine-grained inspection to pinpoint diseased tissues. The random masking strategy of MAEs is likely to result in areas of lesions being overlooked by the model. At the same time, inconsistencies between the pre-training and fine-tuning phases impede the performance and efficiency of MAE in medical image classification. To address these issues, we propose a medical supervised masked autoencoder (MSMAE) in this paper. In the pre-training phase, MSMAE precisely masks medical images via the attention maps obtained from supervised training, contributing to the representation learning of human tissue in the lesion area.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAI in cancer detection · Radiomics and Machine Learning in Medical Imaging · Advanced Neural Network Applications
MethodsMasked autoencoder
