Large-Vocabulary Segmentation for Medical Images with Text Prompts
Ziheng Zhao, Yao Zhang, Chaoyi Wu, Xiaoman Zhang, Xiao Zhou, Ya Zhang, Yanfeng Wang, Weidi Xie
TL;DR
This work introduces Segment Anything with Text (SAT), a large-vocabulary, text-prompted segmentation framework for 3D medical images. It combines a multimodal medical knowledge tree with a knowledge-enhanced text encoder and a 3D segmentation backbone to enable automatic segmentation across 497 targets and eight body regions. SAT-Pro achieves competitive results with a fraction of the parameter count compared to 72 specialist nnU-Nets and generalizes well to cross-center datasets, outperforming interactive segmentation baselines like MedSAM and 2D text-prompted methods. The approach demonstrates the potential to ground language models in clinical segmentation tasks and highlights future directions for open-vocabulary medical segmentation and language-grounded grounding in radiology pipelines.
Abstract
This paper aims to build a model that can Segment Anything in 3D medical images, driven by medical terminologies as Text prompts, termed as SAT. Our main contributions are three-fold: (i) We construct the first multimodal knowledge tree on human anatomy, including 6502 anatomical terminologies; Then, we build the largest and most comprehensive segmentation dataset for training, collecting over 22K 3D scans from 72 datasets, across 497 classes, with careful standardization on both image and label space; (ii) We propose to inject medical knowledge into a text encoder via contrastive learning and formulate a large-vocabulary segmentation model that can be prompted by medical terminologies in text form; (iii) We train SAT-Nano (110M parameters) and SAT-Pro (447M parameters). SAT-Pro achieves comparable performance to 72 nnU-Nets -- the strongest specialist models trained on each dataset (over 2.2B parameters combined) -- over 497 categories. Compared with the interactive approach MedSAM, SAT-Pro consistently outperforms across all 7 human body regions with +7.1% average Dice Similarity Coefficient (DSC) improvement, while showing enhanced scalability and robustness. On 2 external (cross-center) datasets, SAT-Pro achieves higher performance than all baselines (+3.7% average DSC), demonstrating superior generalization ability.
