Towards Universal Text-driven CT Image Segmentation
Yuheng Li, Yuxiang Lai, Maria Thor, Deborah Marshall, Zachary Buchwald, David S. Yu, Xiaofeng Yang
TL;DR
OpenVocabCT introduces a vision–language CT segmentation framework trained on a large-scale CT–report corpus (CT-RATE) with organ-level captions generated by LLMs. It uses multi-granularity contrastive learning to align image and text across multiple caption granularities, and pretrains the image encoder on segmentation data before text-guided fine-tuning. The method achieves superior organ and tumor segmentation across multiple public datasets and demonstrates robust generalization to unseen and synonym-based prompts, outperforming both vision-only and prior text-driven baselines. This approach enables effective open-vocabulary, text-prompt CT segmentation with strong potential for clinical deployment and prompt-based interaction in real-world workflows.
Abstract
Computed tomography (CT) is extensively used for accurate visualization and segmentation of organs and lesions. While deep learning models such as convolutional neural networks (CNNs) and vision transformers (ViTs) have significantly improved CT image analysis, their performance often declines when applied to diverse, real-world clinical data. Although foundation models offer a broader and more adaptable solution, their potential is limited due to the challenge of obtaining large-scale, voxel-level annotations for medical images. In response to these challenges, prompting-based models using visual or text prompts have emerged. Visual-prompting methods, such as the Segment Anything Model (SAM), still require significant manual input and can introduce ambiguity when applied to clinical scenarios. Instead, foundation models that use text prompts offer a more versatile and clinically relevant approach. Notably, current text-prompt models, such as the CLIP-Driven Universal Model, are limited to text prompts already encountered during training and struggle to process the complex and diverse scenarios of real-world clinical applications. Instead of fine-tuning models trained from natural imaging, we propose OpenVocabCT, a vision-language model pretrained on large-scale 3D CT images for universal text-driven segmentation. Using the large-scale CT-RATE dataset, we decompose the diagnostic reports into fine-grained, organ-level descriptions using large language models for multi-granular contrastive learning. We evaluate our OpenVocabCT on downstream segmentation tasks across nine public datasets for organ and tumor segmentation, demonstrating the superior performance of our model compared to existing methods. All code, datasets, and models will be publicly released at https://github.com/ricklisz/OpenVocabCT.
