CVJun 26, 2023

MedLSAM: Localize and Segment Anything Model for 3D CT Images

arXiv:2306.14752v414 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the problem of high annotation costs in 3D medical imaging for clinicians and researchers, though it is incremental as it builds on existing foundation models like SAM.

The paper tackles the lack of medical image localization models by introducing MedLAM, a 3D foundation model that localizes anatomical parts using few template scans, and MedLSAM, which integrates it with SAM to reduce manual annotation; experiments on 38 organs show MedLAM matches fully supervised models and MedLSAM approaches SAM's performance with minimal prompts.

Recent advancements in foundation models have shown significant potential in medical image analysis. However, there is still a gap in models specifically designed for medical image localization. To address this, we introduce MedLAM, a 3D medical foundation localization model that accurately identifies any anatomical part within the body using only a few template scans. MedLAM employs two self-supervision tasks: unified anatomical mapping (UAM) and multi-scale similarity (MSS) across a comprehensive dataset of 14,012 CT scans. Furthermore, we developed MedLSAM by integrating MedLAM with the Segment Anything Model (SAM). This innovative framework requires extreme point annotations across three directions on several templates to enable MedLAM to locate the target anatomical structure in the image, with SAM performing the segmentation. It significantly reduces the amount of manual annotation required by SAM in 3D medical imaging scenarios. We conducted extensive experiments on two 3D datasets covering 38 distinct organs. Our findings are twofold: 1) MedLAM can directly localize anatomical structures using just a few template scans, achieving performance comparable to fully supervised models; 2) MedLSAM closely matches the performance of SAM and its specialized medical adaptations with manual prompts, while minimizing the need for extensive point annotations across the entire dataset. Moreover, MedLAM has the potential to be seamlessly integrated with future 3D SAM models, paving the way for enhanced segmentation performance. Our code is public at \href{https://github.com/openmedlab/MedLSAM}

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