bio.rodeo
ModelsOrganizationsLeaderboardAboutSign in
bio.rodeo

The authoritative source for evaluating biological foundation models. No hype, just honest analysis.

Categories
  • DNA & Gene
  • RNA
  • Protein
  • Small molecule
  • Single-cell
  • Spatial omics
  • Pathology
  • Imaging
  • Metabolomics
  • Biosignals
  • Language model
bio.rodeoModelsOrganizationsLeaderboardAboutFAQSubmit a modelContact
© 2026 Pulsatance. All rights reserved. ~
Built by Pulsatance
Imaging foundation models
Imaging

SAM-MedUS

Hunan Normal University / Hunan University

Universal ultrasound segmentation foundation model adapting the Segment Anything Model to eight anatomical regions in a single promptable network.

Released: February 2025

Ultrasound imaging is one of the most widely used clinical modalities, but automated segmentation of ultrasound images is notoriously difficult: images suffer from speckle noise, low contrast, blurred boundaries, and large appearance differences between anatomical sites. Most deep-learning segmentation models are trained for a single organ or task, which limits their generality and forces clinicians to maintain many narrow models. SAM-MedUS is a foundational model that addresses this fragmentation by targeting universal ultrasound segmentation across diverse anatomies in a single network.

Developed by Feng Tian and colleagues at Hunan Normal University, with collaboration from Hunan University (Changsha, China), SAM-MedUS builds on the Segment Anything Model (SAM) paradigm of promptable, transformer-based segmentation. Rather than fine-tuning SAM for one organ, the authors assemble a broad multi-anatomy ultrasound corpus and augment SAM's encoder to better capture the global context and fuzzy boundaries that characterize sonographic data. The work was published in the Journal of Medical Imaging in February 2025.

The model sits alongside other SAM adaptations for ultrasound (such as SAMUS and UltraSam), but distinguishes itself through its explicit emphasis on cross-anatomy generality and boundary-aware optimization, aiming for a single backbone that transfers across thyroid, breast, kidney, fetal, vascular, and other ultrasound targets.

#Key Features

  • Universal multi-anatomy scope: A single model is trained and evaluated across eight anatomical categories—thyroid, breast, liver, kidney, ovarian tumor, fetal head, brachial nerve, and infant vein—rather than one organ at a time.
  • SAM-based promptable architecture: Retains SAM's image encoder, prompt encoder (points and bounding boxes), and iterative mask decoder, enabling interactive and automatic segmentation workflows.
  • ConvNeXt V2 and CM blocks: The encoder integrates a ConvNeXt V2 auxiliary branch and combined depthwise/pointwise (CM) convolution blocks to strengthen global context extraction on noisy ultrasound images.
  • Boundary-aware loss: A dedicated boundary loss term emphasizes edge accuracy, improving delineation of the fuzzy, low-contrast boundaries that are common in sonography.

#Technical Details

SAM-MedUS uses a Vision Transformer (ViT)-based image encoder augmented with a ConvNeXt V2 branch and CM convolution blocks, paired with SAM's standard prompt encoder and mask decoder. Training data comprised roughly 15 open-source ultrasound collections grouped into eight anatomical categories (thyroid datasets such as TG3K, TN3K, and DDTI dominate at about 38.7% of images, with breast datasets contributing the largest number of constituent collections). All images were standardized to 256×256 resolution and split 80/20 for training and testing. The model was trained in PyTorch on an NVIDIA RTX 3090 using the Adam optimizer with an initial learning rate of 1e-4. Across all anatomies, SAM-MedUS reached an average Dice of about 88.0% and IoU of about 78.9%, with kidney (93.6% Dice) and fetal head (96.0% Dice) among the strongest, and infant vein the most challenging (78.9% Dice). It outperformed comparison methods including U-Net, SegNet, DANet, CMU-NeXt, and VM-UNet on multiple datasets.

#Applications

SAM-MedUS is aimed at clinical and research ultrasound workflows where a single, general segmentation tool is preferable to many organ-specific models. Potential uses include delineating thyroid nodules, breast lesions, kidney structures, ovarian tumors, fetal head biometry, and vascular targets for measurement, diagnosis support, and downstream quantification. Its promptable design lets sonographers and radiologists guide segmentation interactively with clicks or boxes, while its multi-anatomy training makes it a candidate backbone for building broader ultrasound analysis pipelines without retraining a new model for each site.

#Impact

By demonstrating that a single SAM-derived backbone can segment eight distinct anatomical regions with competitive accuracy, SAM-MedUS contributes to the growing effort to bring foundation-model generality to medical ultrasound, a modality historically served by fragmented, task-specific networks. Its combination of multi-dataset aggregation, ConvNeXt V2 encoder enhancements, and boundary-aware loss offers a reusable recipe for cross-anatomy sonographic segmentation. A key limitation is openness: at publication the authors noted that code would be released after the paper, and pretrained weights and an explicit open-source license were not yet posted to the project repository, which currently constrains reproducibility and direct adoption.

Citation

SAM-MedUS: a foundational model for universal ultrasound image segmentation

Tian, F., et al. (2025) SAM-MedUS: a foundational model for universal ultrasound image segmentation. Journal of Medical Imaging.

DOI: 10.1117/1.JMI.12.2.027001

Recent citations

Papers that recently cited this model.

  • YOLO-US: A Unified Multi-Task Foundation Framework for Generalist Ultrasound Image Analysis

    Wenpei Liu, Leshui Dong, Zhihan Zhang, et al.

    IEEE International Symposium on Biomedical Imaging · Apr 2026

    0
  • Prediction of kidney function with deep learning foundation model segmentation and radiomic echotexture quantification

    Yixin Zhang, R. Hu, I. Hacihaliloglu, et al.

    Medical Imaging · Apr 2026

    0
  • Enhanced multi‐scale selective attention U‐net for breast ultrasound image segmentation

    Peng Wang, Keyu Chen, Shasha Hong, et al.

    Medical Physics (Lancaster) · Nov 2025

    0

Top citations

The most-cited papers that cite this model.

  • Grounding DINO-US-SAM: Text-Prompted Multiorgan Segmentation in Ultrasound With LoRA-Tuned Vision–Language Models

    Hamza Rasaee, Taha Koleilat, Hassan Rivaz

    IEEE Transactions on Ultrasonics, Ferroelectrics and Frequency Control · Jun 2025

    4
  • COME: Dual Structure-Semantic Learning with Collaborative MOE for Universal Lesion Detection Across Heterogeneous Ultrasound Datasets

    Lingyu Chen, Yawen Zeng, Yue Wang, et al.

    IEEE International Conference on Computer Vision · Aug 2025

    1
  • Foundation models in medical imaging: A review

    Qianqian Chen, Angli Liu, Jingyang Zhang, et al.

    EngMedicine · 2026

    1
  • YOLO-US: A Unified Multi-Task Foundation Framework for Generalist Ultrasound Image Analysis

    Wenpei Liu, Leshui Dong, Zhihan Zhang, et al.

    IEEE International Symposium on Biomedical Imaging · Apr 2026

    0
  • Prediction of kidney function with deep learning foundation model segmentation and radiomic echotexture quantification

    Yixin Zhang, R. Hu, I. Hacihaliloglu, et al.

    Medical Imaging · Apr 2026

    0

Related models

Models with similar goals, methods, or subject matter.

  • UltraSam

    University of Strasbourg

    Promptable ultrasound image segmentation foundation model, a SAM adaptation trained on US-43d, the largest public ultrasound segmentation corpus.

    Imaging
  • MedSAM

    Bowang Lab / University Health Network / University of Toronto / Vector Institute / Western University / New York University / Yale University

    Promptable foundation model for universal medical image segmentation, fine-tuned from SAM on 1.57M image-mask pairs across 10 imaging modalities.

    Imaging
  • USFM

    Fudan University

    Ultrasound foundation model pretrained on over two million multi-organ images, transferring to segmentation, classification, and image enhancement.

    Imaging
  • SAM-Med2D

    Shanghai AI Laboratory

    Medical imaging adaptation of the Segment Anything Model, fine-tuned on 4.6M images and 19.7M masks for promptable segmentation across 10 modalities.

    Imaging
  • SAM-Med3D

    Shanghai AI Laboratory

    Fully 3D promptable segmentation foundation model for volumetric CT and MR, encoding whole volumes so anatomy can be segmented from one prompt point.

    Imaging

Citations

Total Citations7
Influential0
References50

GitHub

Stars2
Forks0
Open Issues1
Contributors1
Last Push1y ago

Fields of citing research

  • Engineering100%
  • Medicine100%
  • Computer Science71%

Share of papers citing this model.

Openness

bio.rodeo opennessClosed · low usability and reproducibility
14Closed
Usability — can I run it?7
Reproducibility — can I retrain it?18
Model Openness Framework
Unclassified
Restrictive license on core components

Tags

cnnfoundation_modelsegmentationtransfer_learningultrasoundvision_transformer

Resources

GitHub RepositoryResearch Paper