IVCVFeb 1, 2024

VIS-MAE: An Efficient Self-supervised Learning Approach on Medical Image Segmentation and Classification

arXiv:2402.01034v36 citationsh-index: 125Has CodeMLMI@MICCAI
AI Analysis

This provides a generalizable solution for medical imaging segmentation and classification, reducing annotation workload, but it is incremental as it builds on existing self-supervised learning paradigms.

The paper tackles the problem of limited data availability and generalizability in medical imaging AI by introducing VIS-MAE, a self-supervised learning model pre-trained on 2.5 million unlabeled images, which achieves high label efficiency by matching performance with 50-80% less labeled data compared to benchmarks.

Artificial Intelligence (AI) has the potential to revolutionize diagnosis and segmentation in medical imaging. However, development and clinical implementation face multiple challenges including limited data availability, lack of generalizability, and the necessity to incorporate multi-modal data effectively. A foundation model, which is a large-scale pre-trained AI model, offers a versatile base that can be adapted to a variety of specific tasks and contexts. Here, we present VIsualization and Segmentation Masked AutoEncoder (VIS-MAE), novel model weights specifically designed for medical imaging. Specifically, VIS-MAE is trained on a dataset of 2.5 million unlabeled images from various modalities (CT, MR, PET,X-rays, and ultrasound), using self-supervised learning techniques. It is then adapted to classification and segmentation tasks using explicit labels. VIS-MAE has high label efficiency, outperforming several benchmark models in both in-domain and out-of-domain applications. In addition, VIS-MAE has improved label efficiency as it can achieve similar performance to other models with a reduced amount of labeled training data (50% or 80%) compared to other pre-trained weights. VIS-MAE represents a significant advancement in medical imaging AI, offering a generalizable and robust solution for improving segmentation and classification tasks while reducing the data annotation workload. The source code of this work is available at https://github.com/lzl199704/VIS-MAE.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes